Home
last modified time | relevance | path

Searched defs:get_opcode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/mm/
H A Dpf_in.c103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() function
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c939 static inline u32 get_opcode(struct sk_buff *skb) in get_opcode() function
/openbmc/qemu/disas/
H A Dhppa.c401 #define get_opcode(insn) (((insn) >> 26) & 0x3f) macro
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c653 static inline u32 get_opcode(u32 cmd, const struct intel_engine_cs *engine) in get_opcode() function