#include <xed-flags.h>
Data Fields | |
| xed_flag_action_t | fa [XED_MAX_FLAG_ACTIONS] |
| indexed from 0, not by position in archtectural flags array. | |
| xed_bool_t | may_write:1 |
| xed_bool_t | must_write:1 |
| xed_uint8_t | nflags |
| xed_flag_set_t | read |
| union of read flags | |
| xed_flag_set_t | undefined |
| union of undefined flags; | |
| xed_flag_set_t | written |
| union of written flags (includes undefined flags); | |
Definition at line 148 of file xed-flags.h.
|
|
indexed from 0, not by position in archtectural flags array.
Definition at line 156 of file xed-flags.h. |
|
|
Definition at line 152 of file xed-flags.h. |
|
|
Definition at line 153 of file xed-flags.h. |
|
|
Definition at line 150 of file xed-flags.h. |
|
|
union of read flags
Definition at line 159 of file xed-flags.h. |
|
|
union of undefined flags;
Definition at line 165 of file xed-flags.h. |
|
|
union of written flags (includes undefined flags);
Definition at line 162 of file xed-flags.h. |
1.4.6