Home
last modified time | relevance | path

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

123

/arch/arm/mm/
Dcopypage-v6.c93 set_pte_ext(TOP_PTE(from_address) + offset, pfn_pte(page_to_pfn(from), PAGE_KERNEL), 0); in v6_copy_user_highpage_aliasing()
94 set_pte_ext(TOP_PTE(to_address) + offset, pfn_pte(page_to_pfn(to), PAGE_KERNEL), 0); in v6_copy_user_highpage_aliasing()
126 set_pte_ext(TOP_PTE(to_address) + offset, pfn_pte(page_to_pfn(page), PAGE_KERNEL), 0); in v6_clear_user_highpage_aliasing()
/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()
211 pfn_pte(pfn, PAGE_KERNEL)); in callback_init()
/arch/m68k/sun3/
Ddvma.c31 ptep = pfn_pte(virt_to_pfn(kaddr), PAGE_KERNEL); in dvma_page()
/arch/ia64/xen/
Dhypervisor.c93 optf.pgprot = pgprot_val(PAGE_KERNEL); in xen_ia64_enable_opt_feature()
/arch/sparc/include/asm/
Dfixmap.h61 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/um/include/asm/
Dfixmap.h48 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/m68k/include/asm/
Dpgtable_no.h29 #define PAGE_KERNEL __pgprot(0) macro
/arch/powerpc/include/asm/
Dfixmap.h59 __set_fixmap(idx, phys, PAGE_KERNEL)
/arch/x86/xen/
Dgrant-table.c52 set_pte_at(&init_mm, addr, pte, mfn_pte((*frames)[0], PAGE_KERNEL)); in map_pte_fn()
/arch/sh/include/asm/
Dfixmap.h64 __set_fixmap(idx, phys, PAGE_KERNEL)
Dpgtable_32.h195 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
243 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \ macro
269 #define PAGE_KERNEL __pgprot(0) macro
/arch/x86/include/asm/
Dfixmap.h29 __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/arm/include/asm/
Dpgtable-nommu.h44 #define PAGE_KERNEL __pgprot(0) macro
/arch/xtensa/mm/
Dmisc.S135 movi a4, -PAGE_OFFSET + (PAGE_KERNEL | _PAGE_HW_WRITE)
187 movi a5, -PAGE_OFFSET + (PAGE_KERNEL | _PAGE_HW_WRITE)
277 addi a6, a3, (PAGE_KERNEL | _PAGE_HW_WRITE)
/arch/cris/include/arch-v10/arch/
Dmmu.h79 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \ macro
/arch/ia64/mm/
Dioremap.c64 prot = PAGE_KERNEL; in ioremap()
/arch/cris/include/arch-v32/arch/
Dmmu.h78 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \ macro
/arch/m68k/mm/
Dsun3kmap.c36 ptep = pfn_pte(phys >> PAGE_SHIFT, PAGE_KERNEL); in do_page_mapin()
/arch/blackfin/include/asm/
Dpgtable.h31 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/x86/vdso/
Dvma.c55 vbase = vmap(vdso_pages, npages, 0, PAGE_KERNEL); in init_vdso_vars()
/arch/xtensa/include/asm/
Dpgtable.h131 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_HW_WRITE) macro
146 # define PAGE_KERNEL __pgprot(0) macro
/arch/m68k/sun3x/
Ddvma.c135 PAGE_KERNEL)); in dvma_map_cpu()
/arch/sh/mm/
Dpg-sh4.c44 pte = mk_pte(page, PAGE_KERNEL); in kmap_coherent()
/arch/powerpc/platforms/cell/spufs/
Dlscsa_alloc.c119 csa->lscsa = vmap(pgarray, n_4k, VM_USERMAP, PAGE_KERNEL); in spu_alloc_lscsa()

123