Searched refs:IPL_COUNT_OFFSET (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios.c176 #define IPL_COUNT_OFFSET 0x0080 /* u16: number of valid table entries */ macro
1998 write_word(IPL_SEG, IPL_COUNT_OFFSET, count);
2010 count = read_word(IPL_SEG, IPL_COUNT_OFFSET);
2045 count = read_word(IPL_SEG, IPL_COUNT_OFFSET);
10288 mov bx, IPL_COUNT_OFFSET ;; Read the number of entries so far
10302 mov IPL_COUNT_OFFSET, bx ;; Remember that.

Completed in 191 milliseconds