Searched refs:vme (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_ioport.h37 int vm_handle_inout(struct vm *vm, int vcpuid, struct vm_exit *vme, bool *retu);
H A Dvmm.c1383 struct vm_exit *vme; local
1386 vme = &vcpu->exitinfo;
1388 KASSERT(vme->inst_length == 0, ("%s: invalid inst_length %d",
1389 __func__, vme->inst_length));
1391 ftype = vme->u.paging.fault_type;
1398 vme->u.paging.gpa, ftype);
1402 vme->u.paging.gpa);
1408 rv = vm_fault(map, vme->u.paging.gpa, ftype, VM_FAULT_NORMAL);
1411 "ftype = %d", rv, vme->u.paging.gpa, ftype);
1424 struct vm_exit *vme; local
1650 struct vm_exit *vme; local
[all...]
/freebsd-11-stable/sys/security/mac/
H A Dmac_process.c255 vm_map_entry_t vme; local
267 for (vme = map->header.next; vme != &map->header; vme = vme->next) {
268 if (vme->eflags & MAP_ENTRY_IS_SUB_MAP) {
270 vme->object.sub_map);
276 if (vme->eflags & (MAP_ENTRY_COW | MAP_ENTRY_NOSYNC) ||
277 !vme->max_protection)
282 offset = vme
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc496 /* Entries from file: dev/vme/xio.h */
H A Dsanitizer_platform_limits_netbsd.cpp196 #include <dev/vme/xio.h>
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c156 struct vmedate vmedata; /* data returned from vme read */
289 register struct vmeunit *vme; local
336 vme = emalloc_zero(sizeof(struct vmeunit));
343 pp->unitptr = vme;
372 register struct vmeunit *vme; local
379 vme = pp->unitptr;
382 if (NULL != vme)
383 free(vme);
413 struct vmeunit *vme; local
419 vme
[all...]
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c610 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) argument
613 vme->exitcode = VM_EXITCODE_SVM;
614 vme->u.svm.exitcode = code;
615 vme->u.svm.exitinfo1 = info1;
616 vme->u.svm.exitinfo2 = info2;
1125 struct vm_exit *vme; local
1166 vme = vm_exitinfo(sc->vm, vcpu);
1167 vm_exit_svm(vme, VMCB_EXIT_MSR, 1, 0);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c514 vmexit_handle_notify(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu, argument
526 vmexit_inout(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
534 port = vme->u.inout.port;
535 bytes = vme->u.inout.bytes;
536 in = vme->u.inout.in;
541 error = vmexit_handle_notify(ctx, vme, pvcpu, vme->u.inout.eax);
545 error = emulate_inout(ctx, vcpu, vme, strictio);
558 vmexit_rdmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
565 error = emulate_rdmsr(ctx, *pvcpu, vme
587 vmexit_wrmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
604 vmexit_spinup_ap(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
[all...]

Completed in 161 milliseconds