Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_host.h434 struct kvmhv_tb_accumulator { struct
826 struct kvmhv_tb_accumulator *cur_activity; /* What we're timing */
828 struct kvmhv_tb_accumulator rm_entry; /* real-mode entry code */
829 struct kvmhv_tb_accumulator rm_intr; /* real-mode intr handling */
830 struct kvmhv_tb_accumulator rm_exit; /* real-mode exit code */
831 struct kvmhv_tb_accumulator guest_time; /* guest execution */
832 struct kvmhv_tb_accumulator cede_time; /* time napping inside guest */
/Linux-v5.10/arch/powerpc/kernel/
Dasm-offsets.c489 OFFSET(TAS_SEQCOUNT, kvmhv_tb_accumulator, seqcount); in main()
490 OFFSET(TAS_TOTAL, kvmhv_tb_accumulator, tb_total); in main()
491 OFFSET(TAS_MIN, kvmhv_tb_accumulator, tb_min); in main()
492 OFFSET(TAS_MAX, kvmhv_tb_accumulator, tb_max); in main()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv.c2234 struct kvmhv_tb_accumulator tb; in debugfs_timings_read()
2245 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read()
2247 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()