Searched refs:min_addr (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | cfi.c | 185 static void update_shadow(struct module *mod, unsigned long min_addr, in update_shadow() argument 192 next->r.mod_min_addr = min_addr; in update_shadow() 194 next->r.min_page = min_addr >> PAGE_SHIFT; in update_shadow() 214 void cfi_module_add(struct module *mod, unsigned long min_addr, in cfi_module_add() argument 217 update_shadow(mod, min_addr, max_addr, add_module_to_shadow); in cfi_module_add() 221 void cfi_module_remove(struct module *mod, unsigned long min_addr, in cfi_module_remove() argument 224 update_shadow(mod, min_addr, max_addr, remove_module_from_shadow); in cfi_module_remove()
|