Searched refs:execmem (Results 1 – 7 of 7) sorted by relevance
179 DEFINE_FREE(execmem, void *, if (_T) execmem_free(_T));
150 obj-$(CONFIG_EXECMEM) += execmem.o
481 void *p __free(execmem) = execmem_alloc(type, size); in execmem_alloc_rw()
1303 bool "Set custom size for modules/execmem area"1307 space dedicated for modules/execmem.1314 int "Size of modules/execmem area (In Mbytes)" if MODULES_SIZE_BOOL
1352 __le32 execmem; member
124 void *page __free(execmem) = execmem_alloc_rw(EXECMEM_MODULE_TEXT, PAGE_SIZE); in __its_alloc()
16708 F: include/linux/execmem.h16709 F: mm/execmem.c