Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_host.h425 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 Dbook3s_hv.h45 void accumulate_time(struct kvm_vcpu *vcpu, struct kvmhv_tb_accumulator *next);
A 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()
A Dbook3s_hv.c2791 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 Dasm-offsets.c389 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 26 milliseconds