Searched refs:ATOMIC_TESTOP (Results 1 – 3 of 3) sorted by relevance
/kvm-unit-tests/lib/arm/ |
H A D | bitops.c | 55 ATOMIC_TESTOP("orr", mask, word, old); in test_and_set_bit() 74 ATOMIC_TESTOP("bic", mask, word, old); in test_and_clear_bit()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | bitops.h | 34 #define ATOMIC_TESTOP(insn, mask, word, old) \ macro
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | bitops.h | 33 #define ATOMIC_TESTOP(insn, mask, word, old) \ macro
|