Home
last modified time | relevance | path

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

1234

/arch/openrisc/include/asm/
Dio.h40 return __ioremap(offset, size, PAGE_KERNEL); in ioremap()
48 __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/xtensa/mm/
Dmisc.S129 addi a6, a3, (PAGE_KERNEL | _PAGE_HW_WRITE)
177 addi a6, a4, (PAGE_KERNEL | _PAGE_HW_WRITE)
187 addi a7, a5, PAGE_KERNEL
254 addi a6, a3, (PAGE_KERNEL | _PAGE_HW_WRITE)
278 addi a6, a3, (PAGE_KERNEL | _PAGE_HW_WRITE)
/arch/metag/mm/
Dhighmem.c57 set_pte(kmap_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_atomic()
106 set_pte(kmap_pte - idx, pfn_pte(pfn, PAGE_KERNEL)); in kmap_atomic_pfn()
/arch/mips/mm/
Dhighmem.c61 set_pte(kmap_pte-idx, mk_pte(page, PAGE_KERNEL)); in kmap_atomic()
112 set_pte(kmap_pte-idx, pfn_pte(pfn, PAGE_KERNEL)); in kmap_atomic_pfn()
/arch/x86/xen/
Dgrant-table.c69 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared()
147 vaddr = vmap(pages, nr_grant_frames, 0, PAGE_KERNEL); in xlated_setup_gnttab_pages()
/arch/alpha/mm/
Dinit.c57 = pte_val(mk_pte(virt_to_page(ret), PAGE_KERNEL)); in pgd_alloc()
111 (newptbr << 32) | pgprot_val(PAGE_KERNEL); in switch_to_system_map()
223 pfn_pte(pfn, PAGE_KERNEL)); in callback_init()
/arch/arm64/mm/
Dmmu.c313 end - start, PAGE_KERNEL); in __map_memblock()
316 end - start, PAGE_KERNEL); in __map_memblock()
321 PAGE_KERNEL); in __map_memblock()
330 PAGE_KERNEL); in __map_memblock()
402 PAGE_KERNEL); in fixup_executable()
410 PAGE_KERNEL); in fixup_executable()
428 PAGE_KERNEL); in fixup_init()
/arch/mips/include/asm/
Dhighmem.h58 #define kmap_prot PAGE_KERNEL
/arch/metag/include/asm/
Dhighmem.h32 #define kmap_prot PAGE_KERNEL
/arch/m68k/sun3/
Ddvma.c32 ptep = pfn_pte(virt_to_pfn(kaddr), PAGE_KERNEL); in dvma_page()
/arch/m68k/include/asm/
Dpgtable_no.h29 #define PAGE_KERNEL __pgprot(0) macro
/arch/arm/include/asm/
Dhighmem.h12 #define kmap_prot PAGE_KERNEL
Dpgtable-nommu.h44 #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/tile/mm/
Dinit.c234 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot()
250 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot()
267 return construct_pgprot(PAGE_KERNEL, initial_heap_home()); in init_pgprot()
271 return construct_pgprot(PAGE_KERNEL, PAGE_HOME_HASH); in init_pgprot()
297 return construct_pgprot(PAGE_KERNEL, cpu); in init_pgprot()
959 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/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
/arch/powerpc/mm/
Dpgtable_32.c185 flags |= PAGE_KERNEL; in __ioremap_caller()
320 f = ktext ? PAGE_KERNEL_TEXT : PAGE_KERNEL; in __mapin_ram_chunk()
438 change_page_attr(page, numpages, enable ? PAGE_KERNEL : __pgprot(0)); in kernel_map_pages()
/arch/frv/include/asm/
Dhighmem.h43 #define kmap_prot PAGE_KERNEL
/arch/cris/include/arch-v32/arch/
Dmmu.h80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \ macro
/arch/ia64/mm/
Dioremap.c74 prot = PAGE_KERNEL; in ioremap()
/arch/m68k/mm/
Dsun3kmap.c36 ptep = pfn_pte(phys >> PAGE_SHIFT, PAGE_KERNEL); in do_page_mapin()

1234