Searched refs:_SUN4C_PAGE_READ (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtsun4.h55 #define _SUN4C_PAGE_READ 0x00800000 /* implemented in software */ macro
60 #define _SUN4C_READABLE (_SUN4C_PAGE_READ|_SUN4C_PAGE_SILENT_READ|\
H A Dpgtsun4c.h54 #define _SUN4C_PAGE_READ 0x00800000 /* implemented in software */ macro
59 #define _SUN4C_READABLE (_SUN4C_PAGE_READ|_SUN4C_PAGE_SILENT_READ|\
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dfault.c465 if ((pte_val(*ptep) & (_SUN4C_PAGE_READ|_SUN4C_PAGE_PRESENT))
466 == (_SUN4C_PAGE_READ|_SUN4C_PAGE_PRESENT)) {
H A Dsun4c.c1752 return (pte_val(pte) & _SUN4C_PAGE_READ);
1798 if (pte_val(pte) & _SUN4C_PAGE_READ)

Completed in 53 milliseconds