Searched refs:vm_get_capability (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | bhyverun_machdep.c | 266 err = vm_get_capability(vcpu, VM_CAP_HALT_EXIT, &tmp); in bhyve_init_vcpu() 278 err = vm_get_capability(vcpu, VM_CAP_PAUSE_EXIT, &tmp); in bhyve_init_vcpu()
|
/freebsd/sys/amd64/vmm/ |
H A D | x86.c | 189 error = vm_get_capability(vcpu, in x86_emulate_cpuid() 452 error = vm_get_capability(vcpu, VM_CAP_RDPID, in x86_emulate_cpuid() 458 error = vm_get_capability(vcpu, in x86_emulate_cpuid()
|
H A D | vmm.c | 1997 vm_get_capability(struct vcpu *vcpu, int type, int *retval) in vm_get_capability() function
|
/freebsd/usr.sbin/bhyve/riscv/ |
H A D | bhyverun_machdep.c | 326 error = vm_get_capability(bsp, VM_CAP_SSTC, &retval); in bhyve_init_platform()
|
/freebsd/sys/riscv/include/ |
H A D | vmm.h | 148 int vm_get_capability(struct vcpu *vcpu, int type, int *val);
|
/freebsd/sys/arm64/include/ |
H A D | vmm.h | 167 int vm_get_capability(struct vcpu *vcpu, int type, int *val);
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.h | 201 int vm_get_capability(struct vcpu *vcpu, enum vm_cap_type cap,
|
H A D | vmmapi.c | 773 vm_get_capability(struct vcpu *vcpu, enum vm_cap_type cap, int *retval) in vm_get_capability() function
|
/freebsd/usr.sbin/bhyvectl/ |
H A D | bhyvectl.c | 434 error = vm_get_capability(vcpu, captype, &val); in main()
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyverun.c | 508 error = vm_get_capability(vcpu, VM_CAP_UNRESTRICTED_GUEST, &tmp); in num_vcpus_allowed()
|
H A D | gdb.c | 902 if (vm_get_capability(vcpu, VM_CAP_MTRAP_EXIT, &val) != 0) { in _gdb_check_step() 903 if (vm_get_capability(vcpu, VM_CAP_RFLAGS_TF, &val) != 0) in _gdb_check_step()
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 267 int vm_get_capability(struct vcpu *vcpu, int type, int *val);
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm.c | 894 vm_get_capability(struct vcpu *vcpu, int type, int *retval) in vm_get_capability() function
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_dev.c | 589 error = vm_get_capability(vcpu, vmcap->captype, &vmcap->capval); in vmmdev_ioctl()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm.c | 1190 vm_get_capability(struct vcpu *vcpu, int type, int *retval) in vm_get_capability() function
|