Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dcompiler.h223 # define TSA(x) __attribute__((x)) macro
225 # define TSA(x) /* No TSA, make TSA attributes no-ops. */ macro
233 #define TSA_CAPABILITY(x) TSA(capability(x))
241 #define TSA_GUARDED_BY(x) TSA(guarded_by(x))
249 #define TSA_PT_GUARDED_BY(x) TSA(pt_guarded_by(x))
259 #define TSA_REQUIRES(...) TSA(requires_capability(__VA_ARGS__))
260 #define TSA_REQUIRES_SHARED(...) TSA(requires_shared_capability(__VA_ARGS__))
271 #define TSA_EXCLUDES(...) TSA(locks_excluded(__VA_ARGS__))
282 #define TSA_ACQUIRE(...) TSA(acquire_capability(__VA_ARGS__))
283 #define TSA_ACQUIRE_SHARED(...) TSA(acquire_shared_capability(__VA_ARGS__))
[all …]