Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_host.h370 struct kvmhv_tb_accumulator { struct
667 struct kvmhv_tb_accumulator *cur_activity; /* What we're timing */
669 struct kvmhv_tb_accumulator rm_entry; /* real-mode entry code */
670 struct kvmhv_tb_accumulator rm_intr; /* real-mode intr handling */
671 struct kvmhv_tb_accumulator rm_exit; /* real-mode exit code */
672 struct kvmhv_tb_accumulator guest_time; /* guest execution */
673 struct kvmhv_tb_accumulator cede_time; /* time napping inside guest */
/linux-4.1.27/arch/powerpc/kernel/
Dasm-offsets.c471 DEFINE(TAS_SEQCOUNT, offsetof(struct kvmhv_tb_accumulator, seqcount)); in main()
472 DEFINE(TAS_TOTAL, offsetof(struct kvmhv_tb_accumulator, tb_total)); in main()
473 DEFINE(TAS_MIN, offsetof(struct kvmhv_tb_accumulator, tb_min)); in main()
474 DEFINE(TAS_MAX, offsetof(struct kvmhv_tb_accumulator, tb_max)); in main()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c1502 struct kvmhv_tb_accumulator tb; in debugfs_timings_read()
1513 struct kvmhv_tb_accumulator *acc; in debugfs_timings_read()
1515 acc = (struct kvmhv_tb_accumulator *) in debugfs_timings_read()