Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_no.h22 #define pgd_clear(pgdp) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h23 #define pgd_clear(pgdp) macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h26 #define pgd_clear(pgdp) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nop4d.h25 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h332 #define pgd_clear(pgdp) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h22 #define pgd_clear(pgdp) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt.h487 #define pgd_clear(pgdp) do { \ macro
H A Dpgtable.h74 #define pgd_clear(pgd) (pgtable_l5_enabled() ? native_pgd_clear(pgd) : 0) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h890 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function