Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/arm/include/asm/
Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/Linux-v5.4/arch/unicore32/include/asm/
Dpage.h43 #define __pgd(x) ((pgd_t) { (x) }) macro
59 #define __pgd(x) (x) macro
/Linux-v5.4/arch/arc/include/asm/
Dpage.h49 #define __pgd(x) ((pgd_t) { (x) }) macro
68 #define __pgd(x) (x) macro
/Linux-v5.4/arch/alpha/include/asm/
Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #define __pgd(x) (x) macro
/Linux-v5.4/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-v5.4/arch/nds32/include/asm/
Dpage.h55 #define __pgd(x) (x) macro
/Linux-v5.4/arch/parisc/include/asm/
Dpage.h57 #define __pgd(x) ((pgd_t) { (x) } ) macro
79 #define __pgd(x) (x) macro
/Linux-v5.4/arch/m68k/include/asm/
Dpage.h37 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable-types.h40 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/nios2/include/asm/
Dpage.h70 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v5.4/arch/openrisc/include/asm/
Dpage.h64 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v5.4/arch/csky/include/asm/
Dpage.h72 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v5.4/include/asm-generic/
Dpage.h58 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/powerpc/include/asm/
Dpgtable-types.h37 #define __pgd(x) ((pgd_t) { (x) }) macro
Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/Linux-v5.4/arch/hexagon/include/asm/
Dpage.h78 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v5.4/arch/xtensa/include/asm/
Dpage.h107 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/riscv/include/asm/
Dpage.h82 #define __pgd(x) ((pgd_t) { (x) }) macro
/Linux-v5.4/arch/mips/include/asm/
Dpage.h149 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/um/include/asm/
Dpage.h88 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/sh/include/asm/
Dpage.h102 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/s390/include/asm/
Dpage.h99 #define __pgd(x) ((pgd_t) { (x) } ) macro
/Linux-v5.4/arch/ia64/include/asm/
Dpage.h215 # define __pgd(x) (x) macro
/Linux-v5.4/arch/microblaze/include/asm/
Dpage.h116 # define __pgd(x) ((pgd_t) { (x) }) macro

12