Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c24 target_ulong pteh = args[2]; in h_enter() local