Symbol: vm_set_desc
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
107
error = vm_set_desc(vcpu, VM_REG_GUEST_GDTR,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
124
error = vm_set_desc(vcpu, VM_REG_GUEST_CS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
128
error = vm_set_desc(vcpu, VM_REG_GUEST_DS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
133
error = vm_set_desc(vcpu, VM_REG_GUEST_ES,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
138
error = vm_set_desc(vcpu, VM_REG_GUEST_FS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
143
error = vm_set_desc(vcpu, VM_REG_GUEST_GS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
148
error = vm_set_desc(vcpu, VM_REG_GUEST_SS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
156
error = vm_set_desc(vcpu, VM_REG_GUEST_TR,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
162
error = vm_set_desc(vcpu, VM_REG_GUEST_LDTR, 0, 0,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
249
error = vm_set_desc(vcpu, VM_REG_GUEST_CS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
255
error = vm_set_desc(vcpu, VM_REG_GUEST_DS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
260
error = vm_set_desc(vcpu, VM_REG_GUEST_ES,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
265
error = vm_set_desc(vcpu, VM_REG_GUEST_FS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
270
error = vm_set_desc(vcpu, VM_REG_GUEST_GS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
275
error = vm_set_desc(vcpu, VM_REG_GUEST_SS,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
285
error = vm_set_desc(vcpu, VM_REG_GUEST_TR, 0, 0, desc_access);
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
289
error = vm_set_desc(vcpu, VM_REG_GUEST_LDTR, 0, 0,
lib/libvmmapi/amd64/vmmapi_freebsd_machdep.c
332
error = vm_set_desc(vcpu, VM_REG_GUEST_GDTR,
lib/libvmmapi/amd64/vmmapi_machdep.c
464
error = vm_set_desc(vcpu, VM_REG_GUEST_CS,
lib/libvmmapi/amd64/vmmapi_machdep.c
479
error = vm_set_desc(vcpu, VM_REG_GUEST_SS,
lib/libvmmapi/amd64/vmmapi_machdep.c
484
error = vm_set_desc(vcpu, VM_REG_GUEST_DS,
lib/libvmmapi/amd64/vmmapi_machdep.c
489
error = vm_set_desc(vcpu, VM_REG_GUEST_ES,
lib/libvmmapi/amd64/vmmapi_machdep.c
494
error = vm_set_desc(vcpu, VM_REG_GUEST_FS,
lib/libvmmapi/amd64/vmmapi_machdep.c
499
error = vm_set_desc(vcpu, VM_REG_GUEST_GS,
lib/libvmmapi/amd64/vmmapi_machdep.c
558
error = vm_set_desc(vcpu, VM_REG_GUEST_GDTR,
lib/libvmmapi/amd64/vmmapi_machdep.c
563
error = vm_set_desc(vcpu, VM_REG_GUEST_IDTR,
lib/libvmmapi/amd64/vmmapi_machdep.c
572
error = vm_set_desc(vcpu, VM_REG_GUEST_TR, 0, 0, desc_access);
lib/libvmmapi/amd64/vmmapi_machdep.c
584
error = vm_set_desc(vcpu, VM_REG_GUEST_LDTR, desc_base,
lib/libvmmapi/vmmapi.h
149
int vm_set_desc(struct vcpu *vcpu, int reg,
stand/userboot/userboot.h
221
int (*vm_set_desc)(void *arg, int vcpu, int reg, uint64_t base,
usr.sbin/bhyve/amd64/spinup_ap.c
64
error = vm_set_desc(newcpu, VM_REG_GUEST_CS,
usr.sbin/bhyve/amd64/task_switch.c
471
error = vm_set_desc(vcpu, reg, sd->base, sd->limit, sd->access);
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1605
error = vm_set_desc(vcpu, VM_REG_GUEST_DS,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1610
error = vm_set_desc(vcpu, VM_REG_GUEST_ES,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1615
error = vm_set_desc(vcpu, VM_REG_GUEST_SS,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1620
error = vm_set_desc(vcpu, VM_REG_GUEST_CS,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1625
error = vm_set_desc(vcpu, VM_REG_GUEST_FS,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1630
error = vm_set_desc(vcpu, VM_REG_GUEST_GS,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1635
error = vm_set_desc(vcpu, VM_REG_GUEST_TR,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1640
error = vm_set_desc(vcpu, VM_REG_GUEST_LDTR,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1645
error = vm_set_desc(vcpu, VM_REG_GUEST_GDTR,
usr.sbin/bhyvectl/amd64/bhyvectl_machdep.c
1650
error = vm_set_desc(vcpu, VM_REG_GUEST_IDTR,
usr.sbin/bhyveload/bhyveload.c
510
error = vm_set_desc(vcpu, VM_REG_GUEST_GDTR, base, size - 1, 0);
usr.sbin/bhyveload/bhyveload.c
618
return (vm_set_desc(vcpu, reg, base, limit, access));
usr.sbin/bhyveload/bhyveload.c
677
.vm_set_desc = cb_vm_set_desc,