Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgtable-nop4d.h50 #define p4d_alloc_one(mm, address) NULL macro
H A Dpgalloc.h256 #define p4d_alloc_one(...) alloc_hooks(p4d_alloc_one_noprof(__VA_ARGS__)) macro
/linux/arch/s390/include/asm/
H A Dpgalloc.h66 #define p4d_alloc_one(...) alloc_hooks(p4d_alloc_one_noprof(__VA_ARGS__)) macro
/linux/mm/
H A Dmemory.c6619 p4d_t *new = p4d_alloc_one(mm, address); in __p4d_alloc()