}
if (reg->flags.alloced == 0) {
- PrintError("In GPA->HPA: Tried to translate physical address of non allocated page (addr=%p)\n",
- (void *)gpa);
- v3_print_mem_map(info->vm_info);
+ //PrintError("In GPA->HPA: Tried to translate physical address of non allocated page (addr=%p)\n",
+ // (void *)gpa);
+ //v3_print_mem_map(info->vm_info);
return -1;
}
*hva = 0;
if (v3_gpa_to_hpa(guest_info, gpa, &hpa) != 0) {
- PrintError("In GPA->HVA: Invalid GPA(%p)->HPA lookup\n",
- (void *)gpa);
+ // PrintError("In GPA->HVA: Invalid GPA(%p)->HPA lookup\n",
+ // (void *)gpa);
return -1;
}
}
}
- V3_Print("Operand 0 mode: %s\n", xed_operand_action_enum_t2str(xed_operand_rw(op)));
+// V3_Print("Operand 0 mode: %s\n", xed_operand_action_enum_t2str(xed_operand_rw(op)));
if (xed_operand_read(op)) {
}
}
- V3_Print("Operand 1 mode: %s\n", xed_operand_action_enum_t2str(xed_operand_rw(op)));
+// V3_Print("Operand 1 mode: %s\n", xed_operand_action_enum_t2str(xed_operand_rw(op)));
if (xed_operand_read(op)) {
v3_op->read = 1;