Searched refs:execmem_alloc_rw (Results 1 – 5 of 5) sorted by relevance
171 void *execmem_alloc_rw(enum execmem_type type, size_t size);
266 return execmem_alloc_rw(EXECMEM_FTRACE, size); in alloc_tramp()
123 void *page __free(execmem) = execmem_alloc_rw(EXECMEM_MODULE_TEXT, PAGE_SIZE); in __its_alloc()
482 void *execmem_alloc_rw(enum execmem_type type, size_t size) in execmem_alloc_rw() function
1325 ptr = execmem_alloc_rw(execmem_type, size); in module_memory_alloc()