Home
last modified time | relevance | path

Searched defs:chs (Results 1 – 5 of 5) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Dbootmap.h43 EckdCHS chs; /* cylinder/head/sector is an address of the block */ member
56 LdEckdCHS chs; /* cylinder/head/sector is an address of the block */ member
284 EckdCHS chs; member
H A Dbootmap.c123 static block_number_t eckd_block_num(EckdCHS *chs) in eckd_block_num()
/qemu/tests/qtest/
H A Dhd-geo-test.c522 CHS chs; member
/qemu/target/arm/tcg/
H A Dhelper-a64.c234 DO_RECPS(recpsf_f16, uint32_t, float16, chs) in DO_RECPS() argument
/qemu/block/
H A Dvvfat.c345 static int sector2CHS(mbr_chs_t *chs, int spos, int cyls, int heads, int secs) in sector2CHS()