Home
last modified time | relevance | path

Searched refs:pteh (Results 1 – 4 of 4) 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() argument
314 return ((pteh & PTEH_VPN_MASK) >> PTEH_VPN_OFFSET); in cpu_pteh_vpn()
H A Dhelper.c242 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()
/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c24 target_ulong pteh = args[2]; in h_enter() local
31 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()
/qemu/hw/sh4/
H A Dsh7750.c234 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()