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

/linux-4.1.27/arch/x86/lguest/
H A Dboot.c1374 static const struct lguest_insns struct
1377 } lguest_insns[] = { variable in typeref:struct:lguest_insns
1393 if (type >= ARRAY_SIZE(lguest_insns) || !lguest_insns[type].start) lguest_patch()
1396 insn_len = lguest_insns[type].end - lguest_insns[type].start; lguest_patch()
1403 memcpy(ibuf, lguest_insns[type].start, insn_len); lguest_patch()

Completed in 54 milliseconds