Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dvapic.c535 static const uint8_t vmcall_pattern[] = { /* vmcall */ in patch_hypercalls() local
550 for (pos = 0; pos < s->rom_size - sizeof(vmcall_pattern); pos++) { in patch_hypercalls()
555 patch = &vmcall_pattern[5]; in patch_hypercalls()
557 pattern = vmcall_pattern; in patch_hypercalls()
558 alternates[0] = vmcall_pattern[7]; in patch_hypercalls()