Home
last modified time | relevance | path

Searched defs:set_p4d (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/include/asm/
H A Dpgtable-4level.h72 #define set_p4d(p4dptr, p4dval) (*(p4dptr) = (p4dval)) macro
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h113 #define set_p4d(p4dp, p4d) (*(p4dp) = p4d) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h276 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h184 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() function