Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
DhvCall_inst.c61 if (hs[h_num].num_calls) { in hc_show()
64 hs[h_num].num_calls, in hc_show()
69 hs[h_num].num_calls, in hc_show()
127 h->num_calls++; in probe_hcall_exit()
/linux-4.4.14/arch/powerpc/include/asm/
Dhvcall.h341 unsigned long num_calls; /* number of calls (on this CPU) */ member
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c273 DEFINE(HCALL_STAT_CALLS, offsetof(struct hcall_stats, num_calls)); in main()