Searched refs:PAGE_KERNEL_NCG (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/include/asm/ |
D | fixmap.h | 100 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NCG 101 #define FIXMAP_PAGE_IO PAGE_KERNEL_NCG
|
/arch/powerpc/platforms/83xx/ |
D | misc.c | 132 setbat(-1, va, immrbase, immrsize, PAGE_KERNEL_NCG); in mpc83xx_setup_arch()
|
/arch/powerpc/platforms/embedded6xx/ |
D | usbgecko_udbg.c | 319 ug_early_grab_io_addr(), 128*1024, PAGE_KERNEL_NCG); in udbg_init_usbgecko()
|
/arch/powerpc/sysdev/ |
D | cpm_common.c | 87 setbat(1, 0xf0000000, 0xf0000000, 1024*1024, PAGE_KERNEL_NCG); in udbg_init_cpm()
|
/arch/powerpc/mm/nohash/ |
D | 8xx.c | 126 PAGE_KERNEL_NCG, MMU_PAGE_512K, true); in mmu_mapin_immr()
|
/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 14 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 115 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 160 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro
|