/arch/openrisc/include/asm/ |
D | io.h | 39 return __ioremap(offset, size, PAGE_KERNEL); in ioremap() 47 __pgprot(pgprot_val(PAGE_KERNEL) | _PAGE_CI)); in ioremap_nocache()
|
/arch/arm/mm/ |
D | copypage-v6.c | 93 set_top_pte(kfrom, mk_pte(from, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing() 94 set_top_pte(kto, mk_pte(to, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing() 119 set_top_pte(to, mk_pte(page, PAGE_KERNEL)); in v6_clear_user_highpage_aliasing()
|
/arch/x86/xen/ |
D | grant-table.c | 52 set_pte_at(&init_mm, addr, pte, mfn_pte((*frames)[0], PAGE_KERNEL)); in map_pte_fn() 66 set_pte_at(&init_mm, addr, pte, mfn_pte((*frames)[0], PAGE_KERNEL)); in map_pte_fn_status()
|
/arch/mips/mm/ |
D | highmem.c | 60 set_pte(kmap_pte-idx, mk_pte(page, PAGE_KERNEL)); in kmap_atomic() 111 set_pte(kmap_pte-idx, pfn_pte(pfn, PAGE_KERNEL)); in kmap_atomic_pfn()
|
/arch/mips/include/asm/ |
D | highmem.h | 59 #define kmap_prot PAGE_KERNEL
|
/arch/x86/include/asm/ |
D | fixmap.h | 179 __set_fixmap(idx, phys, PAGE_KERNEL) 232 __set_fixmap_offset(idx, phys, PAGE_KERNEL)
|
/arch/ia64/xen/ |
D | hypervisor.c | 94 optf.pgprot = pgprot_val(PAGE_KERNEL); in xen_ia64_enable_opt_feature()
|
/arch/m68k/sun3/ |
D | dvma.c | 31 ptep = pfn_pte(virt_to_pfn(kaddr), PAGE_KERNEL); in dvma_page()
|
/arch/alpha/mm/ |
D | init.c | 56 = pte_val(mk_pte(virt_to_page(ret), PAGE_KERNEL)); in pgd_alloc() 110 (newptbr << 32) | pgprot_val(PAGE_KERNEL); in switch_to_system_map() 222 pfn_pte(pfn, PAGE_KERNEL)); in callback_init()
|
/arch/um/include/asm/ |
D | fixmap.h | 47 __set_fixmap(idx, phys, PAGE_KERNEL)
|
/arch/arm/include/asm/ |
D | highmem.h | 12 #define kmap_prot PAGE_KERNEL
|
D | pgtable-nommu.h | 44 #define PAGE_KERNEL __pgprot(0) macro
|
/arch/sparc/include/asm/ |
D | fixmap.h | 61 __set_fixmap(idx, phys, PAGE_KERNEL)
|
/arch/m68k/include/asm/ |
D | pgtable_no.h | 29 #define PAGE_KERNEL __pgprot(0) macro
|
/arch/sh/mm/ |
D | kmap.c | 48 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_coherent()
|
D | numa.c | 40 PAGE_KERNEL); in setup_bootmem_node()
|
/arch/microblaze/include/asm/ |
D | fixmap.h | 62 __set_fixmap(idx, phys, PAGE_KERNEL)
|
/arch/powerpc/include/asm/ |
D | fixmap.h | 62 __set_fixmap(idx, phys, PAGE_KERNEL)
|
/arch/tile/include/asm/ |
D | fixmap.h | 77 __set_fixmap(idx, phys, PAGE_KERNEL)
|
/arch/h8300/include/asm/ |
D | pgtable.h | 25 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/tile/mm/ |
D | init.c | 240 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot() 261 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot() 279 return construct_pgprot(PAGE_KERNEL, initial_heap_home()); in init_pgprot() 284 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot() 293 return construct_pgprot(PAGE_KERNEL, initial_heap_home()); in init_pgprot() 321 return construct_pgprot(PAGE_KERNEL, cpu); in init_pgprot() 1034 pfn_pte(pfn, PAGE_KERNEL)); in free_init_pages()
|
/arch/hexagon/kernel/ |
D | vdso.c | 41 vdso = vmap(&vdso_page, 1, 0, PAGE_KERNEL); in vdso_init()
|
/arch/sh/include/asm/ |
D | fixmap.h | 83 __set_fixmap(idx, phys, PAGE_KERNEL)
|
/arch/c6x/include/asm/ |
D | pgtable.h | 42 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \ macro
|