Lines Matching refs:execmem_range
28 static void *execmem_vmalloc(struct execmem_range *range, size_t size, in execmem_vmalloc()
67 struct execmem_range *range = &execmem_info->ranges[EXECMEM_MODULE_DATA]; in execmem_vmap()
81 static void *execmem_vmalloc(struct execmem_range *range, size_t size, in execmem_vmalloc()
213 static bool within_range(struct execmem_range *range, struct ma_state *mas, in within_range()
228 static void *__execmem_cache_alloc(struct execmem_range *range, size_t size) in __execmem_cache_alloc()
281 static int execmem_cache_populate(struct execmem_range *range, size_t size) in execmem_cache_populate()
323 static void *execmem_cache_alloc(struct execmem_range *range, size_t size) in execmem_cache_alloc()
450 static void *execmem_cache_alloc(struct execmem_range *range, size_t size) in execmem_cache_alloc()
463 struct execmem_range *range = &execmem_info->ranges[type]; in execmem_alloc()
513 struct execmem_range *r = &info->ranges[EXECMEM_DEFAULT]; in execmem_validate()
536 struct execmem_range *default_range = &info->ranges[EXECMEM_DEFAULT]; in execmem_init_missing()
539 struct execmem_range *r = &info->ranges[i]; in execmem_init_missing()