Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/include/asm/ !
Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux-6.15/arch/alpha/include/asm/ !
Dpage.h38 #define __pgd(x) ((pgd_t) { (x) } ) macro
56 #define __pgd(x) (x) macro
/linux-6.15/arch/parisc/include/asm/ !
Dpage.h53 #define __pgd(x) ((pgd_t) { (x) } ) macro
76 #define __pgd(x) (x) macro
/linux-6.15/arch/sparc/include/asm/ !
Dpage_64.h84 #define __pgd(x) ((pgd_t) { (x) } ) macro
107 #define __pgd(x) (x) macro
Dpage_32.h72 #define __pgd(x) ((pgd_t) { (x) } ) macro
100 #define __pgd(x) (x) macro
/linux-6.15/arch/m68k/include/asm/ !
Dpage.h44 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/nios2/include/asm/ !
Dpage.h65 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/openrisc/include/asm/ !
Dpage.h55 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/arm64/include/asm/ !
Dpgtable-types.h47 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/csky/include/asm/ !
Dpage.h61 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/hexagon/include/asm/ !
Dpage.h72 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/arc/include/asm/ !
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/loongarch/include/asm/ !
Dpage.h52 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/powerpc/include/asm/ !
Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
Dpgtable-types.h67 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/microblaze/include/asm/ !
Dpage.h67 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/xtensa/include/asm/ !
Dpage.h103 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/mips/include/asm/ !
Dpage.h130 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/um/include/asm/ !
Dpage.h69 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/sh/include/asm/ !
Dpage.h81 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/s390/mm/ !
Dpgalloc.c52 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
/linux-6.15/arch/riscv/include/asm/ !
Dpage.h82 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.15/arch/s390/include/asm/ !
Dpage.h128 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.15/arch/x86/include/asm/ !
Dparavirt.h392 static inline pgd_t __pgd(pgdval_t val) in __pgd() function
Dpgtable.h100 #define __pgd(x) native_make_pgd(x) macro