Home
last modified time | relevance | path

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

/linux-6.14.4/include/asm-generic/
Dpgalloc.h19 static inline pte_t *__pte_alloc_one_kernel_noprof(struct mm_struct *mm) in __pte_alloc_one_kernel_noprof() function
28 #define __pte_alloc_one_kernel(...) alloc_hooks(__pte_alloc_one_kernel_noprof(__VA_ARGS__))
39 return __pte_alloc_one_kernel_noprof(mm); in pte_alloc_one_kernel_noprof()