Lines Matching refs:execmem_range
28 static void *execmem_vmalloc(struct execmem_range *range, size_t size, in execmem_vmalloc()
70 struct execmem_range *range = &execmem_info->ranges[EXECMEM_MODULE_DATA]; in execmem_vmap()
84 static void *execmem_vmalloc(struct execmem_range *range, size_t size, in execmem_vmalloc()
189 static bool within_range(struct execmem_range *range, struct ma_state *mas, in within_range()
204 static void *__execmem_cache_alloc(struct execmem_range *range, size_t size) in __execmem_cache_alloc()
285 static int execmem_cache_populate(struct execmem_range *range, size_t size) in execmem_cache_populate()
328 static void *execmem_cache_alloc(struct execmem_range *range, size_t size) in execmem_cache_alloc()
395 static void *execmem_cache_alloc(struct execmem_range *range, size_t size) in execmem_cache_alloc()
408 struct execmem_range *range = &execmem_info->ranges[type]; in execmem_alloc()
446 struct execmem_range *r = &info->ranges[EXECMEM_DEFAULT]; in execmem_validate()
469 struct execmem_range *default_range = &info->ranges[EXECMEM_DEFAULT]; in execmem_init_missing()
472 struct execmem_range *r = &info->ranges[i]; in execmem_init_missing()