Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
A Dbook3s_hv_rm_mmu.c215 if ((pteh >> HPTE_V_SSIZE_SHIFT) & 0x2) { in kvmppc_do_h_enter()
219 psize = kvmppc_actual_pgsz(pteh, ptel); in kvmppc_do_h_enter()
240 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter()
289 pteh |= HPTE_V_VALID; in kvmppc_do_h_enter()
291 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter()
370 if (pteh & HPTE_V_VALID) { in kvmppc_do_h_enter()
377 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter()
378 pteh &= ~HPTE_V_VALID; in kvmppc_do_h_enter()
392 ptel = hpte_old_to_new_r(pteh, ptel); in kvmppc_do_h_enter()
393 pteh = hpte_old_to_new_v(pteh); in kvmppc_do_h_enter()
[all …]
A Dbook3s_64_mmu_hv.c47 long pte_index, unsigned long pteh,
284 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter() argument
290 ret = kvmppc_do_h_enter(kvm, flags, pte_index, pteh, ptel, in kvmppc_virtmode_do_h_enter()
/linux/arch/sh/include/asm/
A Dsuspend.h44 unsigned long pteh; member
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c811 unsigned long pteh; in manual_hpte_clear_all() member
829 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) == in manual_hpte_clear_all()
832 if (ptes[j].pteh & HPTE_V_VALID) in manual_hpte_clear_all()
834 &(ptes[j].pteh), &(ptes[j].ptel)); in manual_hpte_clear_all()
922 unsigned long pteh; in __pSeries_lpar_hpte_find() member
936 if (HPTE_V_COMPARE(ptes[j].pteh, want_v) && in __pSeries_lpar_hpte_find()
937 (ptes[j].pteh & HPTE_V_VALID)) in __pSeries_lpar_hpte_find()
/linux/arch/sh/kernel/
A Dasm-offsets.c49 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
/linux/arch/sh/kernel/cpu/shmobile/
A Dpm.c90 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
/linux/arch/powerpc/include/asm/
A Dkvm_book3s.h251 long pte_index, unsigned long pteh, unsigned long ptel,
A Dkvm_ppc.h764 long pte_index, unsigned long pteh, unsigned long ptel);

Completed in 19 milliseconds