Searched refs:vcpu_vm (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/amd64/vmm/ |
H A D | vmm_ioport.c | 122 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 D | x86.c | 77 struct vm *vm = vcpu_vm(vcpu); in x86_emulate_cpuid()
|
H A D | vmm.c | 2015 vcpu_vm(struct vcpu *vcpu) in vcpu_vm() function
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vioapic.c | 246 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 D | vhpet.c | 479 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_write() 627 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_read()
|
H A D | vlapic.c | 1173 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 D | vmm_mem.c | 138 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 D | vmm_dev.c | 101 vm_name(vcpu_vm(vcpu)), vcpu_vcpuid(vcpu), state); in vcpu_unlock_one()
|
/freebsd/sys/riscv/include/ |
H A D | vmm.h | 146 struct vm *vcpu_vm(struct vcpu *vcpu);
|
/freebsd/sys/arm64/include/ |
H A D | vmm.h | 165 struct vm *vcpu_vm(struct vcpu *vcpu);
|
/freebsd/sys/arm64/vmm/io/ |
H A D | vtimer.c | 391 vm = vcpu_vm(vcpu); in vtimer_phys_cnt_read()
|
H A D | vgic_v3.c | 1784 vm = vcpu_vm(vcpu); in vgic_v3_icc_sgi1r_write()
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 262 struct vm *vcpu_vm(struct vcpu *vcpu);
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm.c | 914 vcpu_vm(struct vcpu *vcpu) in vcpu_vm() function
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm.c | 1191 vcpu_vm(struct vcpu *vcpu) in vcpu_vm() function
|