Searched refs:AREG (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | trace.h | 190 #define AREG(x) { APIC_##x, "APIC_" #x } macro 193 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \ 194 AREG(EOI), AREG(RRR), AREG(LDR), AREG(DF [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 246 #define AREG(x) { APIC_##x, "APIC_" #x } macro 249 AREG(ID), AREG(LVR), AREG(TASKPRI), AREG(ARBPRI), AREG(PROCPRI), \ 250 AREG(EOI), AREG(RRR), AREG(LDR), AREG(DF [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 164 #define AREG lp->iobase[1] macro 165 #define REGA(a) (*( AREG = (a), &DREG )) 429 /* From now on, AREG is kept to point to CSR0 */ in lance_open() 583 AREG = CSR0; in lance_start_xmit() 638 AREG = CSR0; in lance_start_xmit() 664 AREG = CSR0; in lance_interrupt() 868 AREG = CSR0; in lance_close() 922 /* Resume normal operation and reset AREG to CSR0 */ in set_multicast_list()
|
H A D | atarilance.c | 20 optimized register access (keep AREG pointing to CSR0) 235 #define AREG IO->addr macro 236 #define REGA(a) (*( AREG = (a), &DREG )) 656 /* From now on, AREG is kept to point to CSR0 */ in lance_open() 735 AREG = CSR0; in lance_tx_timeout() 867 AREG = CSR0; in lance_interrupt() 1052 AREG = CSR0; in lance_close() 1107 /* Resume normal operation and reset AREG to CSR0 */ in set_multicast_list()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 164 #define AREG lp->iobase[1] macro 165 #define REGA(a) (*( AREG = (a), &DREG )) 423 /* From now on, AREG is kept to point to CSR0 */ in lance_open() 577 AREG = CSR0; in lance_start_xmit() 632 AREG = CSR0; in lance_start_xmit() 658 AREG = CSR0; in lance_interrupt() 862 AREG = CSR0; in lance_close() 916 /* Resume normal operation and reset AREG to CSR0 */ in set_multicast_list()
|
H A D | atarilance.c | 20 optimized register access (keep AREG pointing to CSR0) 235 #define AREG IO->addr macro 236 #define REGA(a) (*( AREG = (a), &DREG )) 655 /* From now on, AREG is kept to point to CSR0 */ in lance_open() 734 AREG = CSR0; in lance_tx_timeout() 866 AREG = CSR0; in lance_interrupt() 1051 AREG = CSR0; in lance_close() 1106 /* Resume normal operation and reset AREG to CSR0 */ in set_multicast_list()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 152 #define AREG %rax define 165 #define AREG %eax define 167 #define OUTP AREG 1935 xor AREG, AREG
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 148 #define AREG %rax define 161 #define AREG %eax define 163 #define OUTP AREG 1929 xor AREG, AREG
|
Completed in 11 milliseconds