Searched refs:emul_mmio_lock (Results 1 – 3 of 3) sorted by relevance
665 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()
162 spinlock_t emul_mmio_lock; /* Used to protect emulation mmio_node concurrent access for a VM */ member
753 spinlock_init(&vm->emul_mmio_lock); in create_vm()
Completed in 8 milliseconds