Searched refs:_KERNPG_TABLE (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmachine_kexec_64.c40 set_pgd(pgd, __pgd(__pa(pud) | _KERNPG_TABLE));
49 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE));
91 set_pud(level3p++, __pud(__pa(level2p) | _KERNPG_TABLE));
126 set_pgd(level4p++, __pgd(__pa(level3p) | _KERNPG_TABLE));
161 set_pgd(pgd, __pgd(__pa(pud) | _KERNPG_TABLE));
169 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE));
177 set_pmd(pmd, __pmd(__pa(pte) | _KERNPG_TABLE));
H A Dtrampoline_64.S163 .quad level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
165 .quad level3_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
H A Dhead_64.S106 leaq (level2_spare_pgt - __START_KERNEL_map + _KERNPG_TABLE)(%rbp), %rdx
350 .quad level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
352 .quad level3_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
358 .quad level2_ident_pgt - __START_KERNEL_map + _KERNPG_TABLE
364 .quad level2_kernel_pgt - __START_KERNEL_map + _KERNPG_TABLE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dmmu.h82 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_64.h69 #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
170 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
176 #define _PAGE_TABLE (_KERNPG_TABLE | _PAGE_USER)
201 #define PAGE_KERNEL __pgprot(_KERNPG_TABLE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsun3_pgalloc.h16 #define _KERNPG_TABLE 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dmmu.h87 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable-3level.h57 #define pud_bad(x) ((pud_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
H A Dpgtable.h61 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY) macro
105 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_64.c59 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dmem.c96 set_pmd(pmd, __pmd(_KERNPG_TABLE +
107 set_pud(pud, __pud(_KERNPG_TABLE + (unsigned long) __pa(pmd_table)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h391 return (pmd_flags(pmd) & ~_PAGE_USER) != _KERNPG_TABLE;
438 return (pud_flags(pud) & ~(_KERNPG_TABLE | _PAGE_USER)) != 0;
477 return (pgd_flags(pgd) & ~_PAGE_USER) != _KERNPG_TABLE;
H A Dpgtable_64.h114 #define mk_kernel_pgd(address) __pgd((address) | _KERNPG_TABLE)
H A Dpgtable_types.h67 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h110 #define _KERNPG_TABLE \ macro
186 #define pmd_bad(x) ((pmd_val(x) & ~PAGE_MASK) != _KERNPG_TABLE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dmmu.S156 add3 r2, r2, #-355 ; _KERNPG_TABLE(=0x163)
271 ldi r4, #0x163 ; _KERNPG_TABLE(=0x163)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit_64.c227 set_pgd(pgd, __pgd(__pa(pud) | _KERNPG_TABLE |
233 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE |
H A Dpageattr.c566 __set_pmd_pte(kpte, address, mk_pte(base, __pgprot(_KERNPG_TABLE)));

Completed in 148 milliseconds