Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_msan.c1188 #define MSAN_ATOMIC_FUNC_CMPSET(name, type) \ macro
1306 MSAN_ATOMIC_FUNC_CMPSET(8, uint8_t);
1307 MSAN_ATOMIC_FUNC_CMPSET(16, uint16_t);
1308 MSAN_ATOMIC_FUNC_CMPSET(32, uint32_t);
1309 MSAN_ATOMIC_FUNC_CMPSET(64, uint64_t);
1310 MSAN_ATOMIC_FUNC_CMPSET(int, u_int);
1311 MSAN_ATOMIC_FUNC_CMPSET(long, u_long);
1312 MSAN_ATOMIC_FUNC_CMPSET(ptr, uintptr_t);