Lines Matching refs:INTEL_PT_PSB_LEN
1881 for (i = INTEL_PT_PSB_LEN - 1; i; i--) { in intel_pt_part_psb()
1892 size_t rest_psb = INTEL_PT_PSB_LEN - part_psb; in intel_pt_rest_psb()
1921 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
1923 decoder->len = INTEL_PT_PSB_LEN; in intel_pt_get_split_psb()
1942 INTEL_PT_PSB_LEN); in intel_pt_scan_for_psb()
2070 if (len < INTEL_PT_PSB_LEN) in intel_pt_at_psb()
2072 return memmem(buf, INTEL_PT_PSB_LEN, INTEL_PT_PSB_STR, in intel_pt_at_psb()
2073 INTEL_PT_PSB_LEN); in intel_pt_at_psb()
2091 next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_next_psb()
2119 next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_step_psb()
2143 if (len < INTEL_PT_PSB_LEN) in intel_pt_last_psb()
2146 k = len - INTEL_PT_PSB_LEN + 1; in intel_pt_last_psb()
2151 if (!memcmp(p + 1, n + 1, INTEL_PT_PSB_LEN - 1)) in intel_pt_last_psb()