05.02.2013 Views

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Operation<br />

Instruction Details<br />

OSH Outer Shareable is the required shareability domain, reads <strong>and</strong> writes are the<br />

required access types. Encoded as option == '0011'.<br />

OSHST Outer Shareable is the required shareability domain, writes are the required<br />

access type. Encoded as option == '0010'.<br />

All other encodings of option are reserved. It is IMPLEMENTATION DEFINED whether options<br />

other than SY are implemented. All unsupported <strong>and</strong> reserved options must execute as a full<br />

system DSB operation, but software must not must rely on this operation.<br />

Note<br />

The following alternative values are supported, but <strong>ARM</strong> recommends that you do not<br />

use these alternative values:<br />

SH as an alias for ISH<br />

SHST as an alias for ISHST<br />

UN as an alias for NSH<br />

UNST is an alias for NSHST.<br />

if ConditionPassed() then<br />

EncodingSpecificOperations();<br />

case option of<br />

when ‘0010’ domain = MBReqDomain_OuterShareable; types = MBReqTypes_Writes;<br />

when ‘0010’ domain = MBReqDomain_OuterShareable; types = MBReqTypes_All;<br />

when ‘0110’ domain = MBReqDomain_Nonshareable; types = MBReqTypes_Writes;<br />

when ‘0111’ domain = MBReqDomain_Nonshareable; types = MBReqTypes_All;<br />

when ‘1010’ domain = MBReqDomain_InnerShareable; types = MBReqTypes_Writes;<br />

when ‘1011’ domain = MBReqDomain_InnerShareable; types = MBReqTypes_All;<br />

when ‘1110’ domain = MBReqDomain_FullSystem; types = MBReqTypes_Writes;<br />

otherwise domain = MBReqDomain_FullSystem; types = MBReqTypes_All;<br />

DataSynchronizationBarrier(domain, types);<br />

Exceptions<br />

None.<br />

<strong>ARM</strong> DDI 0406B Copyright © 1996-1998, 2000, 2004-2008 <strong>ARM</strong> Limited. All rights reserved. A8-93

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!