Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dutils.c94 int to_plm, from_plm; in get_branch_type() local
103 from_plm = kernel_ip(from) ? X86_BR_KERNEL : X86_BR_USER; in get_branch_type()
115 if (from_plm == X86_BR_USER) { in get_branch_type()
193 if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL in get_branch_type()