Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dfind-bit-bench.c41 static bool asm_test_bit(long nr, const unsigned long *addr) in asm_test_bit() function
52 #define asm_test_bit test_bit macro
96 if (asm_test_bit(bit, to_test)) in do_for_each_set_bit()