Searched refs:execmem_alloc_rw (Results 1 – 4 of 4) sorted by relevance
171 void *execmem_alloc_rw(enum execmem_type type, size_t size);
479 void *execmem_alloc_rw(enum execmem_type type, size_t size) in execmem_alloc_rw() function
124 void *page __free(execmem) = execmem_alloc_rw(EXECMEM_MODULE_TEXT, PAGE_SIZE); in __its_alloc()
1325 ptr = execmem_alloc_rw(execmem_type, size); in module_memory_alloc()