Lines Matching +full:low +full:-
11 * See the COPYING file in the top-level directory.
14 #include "boot-sector.h"
17 #define LOW(x) ((x) & 0xff) macro
47 [0x06] = LOW(SIGNATURE),
51 [0x09] = LOW(SIGNATURE_ADDR),
58 /* 7c0e: jmp 0x7c07=0x7c0f-3 */
60 [0x0e] = LOW(-3),
62 [SIGNATURE_OFFSET] = LOW(0xface),
74 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40 /* in the s390-ccw bios */
81 0xa7, 0x39, HIGH(SIGNATURE_ADDR), LOW(SIGNATURE_ADDR), /* lghi r3,0x7c10 */
82 0xa7, 0x48, LOW(SIGNATURE), HIGH(SIGNATURE), /* lhi r4,0xadde */
109 LOW(SIGNATURE), SIGNATURE_ADDR, in boot_sector_init()
143 /* Wait at most 600 seconds (test is slow with TCI and --enable-debug) */ in boot_sector_test()
162 qrsp = qtest_qmp(qts, "{ 'execute': 'query-status' }"); in boot_sector_test()