Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL (Results 1 – 25 of 98) sorted by relevance

1234

/arch/openrisc/include/asm/
Dio.h39 return __ioremap(offset, size, PAGE_KERNEL); in ioremap()
47 __pgprot(pgprot_val(PAGE_KERNEL) | _PAGE_CI)); in ioremap_nocache()
/arch/arm/mm/
Dcopypage-v6.c93 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/
Dgrant-table.c52 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/
Dhighmem.c60 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/
Dhighmem.h59 #define kmap_prot PAGE_KERNEL
/arch/x86/include/asm/
Dfixmap.h179 __set_fixmap(idx, phys, PAGE_KERNEL)
232 __set_fixmap_offset(idx, phys, PAGE_KERNEL)
/arch/ia64/xen/
Dhypervisor.c94 optf.pgprot = pgprot_val(PAGE_KERNEL); in xen_ia64_enable_opt_feature()
/arch/m68k/sun3/
Ddvma.c31 ptep = pfn_pte(virt_to_pfn(kaddr), PAGE_KERNEL); in dvma_page()
/arch/alpha/mm/
Dinit.c56 = 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/
Dfixmap.h47 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/arm/include/asm/
Dhighmem.h12 #define kmap_prot PAGE_KERNEL
Dpgtable-nommu.h44 #define PAGE_KERNEL __pgprot(0) macro
/arch/sparc/include/asm/
Dfixmap.h61 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/m68k/include/asm/
Dpgtable_no.h29 #define PAGE_KERNEL __pgprot(0) macro
/arch/sh/mm/
Dkmap.c48 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_coherent()
Dnuma.c40 PAGE_KERNEL); in setup_bootmem_node()
/arch/microblaze/include/asm/
Dfixmap.h62 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/powerpc/include/asm/
Dfixmap.h62 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/tile/include/asm/
Dfixmap.h77 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/h8300/include/asm/
Dpgtable.h25 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/tile/mm/
Dinit.c240 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/
Dvdso.c41 vdso = vmap(&vdso_page, 1, 0, PAGE_KERNEL); in vdso_init()
/arch/sh/include/asm/
Dfixmap.h83 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/c6x/include/asm/
Dpgtable.h42 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/cris/include/arch-v10/arch/
Dmmu.h80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \ macro

1234