Searched refs:get_opcode (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/mm/ |
D | pf_in.c | 118 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() function 152 p += get_opcode(p, &opcode); in get_ins_type() 172 p += get_opcode(p, &opcode); in get_ins_reg_width() 195 p += get_opcode(p, &opcode); in get_ins_mem_width() 419 p += get_opcode(p, &opcode); in get_ins_reg_val() 474 p += get_opcode(p, &opcode); in get_ins_imm_val()
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | cmd_parser.c | 617 static inline u32 get_opcode(u32 cmd, int ring_id) in get_opcode() function 646 opcode = get_opcode(cmd, ring_id); in get_cmd_info() 1665 cmd, get_opcode(cmd, s->ring_id), in find_bb_size() 1677 cmd, get_opcode(cmd, s->ring_id), in find_bb_size() 2531 cmd, get_opcode(cmd, s->ring_id), in cmd_parser_exec()
|