Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm_ioport.c122 error = (*handler)(vcpu_vm(vcpu), vmexit->u.inout.in, in emulate_inout_port()
168 VCPU_CTR4(vcpu_vm(vcpu), vcpu_vcpuid(vcpu), "%s%s 0x%04x: %s", in vm_handle_inout()
H A Dx86.c77 struct vm *vm = vcpu_vm(vcpu); in x86_emulate_cpuid()
H A Dvmm.c2015 vcpu_vm(struct vcpu *vcpu) in vcpu_vm() function
/freebsd/sys/amd64/vmm/io/
H A Dvioapic.c246 vioapic = vm_ioapic(vcpu_vm(vcpu)); in vioapic_update_tmr()
437 vioapic = vm_ioapic(vcpu_vm(vcpu)); in vioapic_mmio_read()
449 vioapic = vm_ioapic(vcpu_vm(vcpu)); in vioapic_mmio_write()
H A Dvhpet.c479 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_write()
627 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_read()
H A Dvlapic.c1173 active = vm_active_cpus(vcpu_vm(vcpu)); in vm_handle_ipi()
1179 vm_await_start(vcpu_vm(vcpu), dmask); in vm_handle_ipi()
1190 *dmask = vm_start_cpus(vcpu_vm(vcpu), dmask); in vm_handle_ipi()
/freebsd/sys/dev/vmm/
H A Dvmm_mem.c138 struct vm *vm = vcpu_vm(vcpu); in vm_mem_allocated()
442 return (_vm_gpa_hold(vcpu_vm(vcpu), gpa, len, reqprot, cookie)); in vm_gpa_hold()
H A Dvmm_dev.c101 vm_name(vcpu_vm(vcpu)), vcpu_vcpuid(vcpu), state); in vcpu_unlock_one()
/freebsd/sys/riscv/include/
H A Dvmm.h146 struct vm *vcpu_vm(struct vcpu *vcpu);
/freebsd/sys/arm64/include/
H A Dvmm.h165 struct vm *vcpu_vm(struct vcpu *vcpu);
/freebsd/sys/arm64/vmm/io/
H A Dvtimer.c391 vm = vcpu_vm(vcpu); in vtimer_phys_cnt_read()
H A Dvgic_v3.c1784 vm = vcpu_vm(vcpu); in vgic_v3_icc_sgi1r_write()
/freebsd/sys/amd64/include/
H A Dvmm.h262 struct vm *vcpu_vm(struct vcpu *vcpu);
/freebsd/sys/riscv/vmm/
H A Dvmm.c914 vcpu_vm(struct vcpu *vcpu) in vcpu_vm() function
/freebsd/sys/arm64/vmm/
H A Dvmm.c1191 vcpu_vm(struct vcpu *vcpu) in vcpu_vm() function