Home
last modified time | relevance | path

Searched refs:SET_FLAG (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/pc98/cbus/
HDsio_cbus.c92 SET_FLAG(dev, SET_IFTYPE(COM_IF_RSA98III));
105 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
HDsio.c1156 SET_FLAG(dev, COM_C_IIR_TXRDYBUG);
/trueos/sys/contrib/x86emu/
HDx86emu.c1383 SET_FLAG(F_CF); in common_imul_long_IMM()
1384 SET_FLAG(F_OF); in common_imul_long_IMM()
1416 SET_FLAG(F_CF); in common_imul_word_IMM()
1417 SET_FLAG(F_OF); in common_imul_word_IMM()
3884 SET_FLAG(F_CF); in x86emuOp_cmc()
4996 SET_FLAG(F_CF); in x86emu_exec_one_byte()
5002 SET_FLAG(F_IF); in x86emu_exec_one_byte()
5008 SET_FLAG(F_DF); in x86emu_exec_one_byte()
5388 SET_FLAG(F_CF); in x86emuOp2_32_imul_R_RM()
5389 SET_FLAG(F_OF); in x86emuOp2_32_imul_R_RM()
[all …]
HDx86emu_regs.h118 #define SET_FLAG(flag) (emu->x86.R_FLG |= (flag)) macro
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/trueos/sys/dev/sio/
HDsio_pccard.c91 SET_FLAG(dev, SET_IFTYPE(COM_IF_MODEM_CARD)); in sio_pccard_attach()
HDsiovar.h58 #define SET_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) | (bit)) macro
HDsio_puc.c93 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550)); in sio_puc_probe()
HDsio_pci.c122 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
HDsio.c379 #define SET_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) | (bit)) macro
687 SET_FLAG(dev, COM_C_IIR_TXRDYBUG);
/trueos/sys/dev/bxe/
HDbxe.h197 #define SET_FLAG(value, mask, flag) \ macro
HDbxe.c5661 SET_FLAG(tx_start_bd->general_data, in bxe_tx_encap()
5723 SET_FLAG(pbd_e2_parsing_data, ETH_TX_PARSE_BD_E2_ETH_ADDR_TYPE, in bxe_tx_encap()
5735 SET_FLAG(global_data, in bxe_tx_encap()
10208 SET_FLAG(fp->tx_db.data.header.header, DOORBELL_HDR_DB_TYPE, 1); in bxe_init_tx_ring_one()