Searched refs:pteh (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_rm_mmu.c | 185 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 …]
|
| H A D | book3s_64_mmu_hv.c | 48 long pte_index, unsigned long pteh, 293 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter() argument 299 ret = kvmppc_do_h_enter(kvm, flags, pte_index, pteh, ptel, in kvmppc_virtmode_do_h_enter()
|
| /linux/arch/sh/include/asm/ |
| H A D | suspend.h | 44 unsigned long pteh; member
|
| /linux/arch/sh/kernel/ |
| H A D | asm-offsets.c | 50 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
|
| /linux/arch/sh/kernel/cpu/shmobile/ |
| H A D | pm.c | 90 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | kvm_ppc.h | 830 long pte_index, unsigned long pteh, unsigned long ptel);
|