Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c20 struct hcall_stats { struct
29 static DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats); argument
56 struct hcall_stats *hs = m->private; in hc_show()
88 struct hcall_stats *h; in probe_hcall_entry()
93 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_entry()
101 struct hcall_stats *h; in probe_hcall_exit()
106 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_exit()
134 per_cpu(hcall_stats, cpu), in hcall_inst_init()