Searched refs:VMM_CTR1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 200 #define VMM_CTR1(vcpu, format, p1) \ macro 1276 VMM_CTR1(vcpu, "Setting nextrip to %#lx", val); in vm_set_register() 1393 VMM_CTR1(vcpu, "vcpu state change from %s to " in vcpu_set_state_locked() 1679 VMM_CTR1(vcpu, "inst_emul fault accessing gpa %#lx", gpa); in vm_handle_inst_emul() 1695 VMM_CTR1(vcpu, "Error decoding instruction at %#lx", in vm_handle_inst_emul() 1706 VMM_CTR1(vcpu, "nextrip updated to %#lx after instruction decoding", in vm_handle_inst_emul() 2047 VMM_CTR1(vcpu, "restarting instruction at %#lx by " in vm_restart_instruction() 2297 VMM_CTR1(vcpu, "Exception %d pending", vector); in vm_inject_exception()
|