Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/pseries/
DhvCall_inst.c33 struct hcall_stats { struct
42 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats); argument
69 struct hcall_stats *hs = m->private; in hc_show()
118 struct hcall_stats *h; in probe_hcall_entry()
123 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_entry()
131 struct hcall_stats *h; in probe_hcall_exit()
136 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_exit()
168 per_cpu(hcall_stats, cpu), in hcall_inst_init()