Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/boot/
Dipl_report.c105 struct ipl_rb_hdr *rb_hdr; in read_ipl_report() local
131 rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr); in read_ipl_report()
132 while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end && in read_ipl_report()
133 (void *) rb_hdr + rb_hdr->len <= rl_end) { in read_ipl_report()
135 switch (rb_hdr->rbt) { in read_ipl_report()
137 certs = (struct ipl_rb_certificates *) rb_hdr; in read_ipl_report()
140 comps = (struct ipl_rb_components *) rb_hdr; in read_ipl_report()
146 rb_hdr = (void *) rb_hdr + rb_hdr->len; in read_ipl_report()