Home
last modified time | relevance | path

Searched refs:to_plm (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c654 int ext, to_plm, from_plm; in branch_type() local
658 to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER; in branch_type()
669 return X86_BR_ABORT | to_plm; in branch_type()
798 if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL in branch_type()
807 ret |= to_plm; in branch_type()