Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
A Dkvm_host.h424 struct kvmhv_tb_accumulator { struct
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 */
869 struct kvmhv_tb_accumulator rm_exit; /* real-mode exit code */
[all …]
/arch/powerpc/kvm/
A Dbook3s_hv.h47 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.c2871 struct kvmhv_tb_accumulator tb; in debugfs_timings_read()
2882 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read()
2884 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()
/arch/powerpc/kernel/
A Dasm-offsets.c388 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()
389 OFFSET(TAS_TOTAL, kvmhv_tb_accumulator, tb_total); in main()
390 OFFSET(TAS_MIN, kvmhv_tb_accumulator, tb_min); in main()
391 OFFSET(TAS_MAX, kvmhv_tb_accumulator, tb_max); in main()

Completed in 28 milliseconds