Searched refs:CPUTLBEntryFull (Results 1 – 16 of 16) sorted by relevance
/qemu/accel/tcg/ |
H A D | cputlb.c | 257 desc->fulltlb = g_try_new(CPUTLBEntryFull, new_size); in tlb_mmu_resize_locked() 277 desc->fulltlb = g_try_new(CPUTLBEntryFull, new_size); in tlb_mmu_resize_locked() 309 desc->fulltlb = g_new(CPUTLBEntryFull, n_entries); in tlb_mmu_init() 890 static void tlb_reset_dirty_range_locked(CPUTLBEntryFull *full, CPUTLBEntry *ent, in tlb_reset_dirty_range_locked() 999 static inline void tlb_set_compare(CPUTLBEntryFull *full, CPUTLBEntry *ent, in tlb_set_compare() 1026 vaddr addr, CPUTLBEntryFull *full) in tlb_set_page_full() 1191 CPUTLBEntryFull full = { in tlb_set_page_with_attrs() 1244 CPUTLBEntryFull full; in tlb_fill_align() 1291 static void io_failed(CPUState *cpu, CPUTLBEntryFull *full, vaddr addr, in io_failed() 1327 CPUTLBEntryFull *f1 = &cpu->neg.tlb.d[mmu_idx].fulltlb[index]; in victim_tlb_hit() [all …]
|
/qemu/include/accel/tcg/ |
H A D | probe.h | 88 CPUTLBEntryFull **pfull, uintptr_t retaddr); 102 void **phost, CPUTLBEntryFull **pfull);
|
H A D | cpu-ops.h | 212 bool (*tlb_fill_align)(CPUState *cpu, CPUTLBEntryFull *out, vaddr addr,
|
/qemu/target/sparc/ |
H A D | mmu_helper.c | 72 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() 215 CPUTLBEntryFull full = {}; in sparc_cpu_tlb_fill() 548 static int get_physical_address_data(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address_data() 648 static int get_physical_address_code(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address_code() 724 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() 766 CPUTLBEntryFull full = {}; in sparc_cpu_tlb_fill() 878 CPUTLBEntryFull full = {}; in cpu_sparc_get_phys_page()
|
/qemu/include/qemu/ |
H A D | typedefs.h | 44 typedef struct CPUTLBEntryFull CPUTLBEntryFull; typedef
|
/qemu/include/hw/core/ |
H A D | cpu.h | 214 struct CPUTLBEntryFull { struct 294 CPUTLBEntryFull vfulltlb[CPU_VTLB_SIZE]; 295 CPUTLBEntryFull *fulltlb;
|
/qemu/include/exec/ |
H A D | cputlb.h | 58 CPUTLBEntryFull *full);
|
/qemu/target/hppa/ |
H A D | cpu.h | 372 bool hppa_cpu_tlb_fill_align(CPUState *cs, CPUTLBEntryFull *out, vaddr addr,
|
H A D | mem_helper.c | 430 bool hppa_cpu_tlb_fill_align(CPUState *cs, CPUTLBEntryFull *out, vaddr addr, in hppa_cpu_tlb_fill_align()
|
/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 321 bool arm_cpu_tlb_fill_align(CPUState *cs, CPUTLBEntryFull *out, vaddr address, in arm_cpu_tlb_fill_align()
|
H A D | mte_helper.c | 92 CPUTLBEntryFull *full; in allocation_tag_mem_probe()
|
H A D | helper-a64.c | 1742 CPUTLBEntryFull *full; in is_guarded_page()
|
H A D | sve_helper.c | 5568 CPUTLBEntryFull *full; in sve_probe_page()
|
/qemu/target/arm/ |
H A D | internals.h | 947 bool arm_cpu_tlb_fill_align(CPUState *cs, CPUTLBEntryFull *out, vaddr addr, 1558 CPUTLBEntryFull f;
|
H A D | ptw.c | 598 CPUTLBEntryFull *full; in S1_ptw_translate()
|
/qemu/target/i386/tcg/system/ |
H A D | excp_helper.c | 448 CPUTLBEntryFull *full; in mmu_translate()
|