Home
last modified time | relevance | path

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

/linux/mm/
H A Dexecmem.c28 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()
[all …]
/linux/include/linux/
H A Dexecmem.h97 struct execmem_range { struct
115 struct execmem_range ranges[EXECMEM_TYPE_MAX]; argument