Searched refs:hcall_stats (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 32 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats); 59 struct hcall_stats *hs = m->private; in hc_show() 108 struct hcall_stats *h; in probe_hcall_entry() 113 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_entry() 121 struct hcall_stats *h; in probe_hcall_exit() 126 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_exit() 158 per_cpu(hcall_stats, cpu), in hcall_inst_init()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | hvcall.h | 340 struct hcall_stats { struct
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | asm-offsets.c | 273 DEFINE(HCALL_STAT_SIZE, sizeof(struct hcall_stats)); in main() 274 DEFINE(HCALL_STAT_CALLS, offsetof(struct hcall_stats, num_calls)); in main() 275 DEFINE(HCALL_STAT_TB, offsetof(struct hcall_stats, tb_total)); in main() 276 DEFINE(HCALL_STAT_PURR, offsetof(struct hcall_stats, purr_total)); in main()
|