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

123

/linux-master/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux-master/arch/m68k/include/asm/
H A Dpage.h46 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/linux-master/arch/x86/power/
H A Dhibernate_64.c74 pgd_t new_pgd = __pgd(__pa(p4d) | pgprot_val(pgtable_prot));
80 pgd_t new_pgd = __pgd(__pa(pud) | pgprot_val(pgtable_prot));
H A Dhibernate_32.c41 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT));
141 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT));
/linux-master/arch/x86/mm/
H A Dkaslr.c176 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp));
179 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp));
H A Dident_map.c135 set_pgd(pgd, __pgd(__pa(p4d) | info->kernpg_flag));
142 set_pgd(pgd, __pgd(__pa(pud) | info->kernpg_flag));
/linux-master/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.h86 #define __pgd(x) ((pgd_t) { (x) } ) macro
109 #define __pgd(x) (x) macro
/linux-master/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
/linux-master/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
/linux-master/arch/openrisc/include/asm/
H A Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h47 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h54 #define __pgd(x) ((pgd_t) { (x) } ) macro
77 #define __pgd(x) (x) macro
/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h67 set_pgd(pgd, __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE));
78 __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE));
/linux-master/arch/arc/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h74 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/s390/mm/
H A Dpgalloc.c75 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; local
107 __pgd = (unsigned long *) mm->pgd;
108 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd);
116 __pgd = (unsigned long *) mm->pgd;
117 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd);
/linux-master/arch/microblaze/include/asm/
H A Dpage.h70 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/loongarch/include/asm/
H A Dpage.h57 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h139 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(p4d)));
147 set_pgd_safe(pgd, __pgd(_PAGE_TABLE | __pa(p4d)));

Completed in 224 milliseconds

123