Home
last modified time | relevance | path

Searched refs:vm_get_x2apic_state (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libvmmapi/
H A Dvmmapi.h229 int vm_get_x2apic_state(struct vcpu *vcpu, enum x2apic_state *s);
/freebsd/sys/amd64/vmm/
H A Dx86.c298 error = vm_get_x2apic_state(vcpu, &x2apic_state); in x86_emulate_cpuid()
H A Dvmm_dev_machdep.c440 error = vm_get_x2apic_state(vcpu, &x2apic->state); in vmmdev_machdep_ioctl()
H A Dvmm.c2619 vm_get_x2apic_state(struct vcpu *vcpu, enum x2apic_state *state) in vm_get_x2apic_state() function
/freebsd/sys/amd64/include/
H A Dvmm.h296 int vm_get_x2apic_state(struct vcpu *vcpu, enum x2apic_state *state);