Searched defs:set_p4d (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/include/asm-generic/ ! |
D | pgtable-nopud.h | 40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) macro
|
/linux-6.6.21/arch/arc/include/asm/ ! |
D | pgtable-levels.h | 113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
|
/linux-6.6.21/arch/mips/include/asm/ ! |
D | pgtable-64.h | 217 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function
|
/linux-6.6.21/arch/riscv/include/asm/ ! |
D | pgtable-64.h | 274 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
|
/linux-6.6.21/arch/loongarch/include/asm/ ! |
D | pgtable.h | 160 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function
|
/linux-6.6.21/arch/x86/include/asm/ ! |
D | paravirt.h | 483 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
|
D | paravirt_types.h | 203 void (*set_p4d)(p4d_t *p4dp, p4d_t p4dval); member
|
D | pgtable.h | 82 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d) macro
|
/linux-6.6.21/arch/arm64/include/asm/ ! |
D | pgtable.h | 756 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
|
/linux-6.6.21/arch/s390/include/asm/ ! |
D | pgtable.h | 927 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
|