Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dmmu.c882 static int range_split_to_ptes(unsigned long start, unsigned long end, gfp_t gfp) in range_split_to_ptes() function
930 ret = range_split_to_ptes(lstart, kstart, GFP_ATOMIC); in linear_map_split_to_ptes()
932 ret = range_split_to_ptes(kend, lend, GFP_ATOMIC); in linear_map_split_to_ptes()
1099 ret = range_split_to_ptes(start, end, GFP_PGTABLE_KERNEL); in arch_kfence_init_pool()