Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/boot/
Dipl_report.c104 struct ipl_rl_hdr *rl_hdr; in read_ipl_report() local
126 rl_hdr = (struct ipl_rl_hdr *) tmp; in read_ipl_report()
130 rl_end = (void *) rl_hdr + rl_hdr->len; in read_ipl_report()
131 rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr); in read_ipl_report()
/linux-6.1.9/arch/s390/kernel/
Dipl.c2159 struct ipl_rl_hdr *rl_hdr; in ipl_report_finish() local
2175 rl_hdr = ptr; in ipl_report_finish()
2176 ptr += sizeof(*rl_hdr); in ipl_report_finish()
2195 rl_hdr->len = ptr - (void *)rl_hdr; in ipl_report_finish()