Home
last modified time | relevance | path

Searched defs:set_pgd (Results 1 – 3 of 3) 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.h343 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1095 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() function