Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dimc-pmu.h77 __be64 tb1; member
/linux/lib/crypto/arm/
H A Dsha256-ce.S23 tb1 .req q9
H A Dsha1-ce-core.S24 tb1 .req q4
/linux/net/sched/
H A Dact_api.c2178 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() local
2182 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()
2183 if (tb1 == NULL) in find_dump_kind()
2186 if (nla_parse_deprecated(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), NLMSG_ALIGN(nla_len(tb1)), NULL, NULL) < 0) in find_dump_kind()
/linux/arch/powerpc/perf/
H A Dimc-pmu.c1282 if (be64_to_cpu(READ_ONCE(mem->tb1)) > *prev_tb) in trace_imc_prepare_sample()
1283 *prev_tb = be64_to_cpu(READ_ONCE(mem->tb1)); in trace_imc_prepare_sample()
1287 if ((be64_to_cpu(READ_ONCE(mem->tb1)) & IMC_TRACE_RECORD_TB1_MASK) != in trace_imc_prepare_sample()