Home
last modified time | relevance | path

Searched defs:pteh (Results 1 – 3 of 3) sorted by relevance

/qemu/target/sh4/
H A Dcpu.h179 uint32_t pteh; /* page table entry high register */ member
307 #define cpu_pteh_asid(pteh) ((pteh) & PTEH_ASID_MASK) argument
312 static inline int cpu_pteh_vpn (uint32_t pteh) in cpu_pteh_vpn()
/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c37 target_ulong pteh = args[2]; in h_enter() local
/qemu/target/ppc/
H A Dmmu_common.c132 int access, ret, pteh, ptev, pp; in ppc6xx_tlb_pte_check() local