rl_hdr            104 arch/s390/boot/ipl_report.c 	struct ipl_rl_hdr *rl_hdr;
rl_hdr            126 arch/s390/boot/ipl_report.c 	rl_hdr = (struct ipl_rl_hdr *) tmp;
rl_hdr            130 arch/s390/boot/ipl_report.c 	rl_end = (void *) rl_hdr + rl_hdr->len;
rl_hdr            131 arch/s390/boot/ipl_report.c 	rb_hdr = (void *) rl_hdr + sizeof(*rl_hdr);
rl_hdr           1781 arch/s390/kernel/ipl.c 	struct ipl_rl_hdr *rl_hdr;
rl_hdr           1797 arch/s390/kernel/ipl.c 	rl_hdr = ptr;
rl_hdr           1798 arch/s390/kernel/ipl.c 	ptr += sizeof(*rl_hdr);
rl_hdr           1817 arch/s390/kernel/ipl.c 	rl_hdr->len = ptr - (void *)rl_hdr;