Lines Matching defs:origin
153 * Overwrite the origin only if the corresponding
162 * origin value.
174 * dst_slots == src_slots + 1), there is an extra origin slot at the
176 * origin from the previous slot.
182 * these two origins are copied to three origin slots, so one of then
186 * src origin: |o111|o222|....|
190 * dst origin: |....|o111|o222| - fill the empty slot with o111
193 * dst origin: |o111|o222|....| - fill the empty slot with o222
262 u32 origin, bool checked)
274 * and origin pages are NULL, or all are non-NULL.
295 origin_start[i] = origin;
317 depot_stack_handle_t *origin = NULL;
365 origin = kmsan_get_metadata((void *)(addr64 + pos + i),
367 KMSAN_WARN_ON(!origin);
368 new_origin = *origin;
370 * Encountered new origin - report the previous
444 pr_err("page[0].origin: %px, page[1].origin: %px\n", cur_origin,