Searched refs:MAX_INSN_SIZE (Results 1 – 4 of 4) sorted by relevance
13 u8 data[MAX_INSN_SIZE];101 insn_init(&insn, dat->data, MAX_INSN_SIZE, x86_64); in test_data_item()118 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
59 #define MAX_INSN_SIZE 15 macro
22 #if INTEL_PT_INSN_BUF_SZ < MAX_INSN_SIZE || INTEL_PT_INSN_BUF_SZ > MAX_INSN
46 if (buf_len > MAX_INSN_SIZE) in insn_init()47 buf_len = MAX_INSN_SIZE; in insn_init()