Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpgalloc.h26 unsigned long *page_table_alloc_noprof(struct mm_struct *);
27 #define page_table_alloc(...) alloc_hooks(page_table_alloc_noprof(__VA_ARGS__))
/linux/arch/s390/mm/
H A Dpgalloc.c141 unsigned long *page_table_alloc_noprof(struct mm_struct *mm) in page_table_alloc_noprof() function