Searched refs:lguest_insns (Results 1 – 1 of 1) sorted by relevance
1374 static const struct lguest_insns struct1377 } lguest_insns[] = { argument1393 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()