Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dbootmap.c31 static uint8_t sec[MAX_SECTOR_SIZE*4] __attribute__((__aligned__(PAGE_SIZE)));
59 static uint8_t _s2[MAX_SECTOR_SIZE * 3] __attribute__((__aligned__(PAGE_SIZE)));
61 static void *s2_cur_blk = _s2 + MAX_SECTOR_SIZE;
62 static void *s2_next_blk = _s2 + MAX_SECTOR_SIZE * 2;
439 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in eckd_find_bmt()
528 const int max_entries = (MAX_SECTOR_SIZE / sizeof(ScsiBlockPtr)); in zipl_load_segment()
584 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in zipl_run()
609 IPL_assert((uint8_t *)(&entry[1]) <= (tmp_sec + MAX_SECTOR_SIZE), in zipl_run()
H A Ds390-ccw.h145 #define MAX_SECTOR_SIZE 4096 macro