Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dipl.h148 if (ipib_pv->pv_header_len > 2 * TARGET_PAGE_SIZE) { in ipl_valid_pv_header()
154 ipib_pv->pv_header_len, in ipl_valid_pv_header()
H A Dipl.c694 void *hdr = g_malloc(ipib_pv->pv_header_len); in s390_ipl_prepare_pv_header()
698 ipib_pv->pv_header_len); in s390_ipl_prepare_pv_header()
699 rc = s390_pv_set_sec_parms((uintptr_t)hdr, ipib_pv->pv_header_len, errp); in s390_ipl_prepare_pv_header()
/openbmc/qemu/include/hw/s390x/ipl/
H A Dqipl.h55 uint64_t pv_header_len; /* 0x80 */ member