Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/arm/include/asm/
Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux-6.6.21/arch/alpha/include/asm/
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) } ) macro
60 #define __pgd(x) (x) macro
/linux-6.6.21/arch/parisc/include/asm/
Dpage.h62 #define __pgd(x) ((pgd_t) { (x) } ) macro
85 #define __pgd(x) (x) macro
/linux-6.6.21/arch/sparc/include/asm/
Dpage_64.h87 #define __pgd(x) ((pgd_t) { (x) } ) macro
110 #define __pgd(x) (x) macro
Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
/linux-6.6.21/arch/m68k/include/asm/
Dpage.h50 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable-types.h41 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/nios2/include/asm/
Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/openrisc/include/asm/
Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/csky/include/asm/
Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpage.h65 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/include/asm-generic/
Dpage.h58 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dpage.h78 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/arc/include/asm/
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/microblaze/include/asm/
Dpage.h70 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/powerpc/include/asm/
Dpgtable-types.h53 #define __pgd(x) ((pgd_t) { (x) }) macro
Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/linux-6.6.21/arch/xtensa/include/asm/
Dpage.h109 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/mips/include/asm/
Dpage.h149 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/sh/include/asm/
Dpage.h94 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/um/include/asm/
Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpage.h83 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.6.21/arch/ia64/include/asm/
Dpage.h188 # define __pgd(x) (x) macro
/linux-6.6.21/arch/s390/mm/
Dpgalloc.c73 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
/linux-6.6.21/arch/s390/include/asm/
Dpage.h125 #define __pgd(x) ((pgd_t) { (x) } ) macro

12