Home
last modified time | relevance | path

Searched refs:HCALL_STAT_ARRAY_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c27 #define HCALL_STAT_ARRAY_SIZE ((MAX_HCALL_OPCODE >> 2) + 1) macro
29 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);
36 if ((int)*pos < (HCALL_STAT_ARRAY_SIZE-1)) in hc_start()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c27 #define HCALL_STAT_ARRAY_SIZE ((MAX_HCALL_OPCODE >> 2) + 1) macro
29 static DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);
36 if ((int)*pos < (HCALL_STAT_ARRAY_SIZE-1)) in hc_start()

Completed in 2 milliseconds