Home
last modified time | relevance | path

Searched refs:FLAGS (Results 1 – 8 of 8) sorted by relevance

/xen/tools/firmware/vgabios/
A Dvgabios.h30 #define SET_CF() FLAGS |= 0x0001
31 #define CLEAR_CF() FLAGS &= 0xfffe
32 #define GET_CF() (FLAGS & 0x0001)
34 #define SET_ZF() FLAGS |= 0x0040
35 #define CLEAR_ZF() FLAGS &= 0xffbf
36 #define GET_ZF() (FLAGS & 0x0040)
A Dclext.c1710 static void cirrus_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
1711 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
A Dvgabios.c582 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_debugmsg() argument
583 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_debugmsg()
595 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_func() argument
596 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_func()
/xen/tools/firmware/rombios/
A Dtcgbios.c59 int1a_function32(regs, ES, DS, FLAGS) in int1a_function32() argument
61 Bit16u ES, DS, FLAGS;
89 ((Bit32u)get_SS() << 4) + (Bit32u)&FLAGS);
100 BX_DEBUG_INT1A("int1a_32: FLAGS=%04x\n", FLAGS);
A Drombios.c1037 #define SET_CF() FLAGS |= 0x0001
1038 #define CLEAR_CF() FLAGS &= 0xfffe
1039 #define GET_CF() (FLAGS & 0x0001)
1041 #define SET_ZF() FLAGS |= 0x0040
1042 #define CLEAR_ZF() FLAGS &= 0xffbf
1043 #define GET_ZF() (FLAGS & 0x0040)
3934 int15_function(regs, ES, DS, FLAGS)
3936 Bit16u ES, DS, FLAGS;
4248 Bit16u ES, DS, FLAGS;
4586 int15_function32(regs, ES, DS, FLAGS)
[all …]
/xen/tools/firmware/rombios/32bit/
A Drombios_compat.h25 #define SET_CF() *FLAGS |= 0x0001
26 #define CLEAR_CF() *FLAGS &= 0xfffe
27 #define GET_CF() (*FLAGS & 0x0001)
29 #define SET_ZF() *FLAGS |= 0x0040
30 #define CLEAR_ZF() *FLAGS &= 0xffbf
/xen/xen/scripts/
A DKbuild.include30 # Usage: cflags-y += $(call as-insn,CC FLAGS,"insn",option-yes,option-no)
/xen/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.c1419 uint16_t *FLAGS = (uint16_t *)flags_ptr; in TCGInterruptHandler() local

Completed in 25 milliseconds