blob: 0449026839e640b31d4db8b329b73b20b8adbc9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Shared RTM header. */
#ifndef _HLE_H
#define _HLE_H 1
#include <x86intrin.h>
#define _ABORT_LOCK_BUSY 0xff
#define _ABORT_LOCK_IS_LOCKED 0xfe
#define _ABORT_NESTED_TRYLOCK 0xfd
#endif
|