Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_UNCACHED (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/mips/momentum/ocelot_g/
Dsetup.c89 #define ENTRYLO(x) ((pte_val(mk_pte_phys((x), PAGE_KERNEL_UNCACHED)) >> 6)|1)
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/
Dsetup.c88 #define ENTRYLO(x) ((pte_val(mk_pte_phys((x), PAGE_KERNEL_UNCACHED)) >> 6)|1)
/linux-2.4.37.9/arch/mips/momentum/ocelot_c/
Dsetup.c88 #define ENTRYLO(x) ((pte_val(mk_pte_phys((x), PAGE_KERNEL_UNCACHED)) >> 6)|1)
/linux-2.4.37.9/arch/mips/gt64120/momenco_ocelot/
Dsetup.c83 #define ENTRYLO(x) ((pte_val(mk_pte_phys((x), PAGE_KERNEL_UNCACHED)) >> 6)|1)
/linux-2.4.37.9/include/asm-mips/
Dpgtable.h101 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \ macro
/linux-2.4.37.9/include/asm-mips64/
Dpgtable.h129 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \ macro