Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dipl_report.c89 struct ipl_pl_hdr *pl_hdr; in read_ipl_report() local
110 pl_hdr = (struct ipl_pl_hdr *) tmp; in read_ipl_report()
111 tmp = (tmp + pl_hdr->len + 7) & -8UL; in read_ipl_report()
145 physmem_reserve(RR_IPLREPORT, (unsigned long)pl_hdr, in read_ipl_report()
146 (unsigned long)rl_end - (unsigned long)pl_hdr); in read_ipl_report()