/linux-4.1.27/arch/um/include/asm/ |
H A D | pgalloc.h | 14 set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte))) 17 set_pmd(pmd, __pmd(_PAGE_TABLE + \
|
H A D | pgtable-3level.h | 60 set_pud(pud, __pud(_PAGE_TABLE + __pa(pmd)))
|
H A D | pgtable.h | 55 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | pgalloc.h | 23 set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE)) 28 set_pmd(pmd, __pmd((page_to_pfn(pte) << PAGE_SHIFT) | _PAGE_TABLE)); pmd_populate()
|
H A D | pgtable.h | 151 #define _PAGE_TABLE (_PAGE_PRESENTV | _PAGE_PROT_WKNU | _PAGE_ACCESSED | _PAGE_DIRTY) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | pgalloc.h | 23 #define pmd_populate_kernel(mm, pmd, pte) __set_pmd(pmd, __pa(pte) | _PAGE_TABLE) 26 __set_pmd((PMD), page_to_pfn(PAGE) << PAGE_SHIFT | _PAGE_TABLE); \
|
H A D | pgtable.h | 321 #define _PAGE_TABLE (_PAGE_PRESENT | xAMPRx_SS_16Kb) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | pgalloc.h | 9 set_pmd(pmd, __pmd(_PAGE_TABLE + __pa(pte))) 14 set_pmd(pmd, __pmd(_PAGE_TABLE + page_to_phys(pte))); pmd_populate()
|
H A D | pgtable.h | 104 #define _PAGE_TABLE \ macro
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | pgalloc.h | 8 set_pmd(pmd, __pmd(_PAGE_TABLE | __pa(pte))) 11 set_pmd(pmd, __pmd(_PAGE_TABLE | page_to_phys(pte)))
|
H A D | pgtable-bits.h | 80 #define _PAGE_TABLE (_PAGE_SZ | _PAGE_PRESENT) macro
|
H A D | pgtable.h | 114 != (_PAGE_TABLE & ~_PAGE_SZ_MASK))
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | pgalloc.h | 66 set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE)); pmd_populate_kernel() 75 set_pmd(pmd, __pmd(((pteval_t)pfn << PAGE_SHIFT) | _PAGE_TABLE)); pmd_populate() 115 set_pud(pud, __pud(_PAGE_TABLE | __pa(pmd))); pud_populate() 123 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(pud))); pgd_populate()
|
H A D | pgtable_types.h | 94 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | motorola_pgtable.h | 27 #define _PAGE_TABLE (_PAGE_SHORT) macro 110 unsigned long ptbl = virt_to_phys(ptep) | _PAGE_TABLE | _PAGE_ACCESSED; pmd_set() 121 pgd_val(*pgdp) = _PAGE_TABLE | _PAGE_ACCESSED | __pa(pmdp); pgd_set() 138 #define pmd_bad(pmd) ((pmd_val(pmd) & _DESCTYPE_MASK) != _PAGE_TABLE) 139 #define pmd_present(pmd) (pmd_val(pmd) & _PAGE_TABLE) 150 #define pgd_bad(pgd) ((pgd_val(pgd) & _DESCTYPE_MASK) != _PAGE_TABLE) 151 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE)
|
H A D | mmu_context.h | 228 0x80000000 | _PAGE_TABLE, mm->context switch_mm_0230()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
H A D | mmu.h | 71 #define _PAGE_TABLE (_PAGE_PRESENT | __READABLE | __WRITEABLE) macro 81 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL)
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
H A D | mmu.h | 65 #define _PAGE_TABLE (_PAGE_PRESENT | __READABLE | __WRITEABLE) macro 86 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL)
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | pgtable.h | 93 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS) macro 226 { pmd_val(*pmdp) = _PAGE_TABLE | ((((unsigned long) ptep) - PAGE_OFFSET) << (32-PAGE_SHIFT)); } 229 { pgd_val(*pgdp) = _PAGE_TABLE | ((((unsigned long) pmdp) - PAGE_OFFSET) << (32-PAGE_SHIFT)); } 254 extern inline int pmd_bad(pmd_t pmd) { return (pmd_val(pmd) & ~_PFN_MASK) != _PAGE_TABLE; } pmd_present() 259 extern inline int pgd_bad(pgd_t pgd) { return (pgd_val(pgd) & ~_PFN_MASK) != _PAGE_TABLE; } pgd_present()
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | pgtable.h | 101 * works for both _PAGE_TABLE and _KERNPG_TABLE pmd entries. 103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE) 226 { pmd_val(*pmdp) = _PAGE_TABLE | (unsigned long) ptep; }
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | head_64.S | 455 .quad level3_kernel_pgt - __START_KERNEL_map + _PAGE_TABLE 472 .quad level3_kernel_pgt - __START_KERNEL_map + _PAGE_TABLE 488 .quad level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE 506 .quad level1_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
|
H A D | machine_kexec_32.c | 116 set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE)); machine_kexec_page_table_set_one()
|
/linux-4.1.27/arch/x86/power/ |
H A D | hibernate_32.c | 66 set_pmd(pmd, __pmd(__pa(page_table) | _PAGE_TABLE)); resume_one_page_table_init()
|
/linux-4.1.27/arch/mn10300/mm/ |
H A D | init.c | 65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE)); paging_init()
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | pgtable_64.h | 98 return ((pud_val(pud) & _PAGE_ALL) != _PAGE_TABLE); pud_bad()
|
H A D | pgtable.h | 162 #define _PAGE_TABLE _PAGE_PRESENT macro 382 return ((pmd_val(pmd) & _PAGE_ALL) != _PAGE_TABLE); pmd_bad()
|
/linux-4.1.27/arch/frv/mm/ |
H A D | init.c | 91 __set_pmd(pme, virt_to_phys(pkmap_page_table) | _PAGE_TABLE); paging_init()
|
/linux-4.1.27/arch/metag/mm/ |
H A D | init.c | 58 set_pmd(pmd, __pmd(_PAGE_TABLE | __pa(pte))); insert_gateway_page()
|
/linux-4.1.27/arch/m68k/mm/ |
H A D | motorola.c | 168 _PAGE_TABLE | _PAGE_ACCESSED; map_node()
|
/linux-4.1.27/drivers/lguest/ |
H A D | page_tables.c | 67 #define CHECK_GPGD_MASK _PAGE_TABLE 286 if ((pmd_flags(gpmd) & ~_PAGE_TABLE) || check_gpmd() 427 gpmd = __pmd(_PAGE_TABLE); demand_page() 800 CHECK_GPGD_MASK, _PAGE_TABLE); allocate_switcher_mapping()
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | pgtable_64.h | 171 #define _PAGE_TABLE (_KERNPG_TABLE | _PAGE_USER) macro
|
/linux-4.1.27/arch/x86/mm/ |
H A D | init_32.c | 101 set_pmd(pmd, __pmd(__pa(page_table) | _PAGE_TABLE)); one_page_table_init() 183 set_pmd(pmd, __pmd(__pa(newpte)|_PAGE_TABLE)); page_table_kmap_check()
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | pgtable.h | 199 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_ACCESSED) macro
|
/linux-4.1.27/arch/tile/mm/ |
H A D | init.c | 122 pte_t pteval = hv_pte_set_ptfn(__pgprot(_PAGE_TABLE), l2_ptfn); assign_pte()
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | head.S | 2359 orw #_PAGE_TABLE+_PAGE_ACCESSED,%d0 2389 orw #_PAGE_TABLE+_PAGE_ACCESSED,%d0 2625 orw #_PAGE_TABLE+_PAGE_ACCESSED,%d0 2661 addw #_PAGE_TABLE+_PAGE_ACCESSED,%a0
|
/linux-4.1.27/arch/x86/xen/ |
H A D | mmu.c | 1429 __pgd(__pa(level3_user_vsyscall) | _PAGE_TABLE); xen_pgd_alloc() 1730 pmd[pmdidx] = __pmd(__pa(pte_page) | _PAGE_TABLE); xen_map_identity_early()
|