Searched refs:_PAGE_TABLE (Results 1 - 36 of 36) sorted by relevance

/linux-4.1.27/arch/um/include/asm/
H A Dpgalloc.h14 set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte)))
17 set_pmd(pmd, __pmd(_PAGE_TABLE + \
H A Dpgtable-3level.h60 set_pud(pud, __pud(_PAGE_TABLE + __pa(pmd)))
H A Dpgtable.h55 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpgalloc.h23 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 Dpgtable.h151 #define _PAGE_TABLE (_PAGE_PRESENTV | _PAGE_PROT_WKNU | _PAGE_ACCESSED | _PAGE_DIRTY) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgalloc.h23 #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 Dpgtable.h321 #define _PAGE_TABLE (_PAGE_PRESENT | xAMPRx_SS_16Kb) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgalloc.h9 set_pmd(pmd, __pmd(_PAGE_TABLE + __pa(pte)))
14 set_pmd(pmd, __pmd(_PAGE_TABLE + page_to_phys(pte))); pmd_populate()
H A Dpgtable.h104 #define _PAGE_TABLE \ macro
/linux-4.1.27/arch/metag/include/asm/
H A Dpgalloc.h8 set_pmd(pmd, __pmd(_PAGE_TABLE | __pa(pte)))
11 set_pmd(pmd, __pmd(_PAGE_TABLE | page_to_phys(pte)))
H A Dpgtable-bits.h80 #define _PAGE_TABLE (_PAGE_SZ | _PAGE_PRESENT) macro
H A Dpgtable.h114 != (_PAGE_TABLE & ~_PAGE_SZ_MASK))
/linux-4.1.27/arch/x86/include/asm/
H A Dpgalloc.h66 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 Dpgtable_types.h94 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dmotorola_pgtable.h27 #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 Dmmu_context.h228 0x80000000 | _PAGE_TABLE, mm->context switch_mm_0230()
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dmmu.h71 #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 Dmmu.h65 #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 Dpgtable.h93 #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 Dpgtable.h101 * 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 Dhead_64.S455 .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 Dmachine_kexec_32.c116 set_pmd(pmd, __pmd(__pa(pte) | _PAGE_TABLE)); machine_kexec_page_table_set_one()
/linux-4.1.27/arch/x86/power/
H A Dhibernate_32.c66 set_pmd(pmd, __pmd(__pa(page_table) | _PAGE_TABLE)); resume_one_page_table_init()
/linux-4.1.27/arch/mn10300/mm/
H A Dinit.c65 set_pgd(swapper_pg_dir + loop, __pgd(__pa(ppte) | _PAGE_TABLE)); paging_init()
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable_64.h98 return ((pud_val(pud) & _PAGE_ALL) != _PAGE_TABLE); pud_bad()
H A Dpgtable.h162 #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 Dinit.c91 __set_pmd(pme, virt_to_phys(pkmap_page_table) | _PAGE_TABLE); paging_init()
/linux-4.1.27/arch/metag/mm/
H A Dinit.c58 set_pmd(pmd, __pmd(_PAGE_TABLE | __pa(pte))); insert_gateway_page()
/linux-4.1.27/arch/m68k/mm/
H A Dmotorola.c168 _PAGE_TABLE | _PAGE_ACCESSED; map_node()
/linux-4.1.27/drivers/lguest/
H A Dpage_tables.c67 #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 Dpgtable_64.h171 #define _PAGE_TABLE (_KERNPG_TABLE | _PAGE_USER) macro
/linux-4.1.27/arch/x86/mm/
H A Dinit_32.c101 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 Dpgtable.h199 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_ACCESSED) macro
/linux-4.1.27/arch/tile/mm/
H A Dinit.c122 pte_t pteval = hv_pte_set_ptfn(__pgprot(_PAGE_TABLE), l2_ptfn); assign_pte()
/linux-4.1.27/arch/m68k/kernel/
H A Dhead.S2359 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 Dmmu.c1429 __pgd(__pa(level3_user_vsyscall) | _PAGE_TABLE); xen_pgd_alloc()
1730 pmd[pmdidx] = __pmd(__pa(pte_page) | _PAGE_TABLE); xen_map_identity_early()

Completed in 1097 milliseconds