Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kvm/
Demulate.c257 kvm_debug("update_pc(): New PC: %#lx\n", vcpu->arch.pc); in update_pc()
955 kvm_debug("[%#lx] ERET to %#lx\n", vcpu->arch.pc, in kvm_mips_emul_eret()
971 kvm_debug("[%#lx] !!!WAIT!!! (%#lx)\n", vcpu->arch.pc, in kvm_mips_emul_wait()
1039 kvm_debug("[%#lx] TLBR Index %#x out of range\n", pc, index); in kvm_mips_emul_tlbr()
1110 kvm_debug("%s: illegal index: %d\n", __func__, index); in kvm_mips_emul_tlbwi()
1111 kvm_debug("[%#lx] COP0_TLBWI [%d] (entryhi: %#lx, entrylo0: %#lx entrylo1: %#lx, mask: %#lx)\n", in kvm_mips_emul_tlbwi()
1128 kvm_debug("[%#lx] COP0_TLBWI [%d] (entryhi: %#lx, entrylo0: %#lx entrylo1: %#lx, mask: %#lx)\n", in kvm_mips_emul_tlbwi()
1155 kvm_debug("[%#lx] COP0_TLBWR[%d] (entryhi: %#lx, entrylo0: %#lx entrylo1: %#lx)\n", in kvm_mips_emul_tlbwr()
1174 kvm_debug("[%#lx] COP0_TLBP (entryhi: %#lx), index: %d\n", pc, entryhi, in kvm_mips_emul_tlbp()
1545 kvm_debug("[%#lx] mfmc0_op: EI\n", in kvm_mips_emulate_CP0()
[all …]
Dmips.c245 kvm_debug("%s: kvm: %p slot: %d, GPA: %llx, size: %llx, QVA: %llx\n", in kvm_arch_commit_memory_region()
315 kvm_debug("kvm @ %p: create cpu %d at %p\n", in kvm_arch_vcpu_create()
341 kvm_debug("Allocated %d bytes for KVM Exception Handlers @ %p\n", in kvm_arch_vcpu_create()
373 kvm_debug("L1 Vectored handler @ %p\n", in kvm_arch_vcpu_create()
411 kvm_debug("Allocated COMM page @ %p\n", vcpu->arch.kseg0_commpage); in kvm_arch_vcpu_create()
507 kvm_debug("%s: CPU: %d, INTR: %d\n", __func__, irq->cpu, in kvm_vcpu_ioctl_interrupt()
927 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()
[all …]
Dtlb.c132 kvm_debug("%s: entryhi: %#lx, index: %d lo0: %#lx, lo1: %#lx\n", in kvm_mips_guest_tlb_lookup()
200 kvm_debug("%s: Invalidated guest user entryhi %#lx @ idx %d\n", in kvm_mips_host_tlb_inv()
204 kvm_debug("%s: Invalidated guest kernel entryhi %#lx @ idx %d\n", in kvm_mips_host_tlb_inv()
282 kvm_debug("%s: Invalidated root entryhi %#lx @ idx %d\n", in kvm_vz_host_tlb_inv()
Dhypcall.c22 kvm_debug("[%#lx] HYPCALL %#03x\n", vcpu->arch.pc, code); in kvm_mips_emul_hypcall()
Dinterrupt.c110 kvm_debug("Delivering INT @ pc %#lx\n", arch->pc); in kvm_mips_irq_deliver_cb()
Dmmu.c1066 kvm_debug("@ %#lx tlb_lo0: 0x%08lx tlb_lo1: 0x%08lx\n", vcpu->arch.pc, in kvm_mips_handle_mapped_seg_tlb_fault()
1115 kvm_debug("%s: vcpu %p, cpu: %d\n", __func__, vcpu, cpu); in kvm_arch_vcpu_load()
1121 kvm_debug("[%d->%d]KVM VCPU[%d] switch\n", in kvm_arch_vcpu_load()
Dtrap_emul.c39 kvm_debug("%s: gva %#lx, gpa: %#llx\n", __func__, gva, gpa); in kvm_trap_emul_gva_to_gpa_cb()
262 kvm_debug("USER ADDR TLB %s fault: cause %#x, PC: %p, BadVaddr: %#lx\n", in kvm_trap_emul_handle_tlb_miss()
Dvz.c1106 kvm_debug("CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n", in kvm_vz_gpsi_cache()
/kernel/linux/linux-5.10/arch/arm64/kvm/
Dreset.c404 kvm_debug("PAGE_SIZE supported at Stage-2 (default)\n"); in kvm_set_ipa_limit()
407 kvm_debug("PAGE_SIZE supported at Stage-2 (advertised)\n"); in kvm_set_ipa_limit()
Darch_timer.c1025 kvm_debug("virtual timer IRQ%d\n", host_vtimer_irq); in kvm_timer_hyp_init()
1056 kvm_debug("physical timer IRQ%d\n", host_ptimer_irq); in kvm_timer_hyp_init()
1136 kvm_debug("incorrectly configured timer irqs\n"); in kvm_timer_enable()
Dmmu.c1226 kvm_debug("Using %u-bit virtual addresses at EL2\n", hyp_va_bits); in kvm_mmu_init()
1227 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()
1228 kvm_debug("HYP VA range: %lx:%lx\n", in kvm_mmu_init()
Dpmu-emul.c331 kvm_debug("fail to enable perf event\n"); in kvm_pmu_enable_counter_mask()
955 kvm_debug("Set kvm ARM PMU irq: %d\n", irq); in kvm_arm_pmu_v3_set_attr()
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
Dvgic-v2.c415 kvm_debug("vgic-v2@%llx\n", info->vctrl.start); in vgic_v2_probe()
Dvgic-v3.c510 kvm_debug("vcpu %d redistributor base not set\n", c); in vgic_v3_map_resources()
/kernel/linux/linux-5.10/include/linux/
Dkvm_host.h516 #define kvm_debug(fmt, ...) \ macro
531 kvm_debug("vcpu%i " fmt, (vcpu)->vcpu_id, ## __VA_ARGS__)