Searched refs:PAGE_KERNEL (Results 1 - 25 of 73) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvmalloc.h36 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL);
45 return __vmalloc(size, GFP_KERNEL|GFP_DMA, PAGE_KERNEL);
54 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvmalloc.h36 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL);
45 return __vmalloc(size, GFP_KERNEL|GFP_DMA, PAGE_KERNEL);
54 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dpageattr.c42 addr == address ? prot : PAGE_KERNEL);
103 if (pgprot_val(prot) != pgprot_val(PAGE_KERNEL)) {
106 pte_t standard = mk_pte(page, PAGE_KERNEL);
115 set_pte(kpte,mk_pte(split, PAGE_KERNEL));
118 set_pte(kpte, mk_pte(page, PAGE_KERNEL));
H A Dmodutil.c63 if (vmalloc_area_pages(VMALLOC_VMADDR(addr), size, GFP_KERNEL, PAGE_KERNEL)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A Dpageattr.c48 addr == address ? prot : PAGE_KERNEL);
122 if (pgprot_val(prot) != pgprot_val(PAGE_KERNEL)) {
125 pte_t standard = mk_pte(page, PAGE_KERNEL);
135 set_pmd_pte(kpte,address,mk_pte(split, PAGE_KERNEL));
138 set_pte_atomic(kpte, mk_pte(page, PAGE_KERNEL));
H A Dinit.c89 kmap_prot = PAGE_KERNEL;
264 *pte = mk_pte_phys(__pa(vaddr), PAGE_KERNEL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3/
H A Ddvma.c25 ptep = __mk_pte(kaddr, PAGE_KERNEL);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dfixmap.h61 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dfixmap.h61 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dfixmap.h61 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dfixmap.h56 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dfixmap.h56 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dfixmap.h61 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dmodutil.c60 if (vmalloc_area_pages(VMALLOC_VMADDR(addr), size, GFP_KERNEL, PAGE_KERNEL)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dfixmap.h83 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dfixmap.h83 __set_fixmap(idx, phys, PAGE_KERNEL)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsupport.h56 return __vmalloc(size, GFP_NOFS | __GFP_HIGHMEM, PAGE_KERNEL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dinit.c67 = pte_val(mk_pte(virt_to_page(ret), PAGE_KERNEL));
174 (newptbr << 32) | pgprot_val(PAGE_KERNEL);
265 mk_pte_phys(paddr, PAGE_KERNEL));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armo/
H A Dpgtable.h64 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_NOT_USER) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Dpgtable.h131 #define PAGE_KERNEL __pgprot(_L_PTE_DEFAULT | L_PTE_CACHEABLE | L_PTE_BUFFERABLE | L_PTE_DIRTY | L_PTE_WRITE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armo/
H A Dpgtable.h64 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_NOT_USER) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Dpgtable.h131 #define PAGE_KERNEL __pgprot(_L_PTE_DEFAULT | L_PTE_CACHEABLE | L_PTE_BUFFERABLE | L_PTE_DIRTY | L_PTE_WRITE) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3x/
H A Ddvma.c128 set_pte(pte, __mk_pte(kaddr, PAGE_KERNEL));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/mm/
H A Dinit.c310 pte_val(mk_pte_phys(__pa(my_cpu_data), PAGE_KERNEL)), PAGE_SHIFT);
393 PAGE_KERNEL));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgtable.h124 #define PAGE_KERNEL page_kernel macro
126 #define PAGE_KERNEL __pgprot(BTFIXUP_INT(page_kernel)) macro

Completed in 187 milliseconds

123