Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/openbmc/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()
/openbmc/linux/arch/x86/mm/
H 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()
H A Dident_map.c135 set_pgd(pgd, __pgd(__pa(p4d) | info->kernpg_flag | _PAGE_NOPTISHADOW)); in kernel_ident_mapping_init()
142 set_pgd(pgd, __pgd(__pa(pud) | info->kernpg_flag | _PAGE_NOPTISHADOW)); in kernel_ident_mapping_init()
/openbmc/linux/arch/sparc/include/asm/
H A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
H A Dpage_64.h87 #define __pgd(x) ((pgd_t) { (x) } ) macro
110 #define __pgd(x) (x) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dpage.h63 #define __pgd(x) ((pgd_t) { (x) } ) macro
86 #define __pgd(x) (x) macro
/openbmc/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()
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c75 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
107 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
108 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
116 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
117 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/openbmc/linux/arch/x86/include/asm/
H 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()
/openbmc/linux/arch/m68k/include/asm/
H A Dpage.h50 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-types.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/include/asm-generic/
H A Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) })
H A Dpage.h58 #define __pgd(x) ((pgd_t) { (x) } ) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/nios2/include/asm/
H A Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h53 #define __pgd(x) ((pgd_t) { (x) }) macro
H A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dpage.h78 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/arc/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpage.h65 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/csky/include/asm/
H A Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpage.h70 # define __pgd(x) ((pgd_t) { (x) }) macro

123