Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dpgtable_no.h22 #define pgd_clear(pgdp) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_clear(pgdp) macro
/linux/include/asm-generic/
H A Dpgtable-nop4d.h24 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
/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 Dparavirt.h517 #define pgd_clear(pgdp) do { \ macro
H A Dpgtable.h77 #define pgd_clear(pgd) (pgtable_l5_enabled() ? native_pgd_clear(pgd) : 0) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h965 static inline void pgd_clear(pgd_t *pgd) pgd_clear() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h990 static inline void pgd_clear(pgd_t *pgdp) pgd_clear() function