Home
last modified time | relevance | path

Searched refs:__pgd (Results 1 – 25 of 55) sorted by relevance

123

/linux/arch/arm/include/asm/ !
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux/arch/s390/mm/ !
H A Dpgalloc.c58 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
87 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
88 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
96 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
97 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/linux/arch/alpha/include/asm/ !
H A Dpage.h37 #define __pgd(x) ((pgd_t) { (x) } ) macro
55 #define __pgd(x) (x) macro
/linux/arch/x86/power/ !
H A Dhibernate_64.c74 pgd_t new_pgd = __pgd(__pa(p4d) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
80 pgd_t new_pgd = __pgd(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
H A Dhibernate_32.c41 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in resume_one_md_table_init()
141 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT)); in resume_init_first_level_page_table()
/linux/arch/sparc/include/asm/ !
H A Dpage_32.h72 #define __pgd(x) ((pgd_t) { (x) } ) macro
100 #define __pgd(x) (x) macro
H A Dpage_64.h85 #define __pgd(x) ((pgd_t) { (x) } ) macro
108 #define __pgd(x) (x) macro
/linux/arch/parisc/include/asm/ !
H A Dpage.h52 #define __pgd(x) ((pgd_t) { (x) } ) macro
75 #define __pgd(x) (x) macro
/linux/arch/riscv/include/asm/ !
H A Dpgalloc.h67 set_pgd(pgd, __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pgd_populate()
78 __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pgd_populate_safe()
/linux/arch/x86/mm/ !
H A Dkaslr.c206 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp)); in init_trampoline_kaslr()
209 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp)); in init_trampoline_kaslr()
H A Dident_map.c213 set_pgd(pgd, __pgd(__pa(p4d) | info->kernpg_flag | _PAGE_NOPTISHADOW)); in kernel_ident_mapping_init()
220 set_pgd(pgd, __pgd(__pa(pud) | info->kernpg_flag | _PAGE_NOPTISHADOW)); in kernel_ident_mapping_init()
/linux/arch/x86/include/asm/ !
H A Dpgalloc.h137 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(p4d))); in pgd_populate()
145 set_pgd_safe(pgd, __pgd(_PAGE_TABLE | __pa(p4d))); in pgd_populate_safe()
/linux/arch/m68k/include/asm/ !
H A Dpage.h44 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/openrisc/include/asm/ !
H A Dpage.h54 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/arm64/include/asm/ !
H A Dpgtable-types.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/include/asm-generic/ !
H A Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) })
/linux/arch/nios2/include/asm/ !
H A Dpage.h66 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/hexagon/include/asm/ !
H A Dpage.h72 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/csky/include/asm/ !
H A Dpage.h61 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/powerpc/include/asm/ !
H A Dpgtable-types.h67 #define __pgd(x) ((pgd_t) { (x) }) macro
H A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/linux/arch/um/include/asm/ !
H A Dpage.h68 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/arc/include/asm/ !
H A Dpage.h44 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/microblaze/include/asm/ !
H A Dpage.h66 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/loongarch/include/asm/ !
H A Dpage.h51 #define __pgd(x) ((pgd_t) { (x) }) macro

123