Home
last modified time | relevance | path

Searched refs:CPUTLBEntryFull (Results 1 – 10 of 10) sorted by relevance

/qemu/accel/tcg/
H A Dcputlb.c1331 CPUTLBEntryFull full = { in tlb_set_page_with_attrs()
1433 CPUTLBEntryFull tmpf; in victim_tlb_hit()
1477 CPUTLBEntryFull *full; in probe_access_internal()
1566 CPUTLBEntryFull *full; in probe_access_flags()
1588 CPUTLBEntryFull *full; in probe_access()
1624 CPUTLBEntryFull *full; in tlb_vaddr_to_host()
1648 CPUTLBEntryFull *full; in get_page_addr_code_hostp()
1690 CPUTLBEntryFull *full; in tlb_plugin_lookup()
1720 CPUTLBEntryFull *full;
1754 CPUTLBEntryFull *full; in mmu_lookup1()
[all …]
/qemu/target/sparc/
H A Dmmu_helper.c68 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address()
211 CPUTLBEntryFull full = {}; in sparc_cpu_tlb_fill()
544 static int get_physical_address_data(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address_data()
644 static int get_physical_address_code(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address_code()
720 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address()
762 CPUTLBEntryFull full = {}; in sparc_cpu_tlb_fill()
874 CPUTLBEntryFull full = {}; in cpu_sparc_get_phys_page()
/qemu/include/hw/core/
H A Dcpu.h208 typedef struct CPUTLBEntryFull { struct
264 } CPUTLBEntryFull; argument
288 CPUTLBEntryFull vfulltlb[CPU_VTLB_SIZE];
289 CPUTLBEntryFull *fulltlb;
/qemu/include/exec/
H A Dexec-all.h247 CPUTLBEntryFull *full);
438 CPUTLBEntryFull **pfull, uintptr_t retaddr);
460 void **phost, CPUTLBEntryFull **pfull);
/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c65 CPUTLBEntryFull *full; in ptw_translate()
429 CPUTLBEntryFull *full; in mmu_translate()
/qemu/target/arm/tcg/
H A Dmte_helper.c114 CPUTLBEntryFull *full; in allocation_tag_mem_probe()
H A Dsve_helper.c5360 CPUTLBEntryFull *full; in sve_probe_page()
H A Dtranslate-a64.c14002 CPUTLBEntryFull *full; in is_guarded_page()
/qemu/target/arm/
H A Dinternals.h1381 CPUTLBEntryFull f;
H A Dptw.c578 CPUTLBEntryFull *full; in S1_ptw_translate()