Searched refs:pteh (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/arch/powerpc/kvm/ |
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 …]
|
D | book3s_64_mmu_hv.c | 47 long pte_index, unsigned long pteh, 292 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter() argument 298 ret = kvmppc_do_h_enter(kvm, flags, pte_index, pteh, ptel, in kvmppc_virtmode_do_h_enter()
|
/linux-5.19.10/arch/sh/include/asm/ |
D | suspend.h | 44 unsigned long pteh; member
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | lpar.c | 841 unsigned long pteh; in manual_hpte_clear_all() member 859 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) == in manual_hpte_clear_all() 862 if (ptes[j].pteh & HPTE_V_VALID) in manual_hpte_clear_all() 864 &(ptes[j].pteh), &(ptes[j].ptel)); in manual_hpte_clear_all() 952 unsigned long pteh; in __pSeries_lpar_hpte_find() member 966 if (HPTE_V_COMPARE(ptes[j].pteh, want_v) && in __pSeries_lpar_hpte_find() 967 (ptes[j].pteh & HPTE_V_VALID)) in __pSeries_lpar_hpte_find()
|
/linux-5.19.10/arch/sh/kernel/ |
D | asm-offsets.c | 49 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
|
/linux-5.19.10/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 90 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 251 long pte_index, unsigned long pteh, unsigned long ptel,
|
D | kvm_ppc.h | 774 long pte_index, unsigned long pteh, unsigned long ptel);
|