Searched refs:kvmhv_tb_accumulator (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | kvm_host.h | 421 struct kvmhv_tb_accumulator { struct 822 struct kvmhv_tb_accumulator *cur_activity; /* What we're timing */ 824 struct kvmhv_tb_accumulator rm_entry; /* real-mode entry code */ 825 struct kvmhv_tb_accumulator rm_intr; /* real-mode intr handling */ 826 struct kvmhv_tb_accumulator rm_exit; /* real-mode exit code */ 827 struct kvmhv_tb_accumulator guest_time; /* guest execution */ 828 struct kvmhv_tb_accumulator cede_time; /* time napping inside guest */
|
| /Linux-v5.15/arch/powerpc/kvm/ |
| D | book3s_hv_p9_entry.c | 10 static void __start_timing(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next) in __start_timing() 19 static void __accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next) in __accumulate_time() 22 struct kvmhv_tb_accumulator *curr; in __accumulate_time()
|
| D | book3s_hv.c | 2602 struct kvmhv_tb_accumulator tb; in debugfs_timings_read() 2613 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read() 2615 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | asm-offsets.c | 389 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main() 390 OFFSET(TAS_TOTAL, kvmhv_tb_accumulator, tb_total); in main() 391 OFFSET(TAS_MIN, kvmhv_tb_accumulator, tb_min); in main() 392 OFFSET(TAS_MAX, kvmhv_tb_accumulator, tb_max); in main()
|