Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
DhvCall_inst.c32 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.4.14/arch/powerpc/include/asm/
Dhvcall.h340 struct hcall_stats { struct
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c272 DEFINE(HCALL_STAT_SIZE, sizeof(struct hcall_stats)); in main()
273 DEFINE(HCALL_STAT_CALLS, offsetof(struct hcall_stats, num_calls)); in main()
274 DEFINE(HCALL_STAT_TB, offsetof(struct hcall_stats, tb_total)); in main()
275 DEFINE(HCALL_STAT_PURR, offsetof(struct hcall_stats, purr_total)); in main()