Searched refs:kvmhv_tb_accumulator (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kvm_host.h | 425 struct kvmhv_tb_accumulator { struct 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 */ 848 struct kvmhv_tb_accumulator rm_exit; /* real-mode exit code */ [all …]
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv.h | 45 void accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next);
|
A 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()
|
A D | book3s_hv.c | 2791 struct kvmhv_tb_accumulator tb; in debugfs_timings_read() 2802 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read() 2804 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A 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()
|
Completed in 18 milliseconds