Searched refs:to_plm (Results 1 – 2 of 2) sorted by relevance
94 int to_plm, from_plm; in get_branch_type() local102 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in get_branch_type()113 return X86_BR_ABORT | to_plm; in get_branch_type()193 if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL in get_branch_type()202 ret |= to_plm; in get_branch_type()
1127 int i, j, type, to_plm; in intel_pmu_lbr_filter() local1148 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in intel_pmu_lbr_filter()1149 type = arch_lbr_br_type_map[type] | to_plm; in intel_pmu_lbr_filter()