Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c32 static uint8_t sec[MAX_SECTOR_SIZE*4] __attribute__((__aligned__(PAGE_SIZE)));
60 static uint8_t _s2[MAX_SECTOR_SIZE * 3] __attribute__((__aligned__(PAGE_SIZE)));
62 static void *s2_cur_blk = _s2 + MAX_SECTOR_SIZE;
63 static void *s2_next_blk = _s2 + MAX_SECTOR_SIZE * 2;
507 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in eckd_find_bmt()
619 const int max_entries = (MAX_SECTOR_SIZE / sizeof(ScsiBlockPtr)); in zipl_load_segment()
683 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in zipl_run()
719 if ((uint8_t *)(&entry[1]) > (tmp_sec + MAX_SECTOR_SIZE)) { in zipl_run()
H A Ds390-ccw.h141 #define MAX_SECTOR_SIZE 4096 macro