Searched refs:exopc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgru_instructions.h81 int exopc; member in struct:control_block_extended_exc_detail
106 unsigned char exopc: 8; /* extended opcode */ member in struct:gru_instruction_bits
187 /* Extended opcodes values (exopc field) */
312 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, argument
324 (exopc << GRU_CB_EXOPC_SHFT);
511 static inline void gru_gamir(void *cb, int exopc, unsigned long src, argument
517 gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0,
521 static inline void gru_gamirr(void *cb, int exopc, unsigned long src, argument
527 gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0,
531 static inline void gru_gamer(void *cb, int exopc, unsigne argument
545 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) argument
[all...]
H A Dgrufault.c719 excdet.exopc = cbe->exopccpy;
733 "cb 0x%lx, op %d, exopc %d, cbrstate %d, cbrexecstatus 0x%x, ecause 0x%x, "
735 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus,
H A Dgrukservices.c423 excdet->exopc = cbe->exopccpy;
440 "GRU:%d exception: cb %p, opc %d, exopc %d, ecause 0x%x,"
442 gen, excdet.opc, excdet.exopc, excdet.ecause,

Completed in 32 milliseconds