Home
last modified time | relevance | path

Searched refs:pgd_newpage (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/include/asm/
H A Dpgtable-2level.h34 static inline int pgd_newpage(pgd_t pgd) { return 0; } in pgd_newpage() function
H A Dpgtable-3level.h63 static inline int pgd_newpage(pgd_t pgd) in pgd_newpage() function
/openbmc/linux/arch/um/kernel/
H A Dtlb.c330 if (force || pgd_newpage(*pgd)) { in fix_range_common()
371 if (pgd_newpage(*pgd)) { in flush_tlb_kernel_range_common()