Lines Matching refs:offsetof

55 CASSERT(offsetof(struct memory_bank, base) == 0UL,
57 CASSERT(offsetof(struct memory_bank, size) == 8UL,
67 CASSERT(offsetof(struct memory_info, num_banks) == 0UL,
69 CASSERT(offsetof(struct memory_info, banks) == 8UL,
71 CASSERT(offsetof(struct memory_info, checksum) == 16UL,
84 CASSERT(offsetof(struct console_info, base) == 0UL,
86 CASSERT(offsetof(struct console_info, map_pages) == 8UL,
88 CASSERT(offsetof(struct console_info, name) == 16UL,
90 CASSERT(offsetof(struct console_info, clk_in_hz) == 24UL,
92 CASSERT(offsetof(struct console_info, baud_rate) == 32UL,
94 CASSERT(offsetof(struct console_info, flags) == 40UL,
103 CASSERT(offsetof(struct console_list, num_consoles) == 0UL,
105 CASSERT(offsetof(struct console_list, consoles) == 8UL,
107 CASSERT(offsetof(struct console_list, checksum) == 16UL,
116 CASSERT(offsetof(struct smmu_info, smmu_base) == 0UL,
118 CASSERT(offsetof(struct smmu_info, smmu_r_base) == 8UL,
128 CASSERT(offsetof(struct smmu_list, num_smmus) == 0UL,
130 CASSERT(offsetof(struct smmu_list, smmus) == 8UL,
132 CASSERT(offsetof(struct smmu_list, checksum) == 16UL,
144 CASSERT(offsetof(struct bdf_mapping_info, mapping_base) == 0UL,
146 CASSERT(offsetof(struct bdf_mapping_info, mapping_top) == 2UL,
148 CASSERT(offsetof(struct bdf_mapping_info, mapping_off) == 4UL,
150 CASSERT(offsetof(struct bdf_mapping_info, smmu_idx) == 6UL,
161 CASSERT(offsetof(struct root_port_info, root_port_id) == 0UL,
163 CASSERT(offsetof(struct root_port_info, num_bdf_mappings) == 4UL,
165 CASSERT(offsetof(struct root_port_info, bdf_mappings) == 8UL,
177 CASSERT(offsetof(struct root_complex_info, ecam_base) == 0UL,
179 CASSERT(offsetof(struct root_complex_info, segment) == 8UL,
181 CASSERT(offsetof(struct root_complex_info, num_root_ports) == 12UL,
183 CASSERT(offsetof(struct root_complex_info, root_ports) == 16UL,
195 CASSERT(offsetof(struct root_complex_list, num_root_complex) == 0UL,
197 CASSERT(offsetof(struct root_complex_list, rc_info_version) == 8UL,
199 CASSERT(offsetof(struct root_complex_list, root_complex) == 16UL,
201 CASSERT(offsetof(struct root_complex_list, checksum) == 24UL,
222 CASSERT(offsetof(struct rmm_manifest, version) == 0UL,
224 CASSERT(offsetof(struct rmm_manifest, plat_data) == 8UL,
226 CASSERT(offsetof(struct rmm_manifest, plat_dram) == 16UL,
228 CASSERT(offsetof(struct rmm_manifest, plat_console) == 40UL,
230 CASSERT(offsetof(struct rmm_manifest, plat_ncoh_region) == 64UL,
232 CASSERT(offsetof(struct rmm_manifest, plat_coh_region) == 88UL,
234 CASSERT(offsetof(struct rmm_manifest, plat_smmu) == 112UL,
236 CASSERT(offsetof(struct rmm_manifest, plat_root_complex) == 136UL,