Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dipl_report.c92 void *rl_end; in read_ipl_report() local
115 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()
117 while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end && in read_ipl_report()
118 (void *) rb_hdr + rb_hdr->len <= rl_end) { in read_ipl_report()
145 (unsigned long)rl_end - (unsigned long)pl_hdr); in read_ipl_report()
/linux/tools/bpf/
H A Dbpf_dbg.c1310 if (rl_end) in intr_shell()