Searched refs:get_opcode (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/x86/mm/ | 
| D | pf_in.c | 103 static int get_opcode(unsigned char *addr, unsigned int *opcode)  in get_opcode()  function 137 	p += get_opcode(p, &opcode);  in get_ins_type() 157 	p += get_opcode(p, &opcode);  in get_ins_reg_width() 180 	p += get_opcode(p, &opcode);  in get_ins_mem_width() 404 	p += get_opcode(p, &opcode);  in get_ins_reg_val() 459 	p += get_opcode(p, &opcode);  in get_ins_imm_val()
  | 
| /Linux-v5.10/drivers/gpu/drm/i915/gvt/ | 
| D | cmd_parser.c | 639 static inline u32 get_opcode(u32 cmd, const struct intel_engine_cs *engine)  in get_opcode()  function 670 	opcode = get_opcode(cmd, engine);  in get_cmd_info() 1796 			     cmd, get_opcode(cmd, s->engine),  in find_bb_size() 1808 				     cmd, get_opcode(cmd, s->engine),  in find_bb_size() 1842 			     cmd, get_opcode(cmd, s->engine),  in audit_bb_end() 2702 			     cmd, get_opcode(cmd, s->engine),  in cmd_parser_exec()
  | 
| /Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | cxgb3_offload.c | 939 static inline u32 get_opcode(struct sk_buff *skb)  in get_opcode()  function 947 	unsigned int opcode = get_opcode(skb);  in do_term() 1023 		unsigned int opcode = get_opcode(skb);  in process_rx()
  |