Home
last modified time | relevance | path

Searched refs:kvm_debug (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/arch/mips/kvm/
Dmips.c296 kvm_debug("kvm @ %p: create cpu %d at %p\n", in kvm_arch_vcpu_create()
322 kvm_debug("Allocated %d bytes for KVM Exception Handlers @ %p\n", in kvm_arch_vcpu_create()
354 kvm_debug("L1 Vectored handler @ %p\n", in kvm_arch_vcpu_create()
502 kvm_debug("%s: CPU: %d, INTR: %d\n", __func__, irq->cpu, in kvm_vcpu_ioctl_interrupt()
922 kvm_debug("[%d] %s: irq: %d\n", vcpu->vcpu_id, __func__, in kvm_arch_vcpu_async_ioctl()
1125 kvm_debug("VCPU Register Dump:\n"); in kvm_arch_vcpu_dump_regs()
1126 kvm_debug("\tpc = 0x%08lx\n", vcpu->arch.pc); in kvm_arch_vcpu_dump_regs()
1127 kvm_debug("\texceptions: %08lx\n", vcpu->arch.pending_exceptions); in kvm_arch_vcpu_dump_regs()
1130 kvm_debug("\tgpr%02d: %08lx %08lx %08lx %08lx\n", i, in kvm_arch_vcpu_dump_regs()
1135 kvm_debug("\thi: 0x%08lx\n", vcpu->arch.hi); in kvm_arch_vcpu_dump_regs()
[all …]
Demulate.c256 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 …]
Dhypcall.c22 kvm_debug("[%#lx] HYPCALL %#03x\n", vcpu->arch.pc, code); in kvm_mips_emul_hypcall()
Dmmu.c721 kvm_debug("%s: vcpu %p, cpu: %d\n", __func__, vcpu, cpu); in kvm_arch_vcpu_load()
727 kvm_debug("[%d->%d]KVM VCPU[%d] switch\n", in kvm_arch_vcpu_load()
Dtlb.c144 kvm_debug("%s: Invalidated root entryhi %#lx @ idx %d\n", in kvm_vz_host_tlb_inv()
Dvz.c1104 kvm_debug("CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n", in kvm_vz_gpsi_cache()
/linux-6.1.9/arch/arm64/kvm/
Dreset.c381 kvm_debug("PAGE_SIZE supported at Stage-2 (default)\n"); in kvm_set_ipa_limit()
384 kvm_debug("PAGE_SIZE supported at Stage-2 (advertised)\n"); in kvm_set_ipa_limit()
Darch_timer.c1158 kvm_debug("virtual timer IRQ%d\n", host_vtimer_irq); in kvm_timer_hyp_init()
1180 kvm_debug("physical timer IRQ%d\n", host_ptimer_irq); in kvm_timer_hyp_init()
1264 kvm_debug("incorrectly configured timer irqs\n"); in kvm_timer_enable()
Dmmu.c1635 kvm_debug("Using %u-bit virtual addresses at EL2\n", *hyp_va_bits); in kvm_mmu_init()
1636 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()
1637 kvm_debug("HYP VA range: %lx:%lx\n", in kvm_mmu_init()
Dpmu-emul.c351 kvm_debug("fail to enable perf event\n"); in kvm_pmu_enable_counter_mask()
1044 kvm_debug("Set kvm ARM PMU irq: %d\n", irq); in kvm_arm_pmu_v3_set_attr()
/linux-6.1.9/arch/arm64/kvm/vgic/
Dvgic-v2.c296 kvm_debug("Need to set vgic cpu and dist addresses first\n"); in vgic_v2_map_resources()
301 kvm_debug("VGIC CPU and dist frames overlap\n"); in vgic_v2_map_resources()
397 kvm_debug("vgic-v2@%llx\n", info->vctrl.start); in vgic_v2_probe()
Dvgic-v3.c548 kvm_debug("vcpu %ld redistributor base not set\n", c); in vgic_v3_map_resources()
554 kvm_debug("Need to set vgic distributor addresses first\n"); in vgic_v3_map_resources()
559 kvm_debug("VGIC redist and dist frames overlap\n"); in vgic_v3_map_resources()
/linux-6.1.9/arch/riscv/kvm/
Dmmu.c574 kvm_debug("Failed to map G-stage page (error %d)\n", ret); in kvm_set_spte_gfn()
/linux-6.1.9/include/linux/
Dkvm_host.h795 #define kvm_debug(fmt, ...) \ macro
810 kvm_debug("vcpu%i " fmt, (vcpu)->vcpu_id, ## __VA_ARGS__)