Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/lguest/
Dboot.c1369 static const struct lguest_insns struct
1372 } lguest_insns[] = { variable
1388 if (type >= ARRAY_SIZE(lguest_insns) || !lguest_insns[type].start) in lguest_patch()
1391 insn_len = lguest_insns[type].end - lguest_insns[type].start; in lguest_patch()
1398 memcpy(ibuf, lguest_insns[type].start, insn_len); in lguest_patch()