On 17/10/18 12:11, Alexandru Stefan ISAILA wrote:
>
>>> +    uint16_t sel;
>>> +    union
>>> +    {
>>> +        uint64_t bytes;
>>> +        struct
>>> +        {
>>> +            uint64_t base   :    32;
>> Better known as... ?
> Sorry I don't follow here

An aligned 32-bit bitfield of a uin64_t is more commonly known as uint32_t.

:)

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to