Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/optionrom/
H A Dkvmvapic.S64 vcpu_shift: label
109 mov vcpu_shift, %ecx ; fixup
183 mov vcpu_shift, %ecx ; fixup
/openbmc/qemu/hw/i386/
H A Dvapic.c53 uint32_t vcpu_shift; member
153 s->rom_state.vcpu_shift = cpu_to_le32(VAPIC_CPU_SHIFT); in update_guest_rom_state()
824 VMSTATE_UINT32(vcpu_shift, GuestROMState),