/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 82 int exopc; member 107 unsigned char exopc: 8; /* extended opcode */ member 188 /* Extended opcodes values (exopc field) */ 313 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument 325 (exopc << GRU_CB_EXOPC_SHFT); in __opdword() 512 static inline void gru_gamir(void *cb, int exopc, unsigned long src, in gru_gamir() argument 518 gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0, in gru_gamir() 522 static inline void gru_gamirr(void *cb, int exopc, unsigned long src, in gru_gamirr() argument 528 gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0, in gru_gamirr() 532 static inline void gru_gamer(void *cb, int exopc, unsigne argument 546 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamerr() argument [all...] |
H A D | grufault.c | 716 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail() 730 "cb 0x%lx, op %d, exopc %d, cbrstate %d, cbrexecstatus 0x%x, ecause 0x%x, " in gru_get_exception_detail() 732 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()
|
H A D | grukservices.c | 417 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail() 434 "GRU:%d exception: cb %p, opc %d, exopc %d, ecause 0x%x," in gru_get_cb_exception_detail_str() 436 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 82 int exopc; member 107 unsigned char exopc: 8; /* extended opcode */ member 188 /* Extended opcodes values (exopc field) */ 313 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument 325 (exopc << GRU_CB_EXOPC_SHFT); in __opdword() 512 static inline void gru_gamir(void *cb, int exopc, unsigned long src, in gru_gamir() argument 518 gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0, in gru_gamir() 522 static inline void gru_gamirr(void *cb, int exopc, unsigned long src, in gru_gamirr() argument 528 gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0, in gru_gamirr() 532 static inline void gru_gamer(void *cb, int exopc, unsigne argument 546 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamerr() argument [all...] |
H A D | grufault.c | 716 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail() 730 "cb 0x%lx, op %d, exopc %d, cbrstate %d, cbrexecstatus 0x%x, ecause 0x%x, " in gru_get_exception_detail() 732 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()
|
H A D | grukservices.c | 417 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail() 434 "GRU:%d exception: cb %p, opc %d, exopc %d, ecause 0x%x," in gru_get_cb_exception_detail_str() 436 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
|