Home
last modified time | relevance | path

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

12

/arch/arm/include/asm/
Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/arch/alpha/include/asm/
Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #define __pgd(x) (x) macro
/arch/x86/power/
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()
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()
/arch/x86/mm/
Dkaslr.c176 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp)); in init_trampoline_kaslr()
179 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp)); in init_trampoline_kaslr()
Dident_map.c148 set_pgd(pgd, __pgd(__pa(p4d) | info->kernpg_flag)); in kernel_ident_mapping_init()
155 set_pgd(pgd, __pgd(__pa(pud) | info->kernpg_flag)); in kernel_ident_mapping_init()
/arch/sparc/include/asm/
Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
Dpage_64.h87 #define __pgd(x) ((pgd_t) { (x) } ) macro
110 #define __pgd(x) (x) macro
/arch/parisc/include/asm/
Dpage.h60 #define __pgd(x) ((pgd_t) { (x) } ) macro
83 #define __pgd(x) (x) macro
/arch/s390/mm/
Dpgalloc.c83 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
115 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
116 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
124 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
125 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/arch/m68k/include/asm/
Dpage.h50 #define __pgd(x) ((pgd_t) { (x) } ) macro
/arch/arm64/include/asm/
Dpgtable-types.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/arch/nds32/include/asm/
Dpage.h52 #define __pgd(x) (x) macro
/arch/x86/include/asm/
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()
/arch/powerpc/include/asm/
Dpgtable-types.h37 #define __pgd(x) ((pgd_t) { (x) }) macro
Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/arch/openrisc/include/asm/
Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/arch/nios2/include/asm/
Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/arch/hexagon/include/asm/
Dpage.h78 #define __pgd(x) ((pgd_t) { (x) }) macro
/arch/arc/include/asm/
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/arch/csky/include/asm/
Dpage.h72 #define __pgd(x) ((pgd_t) { (x) }) macro
/arch/microblaze/include/asm/
Dpage.h75 # define __pgd(x) ((pgd_t) { (x) }) macro
/arch/openrisc/mm/
Dinit.c138 swapper_pg_dir[i] = __pgd(0); in paging_init()
/arch/um/include/asm/
Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro
/arch/xtensa/include/asm/
Dpage.h107 #define __pgd(x) ((pgd_t) { (x) } ) macro

12