Lines Matching defs:__packed
42 typedef struct __packed { struct
55 typedef struct __packed { argument
61 typedef struct __packed { argument
69 typedef struct __packed { argument
81 typedef struct __packed { argument
83 uuid_t uuid; /* {663C8DFF-E8B3-4b82-AABF-19EA4D057A08} */
84 uint32_t version; /* Version number; currently supports 0.6 */
85 uint32_t log_addr; /* physical addr of tb_log_t log */
86 uint32_t shutdown_entry; /* entry point for tboot shutdown */
87 uint32_t shutdown_type; /* type of shutdown (TB_SHUTDOWN_*) */
89 acpi_sinfo; /* where kernel put acpi sleep info in Sx */
90 uint32_t tboot_base; /* starting addr for tboot */
91 uint32_t tboot_size; /* size of tboot */
92 uint8_t num_mac_regions; /* number mem regions to MAC on S3 */
94 tboot_mac_region_t mac_regions[MAX_TB_MAC_REGIONS];
97 uint8_t s3_key[TB_KEY_SIZE];
99 uint8_t reserved_align[3]; /* used to 4byte-align num_in_wfs */
100 uint32_t num_in_wfs; /* number of processors in wait-for-SIPI */
102 uint32_t flags;
103 uint64_t ap_wake_addr; /* phys addr of kernel/VMM SIPI vector */
104 uint32_t ap_wake_trigger; /* kernel/VMM writes APIC ID to wake AP */