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

/freebsd-12-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-12-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.c1396 struct vm_exit *vme; local
1399 vme = &vcpu->exitinfo;
1401 KASSERT(vme->inst_length == 0, ("%s: invalid inst_length %d",
1402 __func__, vme->inst_length));
1404 ftype = vme->u.paging.fault_type;
1411 vme->u.paging.gpa, ftype);
1415 vme->u.paging.gpa);
1421 rv = vm_fault(map, vme->u.paging.gpa, ftype, VM_FAULT_NORMAL, NULL);
1424 "ftype = %d", rv, vme->u.paging.gpa, ftype);
1437 struct vm_exit *vme; local
1681 struct vm_exit *vme; local
[all...]
/freebsd-12-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-12-stable/usr.sbin/bhyve/
H A Dbhyverun.c482 vmexit_handle_notify(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu, argument
494 vmexit_inout(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
502 port = vme->u.inout.port;
503 bytes = vme->u.inout.bytes;
504 in = vme->u.inout.in;
509 error = vmexit_handle_notify(ctx, vme, pvcpu, vme->u.inout.eax);
513 error = emulate_inout(ctx, vcpu, vme, strictio);
526 vmexit_rdmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
533 error = emulate_rdmsr(ctx, *pvcpu, vme
555 vmexit_wrmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
572 vmexit_spinup_ap(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) argument
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dcpu.h152 D(vme, 1)
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dsvm.c607 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) argument
610 vme->exitcode = VM_EXITCODE_SVM;
611 vme->u.svm.exitcode = code;
612 vme->u.svm.exitinfo1 = info1;
613 vme->u.svm.exitinfo2 = info2;
1122 struct vm_exit *vme; local
1163 vme = vm_exitinfo(sc->vm, vcpu);
1164 vm_exit_svm(vme, VMCB_EXIT_MSR, 1, 0);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp196 #include <dev/vme/xio.h>
H A Dsanitizer_interceptors_ioctl_netbsd.inc496 /* Entries from file: dev/vme/xio.h */

Completed in 310 milliseconds