Home
last modified time | relevance | path

Searched defs:__pgd (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h47 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/arc/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h67 #define __pgd(x) ((pgd_t) { (x) }) macro
H A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/linux/arch/um/include/asm/
H A Dpage.h69 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/s390/mm/
H A Dpgalloc.c77 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
/linux/arch/riscv/include/asm/
H A Dpage.h81 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/s390/include/asm/
H A Dpage.h120 #define __pgd(x) ((pgd_t) { (x) } ) macro