Home
last modified time | relevance | path

Searched defs:__pgd (Results 1 – 18 of 18) 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/parisc/include/asm/
H A Dpage.h53 #define __pgd(x) ((pgd_t) { (x) } ) macro
76 #define __pgd(x) (x) macro
/linux/arch/m68k/include/asm/
H A Dpage.h44 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/nios2/include/asm/
H A Dpage.h65 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/openrisc/include/asm/
H A Dpage.h55 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h55 #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/loongarch/include/asm/
H A Dpage.h52 #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/xtensa/include/asm/
H A Dpage.h103 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/microblaze/include/asm/
H A Dpage.h67 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/um/include/asm/
H A Dpage.h69 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/sh/include/asm/
H A Dpage.h81 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/s390/mm/
H A Dpgalloc.c58 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
/linux/arch/riscv/include/asm/
H A Dpage.h82 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/s390/include/asm/
H A Dpage.h128 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h100 #define __pgd(x) native_make_pgd(x) macro