Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dpgalloc.c70 p4d = crst_table_alloc(mm); in crst_table_upgrade()
77 pgd = crst_table_alloc(mm); in crst_table_upgrade()
/linux/arch/s390/include/asm/
H A Dpgalloc.h23 #define crst_table_alloc(...) alloc_hooks(crst_table_alloc_noprof(__VA_ARGS__)) macro