Searched refs:pteh (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 198 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter() argument 217 psize = kvmppc_actual_pgsz(pteh, ptel); in kvmppc_do_h_enter() 221 pteh &= ~(HPTE_V_HVLOCK | HPTE_V_ABSENT | HPTE_V_VALID); in kvmppc_do_h_enter() 238 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter() 287 pteh |= HPTE_V_VALID; in kvmppc_do_h_enter() 289 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter() 368 if (pteh & HPTE_V_VALID) { in kvmppc_do_h_enter() 375 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter() 376 pteh &= ~HPTE_V_VALID; in kvmppc_do_h_enter() 390 ptel = hpte_old_to_new_r(pteh, ptel); in kvmppc_do_h_enter() [all …]
|
D | book3s_64_mmu_hv.c | 46 long pte_index, unsigned long pteh, 283 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter() argument 289 ret = kvmppc_do_h_enter(kvm, flags, pte_index, pteh, ptel, in kvmppc_virtmode_do_h_enter()
|
/Linux-v5.10/arch/sh/include/asm/ |
D | suspend.h | 44 unsigned long pteh; member
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | lpar.c | 809 unsigned long pteh; in manual_hpte_clear_all() member 827 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) == in manual_hpte_clear_all() 830 if (ptes[j].pteh & HPTE_V_VALID) in manual_hpte_clear_all() 832 &(ptes[j].pteh), &(ptes[j].ptel)); in manual_hpte_clear_all() 917 unsigned long pteh; in __pSeries_lpar_hpte_find() member 931 if (HPTE_V_COMPARE(ptes[j].pteh, want_v) && in __pSeries_lpar_hpte_find() 932 (ptes[j].pteh & HPTE_V_VALID)) in __pSeries_lpar_hpte_find()
|
/Linux-v5.10/arch/sh/kernel/ |
D | asm-offsets.c | 49 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
|
/Linux-v5.10/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 90 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 251 long pte_index, unsigned long pteh, unsigned long ptel,
|
D | kvm_ppc.h | 763 long pte_index, unsigned long pteh, unsigned long ptel);
|