Searched refs:section_size (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/soc/apple/ |
H A D | rtkit-crashlog.c | 189 u32 section_fourcc, section_size; in apple_rtkit_crashlog_dump() local 210 memcpy(§ion_size, bfr + offset + 12, 4); in apple_rtkit_crashlog_dump() 218 section_size); in apple_rtkit_crashlog_dump() 222 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump() 226 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump() 230 section_size); in apple_rtkit_crashlog_dump() 234 section_size); in apple_rtkit_crashlog_dump() 242 offset += section_size; in apple_rtkit_crashlog_dump()
|
/linux/lib/ |
H A D | alloc_tag.c | 385 static bool find_aligned_area(struct ma_state *mas, unsigned long section_size, in find_aligned_area() argument 392 if (!mas_empty_area(mas, 0, section_size - 1, prepend + size)) { in find_aligned_area() 398 if (!mas_empty_area(mas, 0, section_size - 1, in find_aligned_area() 468 unsigned long section_size = module_tags.end_addr - module_tags.start_addr; in reserve_module_tags() local 469 MA_STATE(mas, &mod_area_mt, 0, section_size - 1); in reserve_module_tags() 492 if (!find_aligned_area(&mas, section_size, size, prepend, align)) { in reserve_module_tags()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_fw.c | 496 u32 section_size; in panthor_fw_load_section_entry() local 578 section_size = hdr.va.end - hdr.va.start; in panthor_fw_load_section_entry() 579 if (section_size) { in panthor_fw_load_section_entry() 603 section_size, in panthor_fw_load_section_entry()
|