Home
last modified time | relevance | path

Searched refs:its_mod (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/
H A Dalternative.c110 static struct module *its_mod; variable
189 its_mod = mod; in its_init_mod()
198 WARN_ON_ONCE(its_mod != mod); in its_fini_mod()
200 its_mod = NULL; in its_fini_mod()
227 if (its_mod) in its_alloc()
228 pages = &its_mod->arch.its_pages; in its_alloc()