BarrierOperation Type
Represents an optional limitation on the barrier operation in ARM64 system instructions.
Union cases
| Union case |
Description
|
Full Usage:
ISH
|
Inner shareable, reads/writes before and after |
Full Usage:
ISHLD
|
Inner shareable, reads before; reads/writes after |
Full Usage:
ISHST
|
Inner shareable, writes only before and after |
Full Usage:
LD
|
Full system, reads before; reads/writes after |
Full Usage:
NSH
|
Non-shareable, reads/writes before and after |
Full Usage:
NSHLD
|
Non-shareable, reads before; reads/writes after |
Full Usage:
NSHST
|
Non-shareable, writes only before and after |
Full Usage:
OSH
|
Outer shareable, reads/writes before and after |
Full Usage:
OSHLD
|
Outer shareable, reads before; reads/writes after |
Full Usage:
OSHST
|
Outer shareable, writes only before and after |
Full Usage:
ST
|
Full system, writes only before and after |
Full Usage:
SY
|
Full system, reads/writes before and after |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsISH
Returns: bool
|
|
Full Usage:
this.IsISHLD
Returns: bool
|
|
Full Usage:
this.IsISHST
Returns: bool
|
|
Full Usage:
this.IsLD
Returns: bool
|
|
Full Usage:
this.IsNSH
Returns: bool
|
|
Full Usage:
this.IsNSHLD
Returns: bool
|
|
Full Usage:
this.IsNSHST
Returns: bool
|
|
Full Usage:
this.IsOSH
Returns: bool
|
|
Full Usage:
this.IsOSHLD
Returns: bool
|
|
Full Usage:
this.IsOSHST
Returns: bool
|
|
Full Usage:
this.IsST
Returns: bool
|
|
Full Usage:
this.IsSY
Returns: bool
|
|
B2R2