Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pseries/
DhvCall_inst.c32 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);
39 if ((int)*pos < (HCALL_STAT_ARRAY_SIZE-1)) in hc_start()
/linux-4.1.27/arch/powerpc/include/asm/
Dhvcall.h347 #define HCALL_STAT_ARRAY_SIZE ((MAX_HCALL_OPCODE >> 2) + 1) macro