Tracerestrict: Add bit allocation diagram for TraceRestrictItem

pull/642/head
Jonathan G Rennison 4 months ago
parent 1408b12249
commit fa1c4f2be5

@ -92,6 +92,17 @@ typedef uint32_t TraceRestrictItem;
* to need future expansion, hence the reserved bits are placed
* immediately after them.
*
* This only applies to the first item of dual-item instructions.
*
* 0 1 2 3
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | Type | |Cond |Aux|Cond | Value |
* | | |Flags| | Op | |
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | | |
* Free Combined wider field (TRIFA_CMB_AUX_COND)
*
* COUNT values describe the field bit width
* OFFSET values describe the field bit offset
*/

Loading…
Cancel
Save