Searched refs:pte_fn_t (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | memory.c | 2423 pte_fn_t fn, void *data, bool create, in apply_to_pte_range() 2466 pte_fn_t fn, void *data, bool create, in apply_to_pmd_range() 2496 pte_fn_t fn, void *data, bool create, in apply_to_pud_range() 2524 pte_fn_t fn, void *data, bool create, in apply_to_p4d_range() 2551 unsigned long size, pte_fn_t fn, in __apply_to_page_range() 2584 unsigned long size, pte_fn_t fn, void *data) in apply_to_page_range() 2598 unsigned long size, pte_fn_t fn, void *data) in apply_to_existing_page_range()
|
/kernel/linux/linux-5.10/include/linux/ |
D | mm.h | 2935 typedef int (*pte_fn_t)(pte_t *pte, unsigned long addr, void *data); typedef 2937 unsigned long size, pte_fn_t fn, void *data); 2940 pte_fn_t fn, void *data);
|