Lines Matching full:segments
43 * Add device memory to the list of segments to be included in a coredump for
73 * Add device memory to the list of segments to be included in the coredump
135 struct list_head *segments, in rproc_coredump_find_segment() argument
140 list_for_each_entry(segment, segments, node) { in rproc_coredump_find_segment()
227 * This function will generate an ELF header for the registered segments
229 * coredump configuration this function will directly copy the segments
230 * from device memory to userspace or copy segments from device memory to
260 * For default configuration buffer includes headers & segments. in rproc_coredump()
261 * For inline dump buffer just includes headers as segments are in rproc_coredump()
338 * segments and create a devcoredump device associated with rproc. Based on
339 * the coredump configuration this function will directly copy the segments
340 * from device memory to userspace or copy segments from device memory to
445 /* No need to copy segments for inline dumps */ in rproc_coredump_using_sections()