| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level-types.h | 36 #define __pgd(x) ((pgd_t) { (x) } ) macro 53 #define __pgd(x) (x) macro
|
| /linux/arch/alpha/include/asm/ |
| H A D | page.h | 37 #define __pgd(x) ((pgd_t) { (x) } ) macro 55 #define __pgd(x) (x) macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | page.h | 52 #define __pgd(x) ((pgd_t) { (x) } ) macro 75 #define __pgd(x) (x) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | page_64.h | 85 #define __pgd(x) ((pgd_t) { (x) } ) macro 108 #define __pgd(x) (x) macro
|
| H A D | page_32.h | 72 #define __pgd(x) ((pgd_t) { (x) } ) macro 100 #define __pgd(x) (x) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | page.h | 44 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | page.h | 54 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | page.h | 66 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-types.h | 55 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | page.h | 72 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/csky/include/asm/ |
| H A D | page.h | 61 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | page.h | 51 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | page.h | 66 # define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | page.h | 103 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/arc/include/asm/ |
| H A D | page.h | 44 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgtable-be-types.h | 54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
|
| H A D | pgtable-types.h | 67 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/um/include/asm/ |
| H A D | page.h | 68 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/mips/include/asm/ |
| H A D | page.h | 131 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/s390/mm/ |
| H A D | pgalloc.c | 58 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
|
| /linux/arch/sh/include/asm/ |
| H A D | page.h | 81 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 80 #define __pgd(x) ((pgd_t) { (x) }) macro
|
| /linux/arch/s390/include/asm/ |
| H A D | page.h | 123 #define __pgd(x) ((pgd_t) { (x) } ) macro
|
| /linux/arch/x86/include/asm/ |
| H A D | paravirt.h | 347 static inline pgd_t __pgd(pgdval_t val) in __pgd() function
|
| H A D | pgtable.h | 100 #define __pgd(x) native_make_pgd(x) macro
|