Home
last modified time | relevance | path

Searched refs:__pgd (Results 1 – 25 of 53) 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.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #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.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()
/linux/arch/x86/mm/
A 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()
A Dident_map.c135 set_pgd(pgd, __pgd(__pa(p4d) | info->kernpg_flag)); in kernel_ident_mapping_init()
142 set_pgd(pgd, __pgd(__pa(pud) | info->kernpg_flag)); in kernel_ident_mapping_init()
/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.h87 #define __pgd(x) ((pgd_t) { (x) } ) macro
110 #define __pgd(x) (x) macro
/linux/arch/parisc/include/asm/
A Dpage.h60 #define __pgd(x) ((pgd_t) { (x) } ) macro
83 #define __pgd(x) (x) macro
/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.h50 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/arm64/include/asm/
A Dpgtable-types.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/nds32/include/asm/
A Dpage.h52 #define __pgd(x) (x) macro
/linux/include/asm-generic/
A Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) })
A Dpage.h58 #define __pgd(x) ((pgd_t) { (x) } ) macro
/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.h53 #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.h78 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/arc/include/asm/
A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/csky/include/asm/
A Dpage.h72 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/microblaze/include/asm/
A Dpage.h75 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/openrisc/mm/
A Dinit.c137 swapper_pg_dir[i] = __pgd(0); in paging_init()

Completed in 20 milliseconds

123