Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxbow.c1067 xbow_perfcount_t perf_reg; in xbow_update_perf_counters() local
1076 perf_reg.xb_counter_val = *(xbowreg_t *) xbow_perf->xp_perf_reg; in xbow_update_perf_counters()
1078 link = perf_reg.xb_perf.link_select; in xbow_update_perf_counters()
1081 ((perf_reg.xb_perf.count - xbow_perf->xp_current) & XBOW_COUNTER_MASK); in xbow_update_perf_counters()
1082 xbow_perf->xp_current = perf_reg.xb_perf.count; in xbow_update_perf_counters()
1104 xbow_perfcount_t perf_reg; in xbow_enable_perf_counter() local
1141 perf_reg.xb_counter_val = *(xbowreg_t *) xbow_perf->xp_perf_reg; in xbow_enable_perf_counter()
1142 perf_reg.xb_perf.link_select = link; in xbow_enable_perf_counter()
1143 *(xbowreg_t *) xbow_perf->xp_perf_reg = perf_reg.xb_counter_val; in xbow_enable_perf_counter()
1144 xbow_perf->xp_current = perf_reg.xb_perf.count; in xbow_enable_perf_counter()