#include <xed-flags.h>
Data Fields | |
xed_uint32_t | flat |
struct { | |
xed_uint32_t _if:1 | |
underscore to avoid token clash | |
xed_uint32_t ac:1 | |
xed_uint32_t af:1 | |
bit 4 | |
xed_uint32_t cf:1 | |
bit 0 | |
xed_uint32_t df:1 | |
xed_uint32_t fc0:1 | |
x87 flag FC0 (not really part of rflags) | |
xed_uint32_t fc1:1 | |
x87 flag FC1 (not really part of rflags) | |
xed_uint32_t fc2:1 | |
x87 flag FC2 (not really part of rflags) | |
xed_uint32_t fc3:1 | |
x87 flag FC3 (not really part of rflags) | |
xed_uint32_t id:1 | |
bit 21 | |
xed_uint32_t iopl:2 | |
A 2-bit field, bits 12-13. | |
xed_uint32_t must_be_0a:1 | |
xed_uint32_t must_be_0b:1 | |
xed_uint32_t must_be_0c:1 | |
xed_uint32_t must_be_0d:2 | |
bits 22-23 | |
xed_uint32_t must_be_0e:4 | |
bits 24-27 | |
xed_uint32_t must_be_1:1 | |
xed_uint32_t nt:1 | |
xed_uint32_t of:1 | |
xed_uint32_t pf:1 | |
xed_uint32_t rf:1 | |
bit 16 | |
xed_uint32_t sf:1 | |
xed_uint32_t tf:1 | |
bit 8 | |
xed_uint32_t vif:1 | |
xed_uint32_t vip:1 | |
bit 20 | |
xed_uint32_t vm:1 | |
xed_uint32_t zf:1 | |
} | s |
Definition at line 47 of file xed-flags.h.
xed_uint32_t _if |
xed_uint32_t ac |
Definition at line 71 of file xed-flags.h.
xed_uint32_t af |
xed_uint32_t cf |
xed_uint32_t df |
Definition at line 62 of file xed-flags.h.
xed_uint32_t fc0 |
xed_uint32_t fc1 |
xed_uint32_t fc2 |
xed_uint32_t fc3 |
xed_uint32_t flat |
Definition at line 48 of file xed-flags.h.
xed_uint32_t id |
xed_uint32_t iopl |
xed_uint32_t must_be_0a |
Definition at line 53 of file xed-flags.h.
xed_uint32_t must_be_0b |
Definition at line 56 of file xed-flags.h.
xed_uint32_t must_be_0c |
Definition at line 67 of file xed-flags.h.
xed_uint32_t must_be_0d |
xed_uint32_t must_be_0e |
xed_uint32_t must_be_1 |
Definition at line 51 of file xed-flags.h.
xed_uint32_t nt |
Definition at line 66 of file xed-flags.h.
xed_uint32_t of |
Definition at line 63 of file xed-flags.h.
xed_uint32_t pf |
Definition at line 52 of file xed-flags.h.
xed_uint32_t rf |
struct { ... } s |
xed_uint32_t sf |
Definition at line 58 of file xed-flags.h.
xed_uint32_t tf |
xed_uint32_t vif |
Definition at line 72 of file xed-flags.h.
xed_uint32_t vip |
xed_uint32_t vm |
Definition at line 70 of file xed-flags.h.
xed_uint32_t zf |
Definition at line 57 of file xed-flags.h.