to_plm            838 arch/x86/events/intel/lbr.c 	int ext, to_plm, from_plm;
to_plm            842 arch/x86/events/intel/lbr.c 	to_plm = kernel_ip(to) ? X86_BR_KERNEL : X86_BR_USER;
to_plm            853 arch/x86/events/intel/lbr.c 		return X86_BR_ABORT | to_plm;
to_plm            983 arch/x86/events/intel/lbr.c 	if (from_plm == X86_BR_USER && to_plm == X86_BR_KERNEL
to_plm            992 arch/x86/events/intel/lbr.c 		ret |= to_plm;