/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | archinsn.c | 23 ret = insn_decode(&insn, sample->insn, len, in arch_fetch_insn()
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 190 ret = insn_decode(&insn, buf, len, in intel_pt_get_insn() 218 ret = insn_decode(&insn, inbuf, inlen, in dump_insn()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | insn.h | 151 extern int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m); 153 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN)
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | insn.h | 151 extern int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m); 153 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN)
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 106 ret = insn_decode(&insn, dat->data, MAX_INSN_SIZE, in test_data_item()
|
/openbmc/linux/arch/x86/tools/ |
H A D | insn_decoder_test.c | 153 ret = insn_decode(&insn, insn_buff, sizeof(insn_buff), in main()
|
H A D | insn_sanity.c | 240 ret = insn_decode(&insn, insn_buff, sizeof(insn_buff), in main()
|
/openbmc/linux/arch/x86/mm/ |
H A D | extable.c | 70 if (insn_decode(&insn, (void *) regs->ip, len, INSN_MODE_KERN)) in ex_handler_zeropad()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 83 ret = insn_decode(&ctxt->insn, buffer, MAX_INSN_SIZE, INSN_MODE_64); in vc_decode_insn()
|
/openbmc/linux/arch/x86/coco/tdx/ |
H A D | tdx.c | 469 if (insn_decode(&insn, buffer, MAX_INSN_SIZE, INSN_MODE_64)) in handle_mmio()
|
/openbmc/linux/arch/x86/lib/ |
H A D | insn.c | 736 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode() function
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | insn.c | 736 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode() function
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 167 ret = insn_decode(&ins, sec->data->d_buf + offset, maxlen, in arch_decode_instruction()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | uprobes.c | 283 ret = insn_decode(insn, auprobe->insn, sizeof(auprobe->insn), m); in uprobe_init_insn()
|
H A D | sev.c | 322 ret = insn_decode(&ctxt->insn, buffer, MAX_INSN_SIZE, INSN_MODE_64); in __vc_decode_kern_insn()
|