HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 101 - 125 of 4531) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
mpspec_32.h 23 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
28 #define physid_set(physid, map) set_bit(physid, (map).mask)
29 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
30 #define physid_isset(physid, map) test_bit(physid, (map).mask)
31 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
33 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
34 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]