Searched refs:exopc (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 82 int exopc; member 107 unsigned char exopc: 8; /* extended opcode */ member 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, unsigned long src, in gru_gamer() argument 542 gru_start_instruction(ins, __opdword(OP_GAMER, exopc, xtype, IAA_RAM, 0, in gru_gamer() [all …]
|
D | grufault.c | 729 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail() 745 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()
|
D | grukservices.c | 429 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail() 448 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
|