Searched refs:kvmhv_tb_accumulator (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/arch/powerpc/include/asm/ |
D | kvm_host.h | 425 struct kvmhv_tb_accumulator { struct 835 struct kvmhv_tb_accumulator *cur_activity; /* What we're timing */ 838 struct kvmhv_tb_accumulator vcpu_entry; 839 struct kvmhv_tb_accumulator vcpu_exit; 840 struct kvmhv_tb_accumulator in_guest; 841 struct kvmhv_tb_accumulator hcall; 842 struct kvmhv_tb_accumulator pg_fault; 843 struct kvmhv_tb_accumulator guest_entry; 844 struct kvmhv_tb_accumulator guest_exit; 846 struct kvmhv_tb_accumulator rm_entry; /* real-mode entry code */ [all …]
|
/Linux-v6.6/arch/powerpc/kvm/ |
D | book3s_hv.h | 45 void accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next);
|
D | book3s_hv_p9_entry.c | 220 void accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next) in accumulate_time() 223 struct kvmhv_tb_accumulator *curr; in accumulate_time()
|
D | book3s_hv.c | 2806 struct kvmhv_tb_accumulator tb; in debugfs_timings_read() 2817 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read() 2819 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | asm-offsets.c | 391 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main() 392 OFFSET(TAS_TOTAL, kvmhv_tb_accumulator, tb_total); in main() 393 OFFSET(TAS_MIN, kvmhv_tb_accumulator, tb_min); in main() 394 OFFSET(TAS_MAX, kvmhv_tb_accumulator, tb_max); in main()
|