Searched refs:pteh (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/sh/mm/ |
D | tlbflush_64.c | 33 unsigned long long match, pteh=0, lpage; in local_flush_tlb_one() local 45 : "=r" (pteh) in local_flush_tlb_one() 48 if (pteh == match) { in local_flush_tlb_one() 56 : "=r" (pteh) in local_flush_tlb_one() 59 if (pteh == match) { in local_flush_tlb_one() 83 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local 102 : "=r" (pteh) in local_flush_tlb_range() 105 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range() 106 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range() 115 : "=r" (pteh) in local_flush_tlb_range() [all …]
|
D | tlb-sh5.c | 123 unsigned long long pteh, ptel; in sh64_setup_tlb_slot() local 125 pteh = neff_sign_extend(eaddr); in sh64_setup_tlb_slot() 126 pteh &= PAGE_MASK; in sh64_setup_tlb_slot() 127 pteh |= (asid << PTEH_ASID_SHIFT) | PTEH_VALID; in sh64_setup_tlb_slot() 134 : : "r" (config_addr), "r" (ptel), "r" (pteh)); in sh64_setup_tlb_slot() 189 unsigned long long pteh=0; in __update_tlb() local 200 pteh = neff_sign_extend(address & MMU_VPN_MASK); in __update_tlb() 203 pteh |= get_asid() << PTEH_ASID_SHIFT; in __update_tlb() 204 pteh |= PTEH_VALID; in __update_tlb() 218 : : "r" (next), "r" (pteh), "r" (ptel) ); in __update_tlb()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 168 long pte_index, unsigned long pteh, unsigned long ptel, in kvmppc_do_h_enter() argument 185 psize = hpte_page_size(pteh, ptel); in kvmppc_do_h_enter() 189 pteh &= ~(HPTE_V_HVLOCK | HPTE_V_ABSENT | HPTE_V_VALID); in kvmppc_do_h_enter() 206 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter() 266 pteh |= HPTE_V_VALID; in kvmppc_do_h_enter() 268 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter() 345 if (pteh & HPTE_V_VALID) { in kvmppc_do_h_enter() 352 pteh |= HPTE_V_ABSENT; in kvmppc_do_h_enter() 353 pteh &= ~HPTE_V_VALID; in kvmppc_do_h_enter() 368 __unlock_hpte(hpte, pteh); in kvmppc_do_h_enter() [all …]
|
D | book3s_64_mmu_hv.c | 47 long pte_index, unsigned long pteh, 259 long pte_index, unsigned long pteh, in kvmppc_virtmode_do_h_enter() argument 266 ret = kvmppc_do_h_enter(kvm, flags, pte_index, pteh, ptel, in kvmppc_virtmode_do_h_enter()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | suspend.h | 43 unsigned long pteh; member
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | lpar.c | 227 unsigned long pteh; in pSeries_lpar_hptab_clear() member 242 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) == in pSeries_lpar_hptab_clear() 245 if (ptes[j].pteh & HPTE_V_VALID) in pSeries_lpar_hptab_clear() 247 &(ptes[j].pteh), &(ptes[j].ptel)); in pSeries_lpar_hptab_clear()
|
/linux-4.4.14/arch/sh/kernel/ |
D | asm-offsets.c | 48 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
|
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 93 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 171 long pte_index, unsigned long pteh, unsigned long ptel,
|