Searched refs:_PAGE_IOMAP (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h43 #define _PAGE_IOMAP (_AT(pteval_t, 1) << _PAGE_BIT_IOMAP) macro
112 #define __PAGE_KERNEL_IO (__PAGE_KERNEL | _PAGE_IOMAP)
113 #define __PAGE_KERNEL_IO_NOCACHE (__PAGE_KERNEL_NOCACHE | _PAGE_IOMAP)
114 #define __PAGE_KERNEL_IO_UC_MINUS (__PAGE_KERNEL_UC_MINUS | _PAGE_IOMAP)
115 #define __PAGE_KERNEL_IO_WC (__PAGE_KERNEL_WC | _PAGE_IOMAP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c395 return pte_flags(pte) & _PAGE_IOMAP;
582 if (xen_initial_domain() && (pte.pte & _PAGE_IOMAP))
605 if (unlikely(pte & _PAGE_IOMAP) &&
609 pte &= ~_PAGE_IOMAP;
1901 pte = mfn_pte(phys, __pgprot(pgprot_val(prot) | _PAGE_IOMAP));
H A Denlighten.c1102 __supported_pte_mask |= _PAGE_IOMAP;
1156 __supported_pte_mask |= _PAGE_IOMAP;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit_32.c593 pteval_t __supported_pte_mask __read_mostly = ~(_PAGE_NX | _PAGE_GLOBAL | _PAGE_IOMAP);
H A Dinit_64.c77 pteval_t __supported_pte_mask __read_mostly = ~_PAGE_IOMAP;

Completed in 47 milliseconds