Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/linux/arch/parisc/include/asm/
H A Dpage.h53 #define __pgd(x) ((pgd_t) { (x) } ) macro
76 #define __pgd(x) (x) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h55 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/arc/include/asm/
H A Dpage.h42 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h67 #define __pgd(x) ((pgd_t) { (x) }) macro
H A Dpgtable-be-types.h54 #define __pgd(x) ((pgd_t) { cpu_to_be64(x) }) macro
/linux/arch/um/include/asm/
H A Dpage.h69 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/sh/include/asm/
H A Dpage.h81 #define __pgd(x) ((pgd_t) { (x) } ) macro
/linux/arch/riscv/include/asm/
H A Dpage.h82 #define __pgd(x) ((pgd_t) { (x) }) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h100 #define __pgd(x) native_make_pgd(x) macro