hcall_stats
struct hcall_stats *h;
h = this_cpu_ptr(&hcall_stats[opcode / 4]);
per_cpu(hcall_stats, cpu),
static DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);
struct hcall_stats *hs = m->private;
struct hcall_stats *h;
h = this_cpu_ptr(&hcall_stats[opcode / 4]);