rb_hdr            105 arch/s390/boot/ipl_report.c 	struct ipl_rb_hdr *rb_hdr;
rb_hdr            131 arch/s390/boot/ipl_report.c 	rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr);
rb_hdr            132 arch/s390/boot/ipl_report.c 	while ((void *) rb_hdr + sizeof(*rb_hdr) < rl_end &&
rb_hdr            133 arch/s390/boot/ipl_report.c 	       (void *) rb_hdr + rb_hdr->len <= rl_end) {
rb_hdr            135 arch/s390/boot/ipl_report.c 		switch (rb_hdr->rbt) {
rb_hdr            137 arch/s390/boot/ipl_report.c 			certs = (struct ipl_rb_certificates *) rb_hdr;
rb_hdr            140 arch/s390/boot/ipl_report.c 			comps = (struct ipl_rb_components *) rb_hdr;
rb_hdr            146 arch/s390/boot/ipl_report.c 		rb_hdr = (void *) rb_hdr + rb_hdr->len;