Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
Dpgalloc.h66 static inline pgtable_t __pte_alloc_one_noprof(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one_noprof() function
80 #define __pte_alloc_one(...) alloc_hooks(__pte_alloc_one_noprof(__VA_ARGS__))
93 return __pte_alloc_one_noprof(mm, GFP_PGTABLE_USER); in pte_alloc_one_noprof()