Searched refs:kvm_debug (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/arch/mips/kvm/ |
D | mips.c | 251 kvm_debug("%s: kvm: %p slot: %d, GPA: %llx, size: %llx, QVA: %llx\n", in kvm_arch_commit_memory_region() 320 kvm_debug("kvm @ %p: create cpu %d at %p\n", in kvm_arch_vcpu_create() 346 kvm_debug("Allocated %d bytes for KVM Exception Handlers @ %p\n", in kvm_arch_vcpu_create() 378 kvm_debug("L1 Vectored handler @ %p\n", in kvm_arch_vcpu_create() 495 kvm_debug("%s: CPU: %d, INTR: %d\n", __func__, irq->cpu, in kvm_vcpu_ioctl_interrupt() 915 kvm_debug("[%d] %s: irq: %d\n", vcpu->vcpu_id, __func__, in kvm_arch_vcpu_async_ioctl() 1118 kvm_debug("VCPU Register Dump:\n"); in kvm_arch_vcpu_dump_regs() 1119 kvm_debug("\tpc = 0x%08lx\n", vcpu->arch.pc); in kvm_arch_vcpu_dump_regs() 1120 kvm_debug("\texceptions: %08lx\n", vcpu->arch.pending_exceptions); in kvm_arch_vcpu_dump_regs() 1123 kvm_debug("\tgpr%02d: %08lx %08lx %08lx %08lx\n", i, 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() 1004 kvm_debug("[%#lx] OP_SD: eaddr: %#lx, gpr: %#lx, data: %#llx\n", in kvm_mips_emulate_store() 1014 kvm_debug("[%#lx] OP_SW: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1023 kvm_debug("[%#lx] OP_SH: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1032 kvm_debug("[%#lx] OP_SB: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1062 kvm_debug("[%#lx] OP_SWL: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1092 kvm_debug("[%#lx] OP_SWR: eaddr: %#lx, gpr: %#lx, data: %#x\n", in kvm_mips_emulate_store() 1140 kvm_debug("[%#lx] OP_SDL: eaddr: %#lx, gpr: %#lx, data: %llx\n", in kvm_mips_emulate_store() 1187 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-v5.15/arch/arm64/kvm/ |
D | reset.c | 342 kvm_debug("PAGE_SIZE supported at Stage-2 (default)\n"); in kvm_set_ipa_limit() 345 kvm_debug("PAGE_SIZE supported at Stage-2 (advertised)\n"); in kvm_set_ipa_limit()
|
D | arch_timer.c | 1144 kvm_debug("virtual timer IRQ%d\n", host_vtimer_irq); in kvm_timer_hyp_init() 1166 kvm_debug("physical timer IRQ%d\n", host_ptimer_irq); in kvm_timer_hyp_init() 1247 kvm_debug("incorrectly configured timer irqs\n"); in kvm_timer_enable()
|
D | mmu.c | 1420 kvm_debug("Using %u-bit virtual addresses at EL2\n", *hyp_va_bits); in kvm_mmu_init() 1421 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init() 1422 kvm_debug("HYP VA range: %lx:%lx\n", in kvm_mmu_init()
|
D | pmu-emul.c | 331 kvm_debug("fail to enable perf event\n"); in kvm_pmu_enable_counter_mask() 957 kvm_debug("Set kvm ARM PMU irq: %d\n", irq); in kvm_arm_pmu_v3_set_attr()
|
/Linux-v5.15/arch/arm64/kvm/vgic/ |
D | vgic-v2.c | 392 kvm_debug("vgic-v2@%llx\n", info->vctrl.start); in vgic_v2_probe()
|
D | vgic-v3.c | 546 kvm_debug("vcpu %d redistributor base not set\n", c); in vgic_v3_map_resources()
|
/Linux-v5.15/include/linux/ |
D | kvm_host.h | 632 #define kvm_debug(fmt, ...) \ macro 647 kvm_debug("vcpu%i " fmt, (vcpu)->vcpu_id, ## __VA_ARGS__)
|