Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm/include/asm/
Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux-6.14.4/arch/alpha/include/asm/
Dpage.h38 #define __pgd(x) ((pgd_t) { (x) } ) macro
56 #define __pgd(x) (x) macro
/linux-6.14.4/arch/parisc/include/asm/
Dpage.h53 #define __pgd(x) ((pgd_t) { (x) } ) macro
76 #define __pgd(x) (x) macro
/linux-6.14.4/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.14.4/arch/m68k/include/asm/
Dpage.h44 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/arch/nios2/include/asm/
Dpage.h65 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/openrisc/include/asm/
Dpage.h55 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable-types.h47 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/arch/csky/include/asm/
Dpage.h61 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/hexagon/include/asm/
Dpage.h72 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/arc/include/asm/
Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/loongarch/include/asm/
Dpage.h52 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/microblaze/include/asm/
Dpage.h67 # define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/xtensa/include/asm/
Dpage.h103 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/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.14.4/arch/mips/include/asm/
Dpage.h130 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/arch/um/include/asm/
Dpage.h69 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/arch/sh/include/asm/
Dpage.h81 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/arch/s390/mm/
Dpgalloc.c77 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
/linux-6.14.4/arch/riscv/include/asm/
Dpage.h81 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux-6.14.4/arch/s390/include/asm/
Dpage.h120 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux-6.14.4/arch/x86/include/asm/
Dparavirt.h397 static inline pgd_t __pgd(pgdval_t val) in __pgd() function
Dpgtable.h100 #define __pgd(x) native_make_pgd(x) macro