Home
last modified time | relevance | path

Searched refs:cs_end (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Drseq_entry.h124 u64 start_ip, abort_ip, offset, cs_end, head, tasksize = TASK_SIZE; in rseq_debug_update_user_cs() local
142 cs_end = start_ip + offset; in rseq_debug_update_user_cs()
144 if (unlikely(cs_end >= tasksize || cs_end < start_ip)) in rseq_debug_update_user_cs()
148 if (ip >= cs_end) in rseq_debug_update_user_cs()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c213 phys_addr_t cs_end = cs_start + lpbfifo.cs_ranges[i].size; in mpc512x_lpbfifo_kick() local
217 if (access_start >= cs_start && access_end <= cs_end) { in mpc512x_lpbfifo_kick()