Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/arm/
H A Dbitops.c55 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 Dbitops.h34 #define ATOMIC_TESTOP(insn, mask, word, old) \ macro
/kvm-unit-tests/lib/arm64/asm/
H A Dbitops.h33 #define ATOMIC_TESTOP(insn, mask, word, old) \ macro