Home
last modified time | relevance | path

Searched defs:set_pgd (Results 1 – 5 of 5) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable-nop4d.h33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval }) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h341 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() function
/linux/arch/x86/include/asm/
H A Dpgtable.h76 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1015 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1137 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() function