Home
last modified time | relevance | path

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

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