| /hypervisor/arch/x86/guest/ |
| A D | vmcs.c | 95 pr_dbg("Initialize host state"); in init_host_state() 166 pr_dbg("64-bit********"); in init_host_state() 174 pr_dbg("VMX_HOST_IA32_EFER: 0x%016lx ", in init_host_state() 179 pr_dbg("Natural-width********"); in init_host_state() 183 pr_dbg("VMX_HOST_CR0: 0x%016lx ", value); in init_host_state() 188 pr_dbg("VMX_HOST_CR3: 0x%016lx ", value); in init_host_state() 269 pr_dbg("Initialize execution control "); in init_exec_ctrl() 469 pr_dbg("Natural-width*********"); in init_exec_ctrl() 493 pr_dbg("Initialize Entry control "); in init_entry_ctrl() 529 pr_dbg("Initialize Exit control "); in init_exit_ctrl() [all …]
|
| A D | virtual_cr.c | 258 pr_dbg("VMM: Enable long mode"); in vmx_write_cr0() 265 pr_dbg("VMM: NOT Enable long mode"); in vmx_write_cr0() 276 pr_dbg("disable paginge"); in vmx_write_cr0() 279 pr_dbg("VMM: Disable long mode"); in vmx_write_cr0() 375 pr_dbg("Err found,cr4:0xlx,cr0:0x%lx ", cr4, vcpu_get_cr0(vcpu)); in vmx_write_cr4() 425 pr_dbg("VMM: Try to write %016lx, allow to write 0x%016lx to CR4", cr4, tmp); in vmx_write_cr4() 448 pr_dbg("%s:cr0 fixed0 = 0x%016lx, fixed1 = 0x%016lx", __func__, fixed0, fixed1); in init_cr0_cr4_flexible_bits() 514 pr_dbg("CR0 guest-host mask value: 0x%016lx", ~cr0_passthru_mask); in init_cr0_cr4_host_guest_mask() 517 pr_dbg("CR4 guest-host mask value: 0x%016lx", ~cr4_passthru_mask); in init_cr0_cr4_host_guest_mask() 533 pr_dbg("%s, value: 0x%016lx rip: %016lx", __func__, val, vcpu_get_rip(vcpu)); in vcpu_set_cr0() [all …]
|
| A D | vcpu.c | 161 pr_dbg("%s", __func__); in vcpu_set_vmcs_eoi_exit() 177 pr_dbg("%s", __func__); in vcpu_set_eoi_exit_bitmap() 187 pr_dbg("%s", __func__); in vcpu_clear_eoi_exit_bitmap() 200 pr_dbg("%s", __func__); in vcpu_reset_eoi_exit_bitmaps() 862 pr_dbg("vcpu%hu reset", vcpu->vcpu_id); in reset_vcpu() 873 pr_dbg("vcpu%hu paused, new state: %d", vcpu->vcpu_id, new_state); in zombie_vcpu() 976 pr_dbg("vcpu%hu scheduled on pcpu%hu", vcpu->vcpu_id, pcpu_id); in launch_vcpu()
|
| A D | pm.c | 262 pr_dbg("Enable PM1A trap for VM %d, port 0x%x, size %d\n", vm->vm_id, gas_io.base, gas_io.len); in register_gas_io_handler() 293 pr_dbg("Invalid address (0x%x) or width (0x%x)", addr, width); in rt_vm_pm1a_io_write()
|
| A D | vmtrr.c | 133 pr_dbg("vm%d vcpu%hu fixed-range MTRR[%u]: %16lx", in init_vmtrr()
|
| A D | vm.c | 499 pr_dbg("Service VM e820 layout:\n"); in prepare_service_vm_memmap() 502 pr_dbg("e820 table: %d type: 0x%x", i, entry->type); in prepare_service_vm_memmap() 503 pr_dbg("BaseAddress: 0x%016lx length: 0x%016lx\n", entry->baseaddr, entry->length); in prepare_service_vm_memmap()
|
| A D | virq.c | 514 pr_dbg(" Handling guest exception"); in exception_vmexit_handler()
|
| A D | vmexit.c | 252 pr_dbg("Exit Reason: 0x%016lx ", vcpu->arch.exit_reason); in vmexit_handler()
|
| A D | nested.c | 912 pr_dbg("vmcs_field: %x vmcs_value: %llx", vmcs_field, vmcs_value); in vmread_vmexit_handler() 969 pr_dbg("vmcs_field: %x vmcs_value: %llx", vmcs_field, vmcs_value); in vmwrite_vmexit_handler()
|
| A D | vmsr.c | 556 pr_dbg("VMX_MSR_BITMAP: 0x%016lx ", value64); in init_msr_emulation()
|
| /hypervisor/arch/x86/ |
| A D | mmu.c | 109 pr_dbg("%s, failed. type = %lu, vpid = %u", __func__, type, vpid); in local_invvpid() 119 pr_dbg("%s, failed. type = %lu, eptp = 0x%lx", __func__, type, desc.eptp); in local_invept() 261 pr_dbg("HV MMU Initialization"); in init_paging()
|
| A D | trampoline.c | 115 pr_dbg("trampoline code: %lx trampline_size %x", trampoline_pa, trampline_size); in prepare_trampoline()
|
| A D | cpu.c | 260 pr_dbg("Core %hu is up", BSP_CPU_ID); in init_pcpu_post() 306 pr_dbg("Core %hu is up", pcpu_id); in init_pcpu_post()
|
| A D | vtd.c | 1323 pr_dbg("%s: for dev 0x%x:%x.%x, reserve %u entry for MSI(%d), start from %d", in dmar_reserve_irte()
|
| /hypervisor/include/debug/ |
| A D | logmsg.h | 108 #define pr_dbg(...) \ macro
|
| /hypervisor/acpi_parser/ |
| A D | dmar_parse.c | 153 pr_dbg("drhd: skip dev_scope type %d", ads->entry_type); in handle_one_drhd()
|
| /hypervisor/boot/guest/ |
| A D | bzimage_loader.c | 232 pr_dbg("Service VM efi mmap desc[%d]: addr: 0x%lx, len: 0x%lx, type: %d", i, in create_service_vm_efi_mmap_desc()
|
| /hypervisor/dm/ |
| A D | io_req.c | 630 pr_dbg("IO %s on port %04x, data %08x", in hv_emulate_pio()
|
| /hypervisor/debug/ |
| A D | shell.c | 673 pr_dbg("shell: Number of registered commands = %u in %s\n", in shell_cmd_help()
|