Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soc/apple/
H A Drtkit-crashlog.c189 u32 section_fourcc, section_size; in apple_rtkit_crashlog_dump() local
210 memcpy(&section_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 Dalloc_tag.c385 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 Dpanthor_fw.c496 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()