Home
last modified time | relevance | path

Searched defs:p4d_alloc_one (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/asm-generic/
Dpgtable-nop4d.h50 #define p4d_alloc_one(mm, address) NULL macro
Dpgalloc.h240 #define p4d_alloc_one(...) alloc_hooks(p4d_alloc_one_noprof(__VA_ARGS__)) macro
/linux-6.14.4/arch/s390/include/asm/
Dpgalloc.h52 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long address) in p4d_alloc_one() function