Searched refs:exopc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 72 int exopc; member 97 unsigned char exopc: 8; /* extended opcode */ member 303 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument 315 (exopc << GRU_CB_EXOPC_SHFT); in __opdword() 502 static inline void gru_gamir(void *cb, int exopc, unsigned long src, in gru_gamir() argument 508 gru_start_instruction(ins, __opdword(OP_GAMIR, exopc, xtype, IAA_RAM, 0, in gru_gamir() 512 static inline void gru_gamirr(void *cb, int exopc, unsigned long src, in gru_gamirr() argument 518 gru_start_instruction(ins, __opdword(OP_GAMIRR, exopc, xtype, IAA_RAM, 0, in gru_gamirr() 522 static inline void gru_gamer(void *cb, int exopc, unsigned long src, in gru_gamer() argument 532 gru_start_instruction(ins, __opdword(OP_GAMER, exopc, xtype, IAA_RAM, 0, in gru_gamer() [all …]
|
D | grufault.c | 716 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail() 732 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()
|
D | grukservices.c | 415 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail() 434 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
|