Home
last modified time | relevance | path

Searched defs:pgd_clear (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_clear(pgdp) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h375 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function
/linux/arch/x86/include/asm/
H A Dpgtable.h69 #define pgd_clear(pgd) (pgtable_l5_enabled() ? native_pgd_clear(pgd) : 0) macro