Searched refs:pteh (Results 1 – 4 of 4) 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() argument314 return ((pteh & PTEH_VPN_MASK) >> PTEH_VPN_OFFSET); in cpu_pteh_vpn()
242 asid = env->pteh & 0xff; in find_tlb_entry()460 entry->asid = (uint8_t)cpu_pteh_asid(env->pteh); in cpu_load_tlb()461 entry->vpn = cpu_pteh_vpn(env->pteh); in cpu_load_tlb()819 env->pteh = (env->pteh & PTEH_ASID_MASK) | (address & PTEH_VPN_MASK); in superh_cpu_tlb_fill()
24 target_ulong pteh = args[2]; in h_enter() local31 apshift = ppc_hash64_hpte_page_shift_noslb(cpu, pteh, ptel); in h_enter()58 pteh &= ~0x60ULL; in h_enter()87 spapr_store_hpte(cpu, ptex + slot, pteh | HPTE64_V_HPTE_DIRTY, ptel); in h_enter()
234 return s->cpu->env.pteh; in sh7750_mem_readl()378 if ((s->cpu->env.pteh & 0xff) != (mem_value & 0xff)) { in sh7750_mem_writel()381 s->cpu->env.pteh = mem_value; in sh7750_mem_writel()