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.c116 static struct module *its_mod; variable
195 its_mod = mod; in its_init_mod()
204 WARN_ON_ONCE(its_mod != mod); in its_fini_mod()
206 its_mod = NULL; in its_fini_mod()
233 if (its_mod) in its_alloc()
234 pages = &its_mod->arch.its_pages; in its_alloc()