Searched refs:bitop (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/arm64/lib/ |
| D | bitops.S | 28 .macro bitop, name, llsc, lse macro 70 bitop change_bit, eor, steor 71 bitop clear_bit, bic, stclr 72 bitop set_bit, orr, stset
|
| /linux-4.4.14/arch/arm/lib/ |
| D | setbit.S | 15 bitop _set_bit, orr label
|
| D | clearbit.S | 15 bitop _clear_bit, bic label
|
| D | changebit.S | 15 bitop _change_bit, eor label
|
| D | bitops.h | 5 .macro bitop, name, instr 60 .macro bitop, name, instr
|
| /linux-4.4.14/Documentation/ |
| D | memory-barriers.txt | 1687 These are also used for atomic bitop functions that do not return a
|