Searched refs:pteh (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dtlb-sh5.c123 unsigned long long pteh, ptel; local
125 pteh = neff_sign_extend(eaddr);
126 pteh &= PAGE_MASK;
127 pteh |= (asid << PTEH_ASID_SHIFT) | PTEH_VALID;
134 : : "r" (config_addr), "r" (ptel), "r" (pteh));
H A Dtlbflush_64.c319 unsigned long long match, pteh=0, lpage; local
331 : "=r" (pteh)
334 if (pteh == match) {
342 : "=r" (pteh)
345 if (pteh == match) {
369 unsigned long long match, pteh=0, pteh_epn, pteh_low; local
388 : "=r" (pteh)
391 pteh_epn = pteh & PAGE_MASK;
392 pteh_low = pteh & ~PAGE_MASK;
401 : "=r" (pteh)
[all...]
H A Dfault_64.c49 unsigned long long pteh=0; local
59 pteh = neff_sign_extend(address & MMU_VPN_MASK);
62 pteh |= get_asid() << PTEH_ASID_SHIFT;
63 pteh |= PTEH_VALID;
73 : : "r" (next), "r" (pteh), "r" (ptel) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsuspend.h44 unsigned long pteh; member in struct:sh_sleep_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dasm-offsets.c50 DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm.c92 sdp->addr.pteh = 0xff000000; /* PTEH */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c371 unsigned long pteh; member in struct:__anon10078
386 if ((ptes[j].pteh & HPTE_V_VRMA_MASK) ==
389 if (ptes[j].pteh & HPTE_V_VALID)
391 &(ptes[j].pteh), &(ptes[j].ptel));

Completed in 51 milliseconds