Searched refs:VMM_CTR1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 98 #define VMM_CTR1(vcpu, format, p1) \ macro 618 VMM_CTR1(vcpu, "Setting nextrip to %#lx", val); in vm_set_register() 905 VMM_CTR1(vcpu, "inst_emul fault accessing gpa %#lx", gpa); in vm_handle_inst_emul() 921 VMM_CTR1(vcpu, "Error decoding instruction at %#lx", in vm_handle_inst_emul() 932 VMM_CTR1(vcpu, "nextrip updated to %#lx after instruction decoding", in vm_handle_inst_emul() 1246 VMM_CTR1(vcpu, "restarting instruction at %#lx by " in vm_restart_instruction() 1496 VMM_CTR1(vcpu, "Exception %d pending", vector); in vm_inject_exception()
|