Searched refs:ptel (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/mn10300/mm/
H A Dmmu-context.c56 unsigned long pteu, ptel, cnx, flags; local
60 ptel = pte_val(pte) & ~(xPTEL_UNUSED1 | xPTEL_UNUSED2);
73 IPTEL = ptel;
77 DPTEL = ptel;
/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
128 ptel = neff_sign_extend(paddr);
129 ptel &= PAGE_MASK;
130 ptel |= (_PAGE_CACHABLE | _PAGE_READ | _PAGE_WRITE);
134 : : "r" (config_addr), "r" (ptel), "r" (pteh));
H A Dfault_64.c48 unsigned long long ptel; local
54 ptel = pte_val(*pte);
66 ptel &= _PAGE_FLAGS_HARDWARE_MASK; /* drop software flags */
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.h45 unsigned long ptel; 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.c51 DEFINE(SH_SLEEP_REG_PTEL, offsetof(struct sh_sleep_regs, ptel));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm.c93 sdp->addr.ptel = 0xff000004; /* PTEL */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c372 unsigned long ptel; member in struct:__anon10078
391 &(ptes[j].pteh), &(ptes[j].ptel));

Completed in 100 milliseconds