Home
last modified time | relevance | path

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

/linux/mm/kmsan/
H A Dinit.c32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local
51 cend = start_end_pairs[i].end; in kmsan_record_future_shadow_range()
52 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range()
53 (cstart > nend && cend > nend)) in kmsan_record_future_shadow_range()
57 start_end_pairs[i].end = max(nend, cend); in kmsan_record_future_shadow_range()
/linux/drivers/hwtracing/stm/
H A Dpolicy.c52 unsigned int *cstart, unsigned int *cend) in stp_policy_node_get_ranges() argument
57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()
/linux/arch/arm/boot/compressed/
H A Dhead.S94 .macro dbgkc, begin, end, cbegin, cend argument
113 kphex \cend, 8 /* End of kernel copy */