Searched defs:pteh (Results 1 – 2 of 2) sorted by relevance
179 uint32_t pteh; /* page table entry high register */ member307 #define cpu_pteh_asid(pteh) ((pteh) & PTEH_ASID_MASK) argument312 static inline int cpu_pteh_vpn (uint32_t pteh) in cpu_pteh_vpn()
24 target_ulong pteh = args[2]; in h_enter() local