Searched refs:cfi_module_remove (Results 1 – 3 of 3) sorted by relevance
26 extern void cfi_module_remove(struct module *mod, unsigned long base_addr);31 static inline void cfi_module_remove(struct module *mod, unsigned long base_addr) {} in cfi_module_remove() function
227 void cfi_module_remove(struct module *mod, unsigned long base_addr) in cfi_module_remove() function
4504 cfi_module_remove(mod, module_addr_min); in cfi_cleanup()