Home
last modified time | relevance | path

Searched refs:pteh (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c185 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter() argument
209 if ((pteh >> HPTE_V_SSIZE_SHIFT) & 0x2) { in kvmppc_do_h_enter()
213 psize = kvmppc_actual_pgsz(pteh, ptel); in kvmppc_do_h_enter()
217 pteh &= ~(HPTE_V_HVLOCK | HPTE_V_ABSENT | HPTE_V_VALID); in kvmppc_do_h_enter()
234 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter()
283 pteh |= HPTE_V_VALID; in kvmppc_do_h_enter()
285 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter()
364 if (pteh & HPTE_V_VALID) { in kvmppc_do_h_enter()
371 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter()
372 pteh &= ~HPTE_V_VALID; in kvmppc_do_h_enter()
[all …]
/linux/arch/sh/include/asm/
H A Dsuspend.h44 unsigned long pteh; member
/linux/arch/sh/kernel/
H A Dasm-offsets.c49 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
/linux/arch/sh/kernel/cpu/shmobile/
H A Dpm.c90 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
/linux/arch/powerpc/include/asm/
H A Dkvm_ppc.h830 long pte_index, unsigned long pteh, unsigned long ptel);