Searched refs:HCALL_STAT_ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
32 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);39 if ((int)*pos < (HCALL_STAT_ARRAY_SIZE-1)) in hc_start()
347 #define HCALL_STAT_ARRAY_SIZE ((MAX_HCALL_OPCODE >> 2) + 1) macro