Home
last modified time | relevance | path

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

/linux-6.14.4/include/asm-generic/
Dpgalloc.h217 static inline p4d_t *__p4d_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in __p4d_alloc_one_noprof() function
233 #define __p4d_alloc_one(...) alloc_hooks(__p4d_alloc_one_noprof(__VA_ARGS__))
238 return __p4d_alloc_one_noprof(mm, addr); in p4d_alloc_one_noprof()