Searched refs:vme (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/security/mac/ |
| H A D | mac_process.c | 255 vm_map_entry_t prev, vme; in mac_proc_vm_revoke_recurse() local 268 for (vme = vm_map_entry_first(map); vme != &map->header; in mac_proc_vm_revoke_recurse() 269 prev = vme, vme = vm_map_entry_succ(prev)) { in mac_proc_vm_revoke_recurse() 272 vme->object.sub_map); in mac_proc_vm_revoke_recurse() 279 !vme->max_protection) in mac_proc_vm_revoke_recurse() 284 offset = vme->offset; in mac_proc_vm_revoke_recurse() 318 (long)(vme->end - vme->start), in mac_proc_vm_revoke_recurse() 319 prot2str(vme->max_protection), prot2str(vme->protection)); in mac_proc_vm_revoke_recurse() 340 vme->end - vme->start, OBJPC_SYNC); in mac_proc_vm_revoke_recurse() 364 vme->protection = 0; in mac_proc_vm_revoke_recurse() [all …]
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 1423 struct vm_exit *vme; in vm_handle_paging() local 1426 vme = &vcpu->exitinfo; in vm_handle_paging() 1442 vme->u.paging.gpa); in vm_handle_paging() 1464 struct vm_exit *vme; in vm_handle_inst_emul() local 1473 vme = &vcpu->exitinfo; in vm_handle_inst_emul() 1478 gla = vme->u.inst_emul.gla; in vm_handle_inst_emul() 1503 vme->rip + cs_base); in vm_handle_inst_emul() 1708 struct vm_exit *vme; in vm_run() local 1725 vme = &vcpu->exitinfo; in vm_run() 1754 vcpu->nextrip = vme->rip + vme->inst_length; in vm_run() [all …]
|
| H A D | vmm_ioport.h | 37 int vm_handle_inout(struct vm *vm, int vcpuid, struct vm_exit *vme, bool *retu);
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | cpu.h | 149 D(vme, 1)
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 631 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) in vm_exit_svm() argument 634 vme->exitcode = VM_EXITCODE_SVM; in vm_exit_svm() 635 vme->u.svm.exitcode = code; in vm_exit_svm() 636 vme->u.svm.exitinfo1 = info1; in vm_exit_svm() 637 vme->u.svm.exitinfo2 = info2; in vm_exit_svm() 1146 struct vm_exit *vme; in svm_write_efer() local 1187 vme = vm_exitinfo(sc->vm, vcpu); in svm_write_efer() 1188 vm_exit_svm(vme, VMCB_EXIT_MSR, 1, 0); in svm_write_efer()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 12722 D(vme, 1)
|