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