Home
last modified time | relevance | path

Searched refs:kvmhv_tb_accumulator (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Dkvm_host.h424 struct kvmhv_tb_accumulator { struct
856 struct kvmhv_tb_accumulator *cur_activity; /* What we're timing */
859 struct kvmhv_tb_accumulator vcpu_entry;
860 struct kvmhv_tb_accumulator vcpu_exit;
861 struct kvmhv_tb_accumulator in_guest;
862 struct kvmhv_tb_accumulator hcall;
863 struct kvmhv_tb_accumulator pg_fault;
864 struct kvmhv_tb_accumulator guest_entry;
865 struct kvmhv_tb_accumulator guest_exit;
867 struct kvmhv_tb_accumulator rm_entry; /* real-mode entry code */
[all …]
/linux-6.12.1/arch/powerpc/kernel/
Dasm-offsets.c392 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()
393 OFFSET(TAS_TOTAL, kvmhv_tb_accumulator, tb_total); in main()
394 OFFSET(TAS_MIN, kvmhv_tb_accumulator, tb_min); in main()
395 OFFSET(TAS_MAX, kvmhv_tb_accumulator, tb_max); in main()
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv.h47 void accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next);
Dbook3s_hv_p9_entry.c220 void accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next) in accumulate_time()
223 struct kvmhv_tb_accumulator *curr; in accumulate_time()
Dbook3s_hv.c2895 struct kvmhv_tb_accumulator tb; in debugfs_timings_read()
2906 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read()
2908 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()