Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_IO (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/mm/
Dioremap.c151 prot = PAGE_KERNEL_IO; in __ioremap_caller()
567 return __early_ioremap(phys_addr, size, PAGE_KERNEL_IO); in early_ioremap()
/linux-2.6.39/arch/x86/include/asm/
Dpgtable_types.h134 #define PAGE_KERNEL_IO __pgprot(__PAGE_KERNEL_IO) macro
/linux-2.6.39/arch/x86/xen/
Dmmu.c2003 pte_t pte = mfn_pte(PFN_DOWN(pa), PAGE_KERNEL_IO); in xen_ident_map_ISA()