Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/include/asm/
Dpgtable-types.h42 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux-6.14.4/include/asm-generic/
Dpgtable-nop4d.h41 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
/linux-6.14.4/arch/s390/include/asm/
Dpage.h119 #define __p4d(x) ((p4d_t) { (x) } ) macro
/linux-6.14.4/arch/riscv/include/asm/
Dpgtable-64.h50 #define __p4d(x) ((p4d_t) { (x) }) macro
/linux-6.14.4/arch/x86/include/asm/
Dparavirt.h484 static inline p4d_t __p4d(p4dval_t val) in __p4d() function
Dpgtable.h104 #define __p4d(x) native_make_p4d(x) macro