| Policy number | Description |
| 0 | Stall load until all previous store addresses known (supported only with release consistency) |
| 1 | Issue load, but do not let other instructions use load value until |
| & all previous store addresses known (supported only with release consistency) | |
| 2 | Issue load and let other instructions use load value even when addresses of previous stores are unknown. |
| & If prior store later discovered to have conflicting address, | |
| & cause soft exception. This is the default. |