Searched refs:build_bitmap_testandclear (Results 1 – 1 of 1) sorted by relevance
| /hypervisor/include/arch/x86/asm/lib/ |
| A D | bits.h | 276 #define build_bitmap_testandclear(name, op_len, op_type, lock) \ macro 288 build_bitmap_testandclear(bitmap_test_and_clear_nolock, "q", uint64_t, "") 289 build_bitmap_testandclear(bitmap_test_and_clear_lock, "q", uint64_t, BUS_LOCK) 290 build_bitmap_testandclear(bitmap32_test_and_clear_nolock, "l", uint32_t, "") 291 build_bitmap_testandclear(bitmap32_test_and_clear_lock, "l", uint32_t, BUS_LOCK)
|
Completed in 2 milliseconds