Verification run #1, ipi and no-ipi results
[urcu.git] / formal-model / results / urcu-controldataflow-ipi / DEFINES
diff --git a/formal-model/results/urcu-controldataflow-ipi/DEFINES b/formal-model/results/urcu-controldataflow-ipi/DEFINES
new file mode 100644 (file)
index 0000000..980fad6
--- /dev/null
@@ -0,0 +1,14 @@
+
+// Poison value for freed memory
+#define POISON 1
+// Memory with correct data
+#define WINE 0
+#define SLAB_SIZE 2
+
+#define read_poison    (data_read_first[0] == POISON || data_read_second[0] == POISON)
+
+#define RCU_GP_CTR_BIT (1 << 7)
+#define RCU_GP_CTR_NEST_MASK (RCU_GP_CTR_BIT - 1)
+
+//disabled
+#define REMOTE_BARRIERS
This page took 0.022811 seconds and 4 git commands to generate.