Searched refs:vm_set_capability (Results 1 – 12 of 12) sorted by relevance
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | bhyverun_machdep.c | 285 vm_set_capability(vcpu, VM_CAP_HALT_EXIT, 1); in bhyve_init_vcpu() 297 vm_set_capability(vcpu, VM_CAP_PAUSE_EXIT, 1); in bhyve_init_vcpu() 310 vm_set_capability(vcpu, VM_CAP_ENABLE_INVPCID, 1); in bhyve_init_vcpu() 312 err = vm_set_capability(vcpu, VM_CAP_IPI_EXIT, 1); in bhyve_init_vcpu() 323 error = vm_set_capability(vcpu, in bhyve_start_vcpu() 340 error = vm_set_capability(vcpu, VM_CAP_UNRESTRICTED_GUEST, 1); in bhyve_start_vcpu()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | gdb.c | 880 error = vm_set_capability(vcpu, VM_CAP_MTRAP_EXIT, val); in _gdb_set_step() 882 error = vm_set_capability(vcpu, VM_CAP_RFLAGS_TF, val); in _gdb_set_step() 884 (void)vm_set_capability(vcpu, VM_CAP_MASK_HWINTR, val); in _gdb_set_step() 886 error = vm_set_capability(vcpu, VM_CAP_SS_EXIT, val); in _gdb_set_step() 888 error = vm_set_capability(vcpu, VM_CAP_MASK_HWINTR, val); in _gdb_set_step() 931 vm_set_capability(vcpu, GDB_BREAKPOINT_CAP, 1); in gdb_cpu_add() 1475 if (vm_set_capability(vcpus[vcpu], GDB_BREAKPOINT_CAP, in set_breakpoint_caps()
|
| /freebsd/sys/riscv/include/ |
| H A D | vmm.h | 164 int vm_set_capability(struct vcpu *vcpu, int type, int val);
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm.h | 185 int vm_set_capability(struct vcpu *vcpu, int type, int val);
|
| /freebsd/lib/libvmmapi/ |
| H A D | vmmapi.h | 202 int vm_set_capability(struct vcpu *vcpu, enum vm_cap_type cap,
|
| H A D | vmmapi.c | 868 vm_set_capability(struct vcpu *vcpu, enum vm_cap_type cap, int val) in vm_set_capability() function
|
| /freebsd/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 429 error = vm_set_capability(vcpu, captype, capval); in main()
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 253 int vm_set_capability(struct vcpu *vcpu, int type, int val);
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm.c | 453 vm_set_capability(struct vcpu *vcpu, int type, int val) in vm_set_capability() function
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm.c | 781 vm_set_capability(struct vcpu *vcpu, int type, int val) in vm_set_capability() function
|
| /freebsd/sys/dev/vmm/ |
| H A D | vmm_dev.c | 703 error = vm_set_capability(vcpu, vmcap->captype, vmcap->capval); in vmmdev_ioctl()
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 1590 vm_set_capability(struct vcpu *vcpu, int type, int val) in vm_set_capability() function
|