Searched refs:x2apic_state (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vlapic.h | 36 enum x2apic_state; 82 void vlapic_set_x2apic_state(struct vm *vm, int vcpuid, enum x2apic_state s);
|
| H A D | vlapic.c | 1500 vlapic_set_x2apic_state(struct vm *vm, int vcpuid, enum x2apic_state state) in vlapic_set_x2apic_state()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | x86.c | 98 enum x2apic_state x2apic_state; in x86_emulate_cpuid() local 312 error = vm_get_x2apic_state(vm, vcpu_id, &x2apic_state); in x86_emulate_cpuid() 333 if (x2apic_state != X2APIC_DISABLED) in x86_emulate_cpuid()
|
| H A D | vmm.c | 110 enum x2apic_state x2apic_state; /* (i) APIC mode */ member 2455 vm_get_x2apic_state(struct vm *vm, int vcpuid, enum x2apic_state *state) in vm_get_x2apic_state() 2460 *state = vm->vcpu[vcpuid].x2apic_state; in vm_get_x2apic_state() 2466 vm_set_x2apic_state(struct vm *vm, int vcpuid, enum x2apic_state state) in vm_set_x2apic_state() 2474 vm->vcpu[vcpuid].x2apic_state = state; in vm_set_x2apic_state() 2772 SNAPSHOT_VAR_OR_LEAVE(vcpu->x2apic_state, meta, ret, done); in vm_snapshot_vcpus()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 104 enum x2apic_state { enum 275 int vm_get_x2apic_state(struct vm *vm, int vcpu, enum x2apic_state *state); 276 int vm_set_x2apic_state(struct vm *vm, int vcpu, enum x2apic_state state);
|
| H A D | vmm_dev.h | 184 enum x2apic_state state;
|