Searched refs:_PAGE_TYPE_NONE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h107 #define _PAGE_TYPE_NONE (0 << _PAGE_BIT_SZ0) macro
132 #define PAGE_NONE (_PAGE_ACCESSED | _PAGE_TYPE_NONE)
153 * loaded into the TLB if the page type is _PAGE_TYPE_NONE.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dpgtable.h237 #define _PAGE_TYPE_NONE 0x401 macro
268 * _PAGE_TYPE_NONE 1001 -> 1001
369 #define PAGE_NONE __pgprot(_PAGE_TYPE_NONE)
536 return (pte_val(pte) & mask) == _PAGE_TYPE_NONE ||
705 /* Do not clobber _PAGE_TYPE_NONE pages! */

Completed in 83 milliseconds