| /linux/arch/mips/kvm/ |
| H A D | mips.c | 284 kvm_debug("kvm @ %p: create cpu %d at %p\n", in kvm_arch_vcpu_create() 309 kvm_debug("Allocated %d bytes for KVM Exception Handlers @ %p\n", in kvm_arch_vcpu_create() 341 kvm_debug("L1 Vectored handler @ %p\n", in kvm_arch_vcpu_create() 489 kvm_debug("%s: CPU: %d, INTR: %d\n", __func__, irq->cpu, in kvm_vcpu_ioctl_interrupt() 909 kvm_debug("[%d] %s: irq: %d\n", vcpu->vcpu_id, __func__, in kvm_arch_vcpu_unlocked_ioctl() 1090 kvm_debug("VCPU Register Dump:\n"); in kvm_arch_vcpu_dump_regs() 1091 kvm_debug("\tpc = 0x%08lx\n", vcpu->arch.pc); in kvm_arch_vcpu_dump_regs() 1092 kvm_debug("\texceptions: %08lx\n", vcpu->arch.pending_exceptions); in kvm_arch_vcpu_dump_regs() 1095 kvm_debug("\tgpr%02d: %08lx %08lx %08lx %08lx\n", i, in kvm_arch_vcpu_dump_regs() 1100 kvm_debug("\thi: 0x%08lx\n", vcpu->arch.hi); in kvm_arch_vcpu_dump_regs() [all …]
|
| H A D | emulate.c | 256 kvm_debug("update_pc(): New PC: %#lx\n", vcpu->arch.pc); in update_pc() 947 kvm_debug("[%#lx] !!!WAIT!!! (%#lx)\n", vcpu->arch.pc, in kvm_mips_emul_wait() 1002 kvm_debug("[%#lx] OP_SD: eaddr: %#lx, gpr: %#lx, data: %#llx\n", in kvm_mips_emulate_store() 1012 kvm_debug("[%#lx] OP_SW: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1021 kvm_debug("[%#lx] OP_SH: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1030 kvm_debug("[%#lx] OP_SB: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1060 kvm_debug("[%#lx] OP_SWL: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1090 kvm_debug("[%#lx] OP_SWR: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1138 kvm_debug("[%#lx] OP_SDL: eaddr: %#lx, gpr: %#lx, data: %llx\n", in kvm_mips_emulate_store() 1185 kvm_debug("[%#lx] OP_SDR: eaddr: %#lx, gpr: %#lx, data: %llx\n", in kvm_mips_emulate_store() [all …]
|
| H A D | hypcall.c | 22 kvm_debug("[%#lx] HYPCALL %#03x\n", vcpu->arch.pc, code); in kvm_mips_emul_hypcall()
|
| H A D | tlb.c | 144 kvm_debug("%s: Invalidated root entryhi %#lx @ idx %d\n", in kvm_vz_host_tlb_inv()
|
| H A D | vz.c | 1104 kvm_debug("CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n", in kvm_vz_gpsi_cache()
|
| /linux/arch/arm64/kvm/ |
| H A D | reset.c | 297 kvm_debug("PAGE_SIZE supported at Stage-2 (default)\n"); in kvm_set_ipa_limit() 300 kvm_debug("PAGE_SIZE supported at Stage-2 (advertised)\n"); in kvm_set_ipa_limit()
|
| H A D | pmu-emul.c | 337 kvm_debug("fail to enable perf event\n"); in kvm_pmc_enable_perf_event() 1154 kvm_debug("Set kvm ARM PMU irq: %d\n", irq); in kvm_arm_pmu_v3_set_attr()
|
| H A D | mmu.c | 2316 kvm_debug("Using %u-bit virtual addresses at EL2\n", hyp_va_bits); in kvm_mmu_init() 2317 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init() 2318 kvm_debug("HYP VA range: %lx:%lx\n", in kvm_mmu_init()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-v2.c | 428 kvm_debug("Need to set vgic cpu and dist addresses first\n"); in vgic_v2_map_resources() 433 kvm_debug("VGIC CPU and dist frames overlap\n"); in vgic_v2_map_resources() 534 kvm_debug("vgic-v2@%llx\n", info->vctrl.start); in vgic_v2_probe()
|
| H A D | vgic-v3.c | 756 kvm_debug("vcpu %ld redistributor base not set\n", c); in vgic_v3_map_resources() 762 kvm_debug("Need to set vgic distributor addresses first\n"); in vgic_v3_map_resources() 767 kvm_debug("VGIC redist and dist frames overlap\n"); in vgic_v3_map_resources()
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 458 kvm_debug("vCPU Register Dump:\n"); in kvm_arch_vcpu_dump_regs() 459 kvm_debug("\tPC = 0x%08lx\n", vcpu->arch.pc); in kvm_arch_vcpu_dump_regs() 460 kvm_debug("\tExceptions: %08lx\n", vcpu->arch.irq_pending); in kvm_arch_vcpu_dump_regs() 463 kvm_debug("\tGPR%02d: %08lx %08lx %08lx %08lx\n", i, in kvm_arch_vcpu_dump_regs() 468 kvm_debug("\tCRMD: 0x%08lx, ESTAT: 0x%08lx\n", in kvm_arch_vcpu_dump_regs() 472 kvm_debug("\tERA: 0x%08lx\n", kvm_read_hw_gcsr(LOONGARCH_CSR_ERA)); in kvm_arch_vcpu_dump_regs() 1515 kvm_debug("[%d] %s: irq: %d\n", vcpu->vcpu_id, __func__, irq.irq); in kvm_arch_vcpu_unlocked_ioctl()
|
| H A D | main.c | 325 kvm_debug("GCFG:%lx GSTAT:%lx GINTC:%lx GTLBC:%lx", in kvm_arch_enable_virtualization_cpu()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 884 #define kvm_debug(fmt, ...) \ macro 899 kvm_debug("vcpu%i " fmt, (vcpu)->vcpu_id, ## __VA_ARGS__)
|