Go to the source code of this file.
Defines | |
#define | CS_ENTER_BARRIER() __asm__ volatile ("" ::: "memory") |
#define | CS_LEAVE_BARRIER() __asm__ volatile ("" ::: "memory") |
#define | memory_barrier() cpuid_serialization() |
#define | read_barrier() cpuid_serialization() |
#define | write_barrier() __asm__ volatile( "" ::: "memory"); |
Functions | |
static void | cpuid_serialization (void) |
Definition in file barrier.h.