Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.h390 uint32_t blks_to_load) in read_iso_boot_image() argument
392 if (virtio_read_many(block_offset, load_addr, blks_to_load)) { in read_iso_boot_image()
H A Dbootmap.c919 uint32_t blks_to_load = bswap16(s.sector_count) >> ET_SECTOR_SHIFT; in load_iso_bc_entry() local
924 blks_to_load = (real_size + ISO_SECTOR_SIZE - 1) / ISO_SECTOR_SIZE; in load_iso_bc_entry()
935 blks_to_load)) { in load_iso_bc_entry()