Searched refs:get_opcode (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/mm/
H A Dpf_in.c103 static int get_opcode(unsigned char *addr, unsigned int *opcode) function
137 p += get_opcode(p, &opcode);
157 p += get_opcode(p, &opcode);
180 p += get_opcode(p, &opcode);
404 p += get_opcode(p, &opcode);
459 p += get_opcode(p, &opcode);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c939 static inline u32 get_opcode(struct sk_buff *skb) function
947 unsigned int opcode = get_opcode(skb);
1023 unsigned int opcode = get_opcode(skb);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c653 static inline u32 get_opcode(u32 cmd, const struct intel_engine_cs *engine) function
684 opcode = get_opcode(cmd, engine);
1833 cmd, get_opcode(cmd, s->engine),
1845 cmd, get_opcode(cmd, s->engine),
1879 cmd, get_opcode(cmd, s->engine),
2739 cmd, get_opcode(cmd, s->engine),

Completed in 123 milliseconds