Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/security/mac/
Dmac_process.c255 vm_map_entry_t vme; in mac_proc_vm_revoke_recurse() local
267 for (vme = map->header.next; vme != &map->header; vme = vme->next) { in mac_proc_vm_revoke_recurse()
268 if (vme->eflags & MAP_ENTRY_IS_SUB_MAP) { in mac_proc_vm_revoke_recurse()
270 vme->object.sub_map); in mac_proc_vm_revoke_recurse()
276 if (vme->eflags & (MAP_ENTRY_COW | MAP_ENTRY_NOSYNC) || in mac_proc_vm_revoke_recurse()
277 !vme->max_protection) in mac_proc_vm_revoke_recurse()
282 offset = vme->offset; in mac_proc_vm_revoke_recurse()
283 object = vme->object.vm_object; in mac_proc_vm_revoke_recurse()
303 result = vme->max_protection; in mac_proc_vm_revoke_recurse()
310 revokeperms = vme->max_protection & ~result; in mac_proc_vm_revoke_recurse()
[all …]
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_bancomm.c289 register struct vmeunit *vme; in vme_start() local
336 vme = emalloc_zero(sizeof(struct vmeunit)); in vme_start()
343 pp->unitptr = vme; in vme_start()
372 register struct vmeunit *vme; in vme_shutdown() local
379 vme = pp->unitptr; in vme_shutdown()
382 if (NULL != vme) in vme_shutdown()
383 free(vme); in vme_shutdown()
413 struct vmeunit *vme; in vme_poll() local
419 vme = pp->unitptr; /* Here is the structure */ in vme_poll()
421 tptr = &vme->vmedata; in vme_poll()
[all …]
/freebsd-12-stable/usr.sbin/bhyve/
Dbhyverun.c484 vmexit_handle_notify(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu, in vmexit_handle_notify() argument
496 vmexit_inout(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) in vmexit_inout() argument
504 port = vme->u.inout.port; in vmexit_inout()
505 bytes = vme->u.inout.bytes; in vmexit_inout()
506 in = vme->u.inout.in; in vmexit_inout()
511 error = vmexit_handle_notify(ctx, vme, pvcpu, vme->u.inout.eax); in vmexit_inout()
515 error = emulate_inout(ctx, vcpu, vme, strictio); in vmexit_inout()
528 vmexit_rdmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) in vmexit_rdmsr() argument
535 error = emulate_rdmsr(ctx, *pvcpu, vme->u.msr.code, &val); in vmexit_rdmsr()
538 vme->u.msr.code, *pvcpu); in vmexit_rdmsr()
[all …]
/freebsd-12-stable/sys/amd64/vmm/
Dvmm.c1397 struct vm_exit *vme; in vm_handle_paging() local
1400 vme = &vcpu->exitinfo; in vm_handle_paging()
1402 KASSERT(vme->inst_length == 0, ("%s: invalid inst_length %d", in vm_handle_paging()
1403 __func__, vme->inst_length)); in vm_handle_paging()
1405 ftype = vme->u.paging.fault_type; in vm_handle_paging()
1412 vme->u.paging.gpa, ftype); in vm_handle_paging()
1416 vme->u.paging.gpa); in vm_handle_paging()
1422 rv = vm_fault(map, vme->u.paging.gpa, ftype, VM_FAULT_NORMAL, NULL); in vm_handle_paging()
1425 "ftype = %d", rv, vme->u.paging.gpa, ftype); in vm_handle_paging()
1438 struct vm_exit *vme; in vm_handle_inst_emul() local
[all …]
Dvmm_ioport.h37 int vm_handle_inout(struct vm *vm, int vcpuid, struct vm_exit *vme, bool *retu);
/freebsd-12-stable/sys/amd64/vmm/amd/
Dsvm.c607 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) in vm_exit_svm() argument
610 vme->exitcode = VM_EXITCODE_SVM; in vm_exit_svm()
611 vme->u.svm.exitcode = code; in vm_exit_svm()
612 vme->u.svm.exitinfo1 = info1; in vm_exit_svm()
613 vme->u.svm.exitinfo2 = info2; in vm_exit_svm()
1122 struct vm_exit *vme; in svm_write_efer() local
1163 vme = vm_exitinfo(sc->vm, vcpu); in svm_write_efer()
1164 vm_exit_svm(vme, VMCB_EXIT_MSR, 1, 0); in svm_write_efer()
/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dcpu.h152 D(vme, 1)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicsSystemZ.td301 defm int_s390_vme : SystemZBinaryExtBHF<"vme">;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_interceptors_ioctl_netbsd.inc493 /* Entries from file: dev/vme/xio.h */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td675 def VME : BinaryVRRcGeneric<"vme", 0xE7A6>;