Searched refs:pteh (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/sh/mm/ |
D | tlbflush_64.c | 322 unsigned long long match, pteh=0, lpage; in local_flush_tlb_one() local 334 : "=r" (pteh) in local_flush_tlb_one() 337 if (pteh == match) { in local_flush_tlb_one() 345 : "=r" (pteh) in local_flush_tlb_one() 348 if (pteh == match) { in local_flush_tlb_one() 372 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local 391 : "=r" (pteh) in local_flush_tlb_range() 394 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range() 395 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range() 404 : "=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()
|
D | fault_64.c | 49 unsigned long long pteh=0; in __do_tlb_refill() local 59 pteh = neff_sign_extend(address & MMU_VPN_MASK); in __do_tlb_refill() 62 pteh |= get_asid() << PTEH_ASID_SHIFT; in __do_tlb_refill() 63 pteh |= PTEH_VALID; in __do_tlb_refill() 73 : : "r" (next), "r" (pteh), "r" (ptel) ); in __do_tlb_refill()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | suspend.h | 44 unsigned long pteh; member
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | lpar.c | 392 unsigned long pteh; in pSeries_lpar_hptab_clear() member 407 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) == in pSeries_lpar_hptab_clear() 410 if (ptes[j].pteh & HPTE_V_VALID) in pSeries_lpar_hptab_clear() 412 &(ptes[j].pteh), &(ptes[j].ptel)); in pSeries_lpar_hptab_clear()
|
/linux-2.6.39/arch/sh/kernel/ |
D | asm-offsets.c | 50 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh)); in main()
|
/linux-2.6.39/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 92 sdp->addr.pteh = 0xff000000; /* PTEH */ in sh_mobile_register_self_refresh()
|