Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/unicore32/include/asm/
Dpage.h46 #define __pgd(x) ((pgd_t) { (x) }) macro
62 #define __pgd(x) (x) macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-3level-types.h48 #define __pgd(x) ((pgd_t) { (x) } ) macro
65 #define __pgd(x) (x) macro
/Linux-v4.19/arch/arc/include/asm/
Dpage.h52 #define __pgd(x) ((pgd_t) { (x) }) macro
71 #define __pgd(x) (x) macro
/Linux-v4.19/arch/alpha/include/asm/
Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #define __pgd(x) (x) macro
/Linux-v4.19/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-v4.19/arch/nds32/include/asm/
Dpage.h55 #define __pgd(x) (x) macro
/Linux-v4.19/arch/parisc/include/asm/
Dpage.h57 #define __pgd(x) ((pgd_t) { (x) } ) macro
79 #define __pgd(x) (x) macro
/Linux-v4.19/arch/m68k/include/asm/
Dpage.h37 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable-types.h51 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/nios2/include/asm/
Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v4.19/arch/openrisc/include/asm/
Dpage.h68 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dpgtable-types.h38 #define __pgd(x) ((pgd_t) { (x) }) macro
Dpgtable-be-types.h59 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/Linux-v4.19/include/asm-generic/
Dpage.h58 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/hexagon/include/asm/
Dpage.h91 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v4.19/arch/riscv/include/asm/
Dpage.h80 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dpage.h107 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/mips/include/asm/
Dpage.h149 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/um/include/asm/
Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/sh/include/asm/
Dpage.h102 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/s390/include/asm/
Dpage.h99 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v4.19/arch/ia64/include/asm/
Dpage.h215 # define __pgd(x) (x) macro
/Linux-v4.19/arch/microblaze/include/asm/
Dpage.h116 # define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v4.19/arch/x86/include/asm/
Dparavirt.h395 static inline pgd_t __pgd(pgdval_t val) in __pgd() function

12