/linux-6.1.9/arch/mips/kvm/ |
D | mips.c | 296 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 …]
|
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 …]
|
D | hypcall.c | 22 kvm_debug("[%#lx] HYPCALL %#03x\n", vcpu->arch.pc, code); in kvm_mips_emul_hypcall()
|
D | mmu.c | 721 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()
|
D | tlb.c | 144 kvm_debug("%s: Invalidated root entryhi %#lx @ idx %d\n", in kvm_vz_host_tlb_inv()
|
D | vz.c | 1104 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/ |
D | reset.c | 381 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()
|
D | arch_timer.c | 1158 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()
|
D | mmu.c | 1635 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()
|
D | pmu-emul.c | 351 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/ |
D | vgic-v2.c | 296 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()
|
D | vgic-v3.c | 548 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/ |
D | mmu.c | 574 kvm_debug("Failed to map G-stage page (error %d)\n", ret); in kvm_set_spte_gfn()
|
/linux-6.1.9/include/linux/ |
D | kvm_host.h | 795 #define kvm_debug(fmt, ...) \ macro 810 kvm_debug("vcpu%i " fmt, (vcpu)->vcpu_id, ## __VA_ARGS__)
|