Searched defs:pte_pgprot (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpage.h105 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable.h38 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgtable.h166 #define pte_pgprot(x) hv_pte_set_pfn((x), 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h266 #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK) macro

Completed in 72 milliseconds