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.c209 if ((pteh >> HPTE_V_SSIZE_SHIFT) & 0x2) { in kvmppc_do_h_enter()
213 psize = kvmppc_actual_pgsz(pteh, ptel); 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()
386 ptel = hpte_old_to_new_r(pteh, ptel); in kvmppc_do_h_enter()
387 pteh = hpte_old_to_new_v(pteh); in kvmppc_do_h_enter()
[all …]
A Dbook3s_64_mmu_hv.c48 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/
A Dsuspend.h44 unsigned long pteh; member
/linux/arch/powerpc/platforms/pseries/
A Dlpar.c852 unsigned long pteh; in manual_hpte_clear_all() member
870 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) == in manual_hpte_clear_all()
873 if (ptes[j].pteh & HPTE_V_VALID) in manual_hpte_clear_all()
875 &(ptes[j].pteh), &(ptes[j].ptel)); in manual_hpte_clear_all()
963 unsigned long pteh; in __pSeries_lpar_hpte_find() member
977 if (HPTE_V_COMPARE(ptes[j].pteh, want_v) && in __pSeries_lpar_hpte_find()
978 (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.h252 long pte_index, unsigned long pteh, unsigned long ptel,
A Dkvm_ppc.h830 long pte_index, unsigned long pteh, unsigned long ptel);

Completed in 29 milliseconds