linux-loongson/arch/loongarch/kvm
Steven Rostedt 58ea0ee791 LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code
The tracepoint kvm_iocsr is only used by the loongarch architecture. As
trace events can take up to 5K of memory, move this tracepoint into the
LoongArch specific tracing file so that it doesn't waste memory for all
other architectures.

Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2025-08-28 20:59:47 +08:00
..
intc LoongArch: KVM: Add different length support in loongarch_pch_pic_write() 2025-08-28 20:59:47 +08:00
exit.c LoongArch: KVM: Add sign extension with kernel IOCSR read emulation 2025-08-28 20:59:41 +08:00
interrupt.c LoongArch: KVM: Simplify kvm_deliver_intr() 2025-07-21 09:26:32 +08:00
irqfd.c LoongArch: KVM: Add irqfd support 2024-11-13 16:18:27 +08:00
Kconfig LoongArch: KVM: Register perf callbacks for guest 2025-03-18 16:48:08 +08:00
main.c LoongArch: KVM: Fix multiple typos of KVM code 2025-04-26 09:58:13 +08:00
Makefile Fix mis-uses of 'cc-option' for warning disablement 2025-04-23 10:08:29 -07:00
mmu.c LoongArch: KVM: Do not flush tlb if HW PTW supported 2025-05-20 20:20:18 +08:00
switch.S LoongArch: KVM: Remove PGD saving during VM context switch 2025-03-18 16:48:08 +08:00
timer.c LoongArch: KVM: Mark hrtimer to expire in hard interrupt context 2024-10-23 22:15:44 +08:00
tlb.c LoongArch: KVM: Delay secondary mmu tlb flush until guest entry 2024-07-09 16:25:50 +08:00
trace.h LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code 2025-08-28 20:59:47 +08:00
vcpu.c LoongArch: KVM: Add PTW feature detection on new hardware 2025-08-28 20:59:41 +08:00
vm.c LoongArch: KVM: Add PTW feature detection on new hardware 2025-08-28 20:59:41 +08:00