Home
last modified time | relevance | path

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

123

/linux/arch/arm/include/asm/
A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux/arch/alpha/include/asm/
A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/linux/arch/x86/power/
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()
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/s390/mm/
A Dpgalloc.c77 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
109 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
110 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
118 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
119 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/linux/arch/sparc/include/asm/
A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
A Dpage_64.h86 #define __pgd(x) ((pgd_t) { (x) } ) macro
109 #define __pgd(x) (x) macro
/linux/arch/x86/mm/
A Dkaslr.c196 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp)); in init_trampoline_kaslr()
199 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp)); in init_trampoline_kaslr()
A Dident_map.c221 set_pgd(pgd, __pgd(__pa(p4d) | info->kernpg_flag)); in kernel_ident_mapping_init()
228 set_pgd(pgd, __pgd(__pa(pud) | info->kernpg_flag)); in kernel_ident_mapping_init()
/linux/arch/parisc/include/asm/
A Dpage.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
78 #define __pgd(x) (x) macro
/linux/arch/riscv/include/asm/
A Dpgalloc.h76 set_pgd(pgd, __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pgd_populate()
87 __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pgd_populate_safe()
/linux/arch/x86/include/asm/
A Dpgalloc.h139 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(p4d))); in pgd_populate()
147 set_pgd_safe(pgd, __pgd(_PAGE_TABLE | __pa(p4d))); in pgd_populate_safe()
/linux/arch/m68k/include/asm/
A Dpage.h46 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/arm64/include/asm/
A Dpgtable-types.h47 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/include/asm-generic/
A Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) })
/linux/arch/openrisc/include/asm/
A Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/nios2/include/asm/
A Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/powerpc/include/asm/
A Dpgtable-types.h67 #define __pgd(x) ((pgd_t) { (x) }) macro
A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/linux/arch/hexagon/include/asm/
A Dpage.h74 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/csky/include/asm/
A Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/arc/include/asm/
A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/microblaze/include/asm/
A Dpage.h70 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/loongarch/include/asm/
A Dpage.h57 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/um/include/asm/
A Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro

Completed in 35 milliseconds

123