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

/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h22 #define pgd_clear(pgdp) macro
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h24 static inline void pgd_clear(pgd_t *pgd) { } function
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_clear(pgdp) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h377 static inline void pgd_clear(pgd_t *pgd) function
/linux-master/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-master/arch/arm64/include/asm/
H A Dpgtable.h935 static inline void pgd_clear(pgd_t *pgdp) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h949 static inline void pgd_clear(pgd_t *pgd) function

Completed in 167 milliseconds