Searched refs:hcall_stats (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c31 DEFINE_PER_CPU(struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats);
58 struct hcall_stats *hs = (struct hcall_stats *)m->private;
107 struct hcall_stats *h;
112 h = &get_cpu_var(hcall_stats)[opcode / 4];
120 struct hcall_stats *h;
125 h = &__get_cpu_var(hcall_stats)[opcode / 4];
130 put_cpu_var(hcall_stats);
159 per_cpu(hcall_stats, cp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhvcall.h289 struct hcall_stats { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dasm-offsets.c219 DEFINE(HCALL_STAT_SIZE, sizeof(struct hcall_stats));
220 DEFINE(HCALL_STAT_CALLS, offsetof(struct hcall_stats, num_calls));
221 DEFINE(HCALL_STAT_TB, offsetof(struct hcall_stats, tb_total));
222 DEFINE(HCALL_STAT_PURR, offsetof(struct hcall_stats, purr_total));

Completed in 87 milliseconds