Searched refs:CONTROL_REG (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/aha/ |
| D | ahareg.h | 52 #define CONTROL_REG 0x00 macro
|
| D | aha.c | 1098 aha_outb(aha, CONTROL_REG, RESET_INTR); in aha_intr_locked() 1311 aha_outb(aha, CONTROL_REG, reset_type); in ahareset()
|
| /freebsd-12-stable/sys/dev/buslogic/ |
| D | btreg.h | 63 #define CONTROL_REG 0x00 macro
|
| D | bt.c | 1506 bt_outb(bt, CONTROL_REG, RESET_INTR); in bt_intr_locked() 1767 bt_outb(bt, CONTROL_REG, reset_type); in btreset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrSystem.td | 145 def MOV32rc : I<0x20, MRMDestReg, (outs GR32:$dst), (ins CONTROL_REG:$src), 148 def MOV64rc : I<0x20, MRMDestReg, (outs GR64:$dst), (ins CONTROL_REG:$src), 152 def MOV32cr : I<0x22, MRMSrcReg, (outs CONTROL_REG:$dst), (ins GR32:$src), 155 def MOV64cr : I<0x22, MRMSrcReg, (outs CONTROL_REG:$dst), (ins GR64:$src),
|
| D | X86RegisterInfo.td | 448 def CONTROL_REG : RegisterClass<"X86", [i64], 64, (sequence "CR%u", 0, 15)>;
|