Searched defs:vpn (Results 1 – 5 of 5) sorted by relevance
/qemu/target/xtensa/ |
H A D | mmu_helper.c | 177 bool dtlb, uint32_t *vpn, in split_tlb_entry_spec_way() 233 uint32_t *vpn, uint32_t *wi, uint32_t *ei) in split_tlb_entry_spec() 265 uint32_t vpn; in get_tlb_entry() local 281 unsigned wi, unsigned ei, uint32_t vpn, in xtensa_tlb_set_entry_mmu() 292 uint32_t vpn, uint32_t pte) in xtensa_tlb_set_entry() 476 uint32_t vpn; in xtensa_tlb_lookup() local 564 uint32_t vpn; in HELPER() local 816 uint32_t vpn; in get_physical_addr_mmu() local
|
/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 219 uint64_t vpn, tlb_vppn; in loongarch_tlb_search() local 485 uint64_t vpn, tlb_vppn; in helper_invtlb_page_asid() local 518 uint64_t vpn, tlb_vppn; in helper_invtlb_page_asid_or_g() local
|
/qemu/target/sh4/ |
H A D | helper.c | 523 uint32_t vpn = (mem_value & 0xfffffc00) >> 10; in cpu_sh4_write_mmaped_itlb_addr() local 607 uint32_t vpn = (mem_value & 0xfffffc00) >> 10; in cpu_sh4_write_mmaped_utlb_addr() local
|
H A D | cpu.h | 112 uint32_t vpn; /* virtual page number */ member
|
/qemu/target/riscv/ |
H A D | cpu_helper.c | 1589 target_ulong vpn = addr >> PGSHIFT; in get_physical_address() local
|