Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dio_req.c665 spinlock_obtain(&vcpu->vm->emul_mmio_lock); in hv_emulate_mmio()
693 spinlock_release(&vcpu->vm->emul_mmio_lock); in hv_emulate_mmio()
697 spinlock_obtain(&vcpu->vm->emul_mmio_lock); in hv_emulate_mmio()
700 spinlock_release(&vcpu->vm->emul_mmio_lock); in hv_emulate_mmio()
882 spinlock_obtain(&vm->emul_mmio_lock); in register_mmio_emulation_handler()
892 spinlock_release(&vm->emul_mmio_lock); in register_mmio_emulation_handler()
911 spinlock_obtain(&vm->emul_mmio_lock); in unregister_mmio_emulation_handler()
916 spinlock_release(&vm->emul_mmio_lock); in unregister_mmio_emulation_handler()
/hypervisor/include/arch/x86/asm/guest/
A Dvm.h162 spinlock_t emul_mmio_lock; /* Used to protect emulation mmio_node concurrent access for a VM */ member
/hypervisor/arch/x86/guest/
A Dvm.c753 spinlock_init(&vm->emul_mmio_lock); in create_vm()

Completed in 8 milliseconds