Searched refs:vme (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/security/mac/
H A Dmac_process.c255 vm_map_entry_t prev, vme; local
268 for (vme = vm_map_entry_first(map); vme != &map->header;
269 prev = vme, vme = vm_map_entry_succ(prev)) {
270 if (vme->eflags & MAP_ENTRY_IS_SUB_MAP) {
272 vme->object.sub_map);
278 if (vme->eflags & (MAP_ENTRY_COW | MAP_ENTRY_NOSYNC) ||
279 !vme->max_protection)
284 offset = vme
[all...]
/freebsd-13-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.c1441 struct vm_exit *vme; local
1444 vme = &vcpu->exitinfo;
1446 KASSERT(vme->inst_length == 0, ("%s: invalid inst_length %d",
1447 __func__, vme->inst_length));
1449 ftype = vme->u.paging.fault_type;
1456 vme->u.paging.gpa, ftype);
1460 vme->u.paging.gpa);
1466 rv = vm_fault(map, vme->u.paging.gpa, ftype, VM_FAULT_NORMAL, NULL);
1469 "ftype = %d", rv, vme->u.paging.gpa, ftype);
1482 struct vm_exit *vme; local
1726 struct vm_exit *vme; local
[all...]
/freebsd-13-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-13-stable/usr.sbin/bhyve/
H A Dbhyverun.c518 vmexit_handle_notify(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu, argument
530 vmexit_inout(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
538 port = vme->u.inout.port;
539 bytes = vme->u.inout.bytes;
540 in = vme->u.inout.in;
545 error = vmexit_handle_notify(ctx, vme, pvcpu, vme->u.inout.eax);
549 error = emulate_inout(ctx, vcpu, vme, strictio);
562 vmexit_rdmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
569 error = emulate_rdmsr(ctx, *pvcpu, vme
591 vmexit_wrmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
608 vmexit_spinup_ap(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dcpu.h149 D(vme, 1)
/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.c631 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) argument
634 vme->exitcode = VM_EXITCODE_SVM;
635 vme->u.svm.exitcode = code;
636 vme->u.svm.exitinfo1 = info1;
637 vme->u.svm.exitinfo2 = info2;
1146 struct vm_exit *vme; local
1187 vme = vm_exitinfo(sc->vm, vcpu);
1188 vm_exit_svm(vme, VMCB_EXIT_MSR, 1, 0);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp319 #include <dev/vme/xio.h>
H A Dsanitizer_interceptors_ioctl_netbsd.inc493 /* Entries from file: dev/vme/xio.h */
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12722 D(vme, 1)
[all...]

Completed in 293 milliseconds