Searched defs:__p4d (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h42 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux-master/arch/s390/include/asm/
H A Dpage.h124 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h52 #define __p4d(x) ((p4d_t) { (x) }) macro
/linux-master/arch/x86/include/asm/
H A Dparavirt.h491 static inline p4d_t __p4d(p4dval_t val) function
H A Dpgtable.h104 #define __p4d(x) native_make_p4d(x) macro

Completed in 148 milliseconds