br_sel             21 arch/powerpc/include/asm/dbdma.h     unsigned int br_sel;	/* select branch condition bit */
br_sel            501 arch/powerpc/platforms/powermac/feature.c 		save[i].br_sel = in_le32(&chan->br_sel);
br_sel            520 arch/powerpc/platforms/powermac/feature.c 		out_le32(&chan->br_sel, save[i].br_sel);
br_sel            452 arch/x86/events/intel/lbr.c static inline bool branch_user_callstack(unsigned br_sel)
br_sel            454 arch/x86/events/intel/lbr.c 	return (br_sel & X86_BR_USER) && (br_sel & X86_BR_CALL_STACK);
br_sel            465 arch/x86/events/intel/lbr.c 	cpuc->br_sel = event->hw.branch_reg.reg;
br_sel            467 arch/x86/events/intel/lbr.c 	if (branch_user_callstack(cpuc->br_sel) && event->ctx->task_ctx_data) {
br_sel            506 arch/x86/events/intel/lbr.c 	if (branch_user_callstack(cpuc->br_sel) &&
br_sel           1045 arch/x86/events/intel/lbr.c 	int br_sel = cpuc->br_sel;
br_sel           1050 arch/x86/events/intel/lbr.c 	if (((br_sel & X86_BR_ALL) == X86_BR_ALL) &&
br_sel           1051 arch/x86/events/intel/lbr.c 	    ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE))
br_sel           1060 arch/x86/events/intel/lbr.c 		if (type != X86_BR_NONE && (br_sel & X86_BR_ANYTX)) {
br_sel           1068 arch/x86/events/intel/lbr.c 		if (type == X86_BR_NONE || (br_sel & type) != type) {
br_sel           1073 arch/x86/events/intel/lbr.c 		if ((br_sel & X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE)
br_sel            237 arch/x86/events/perf_event.h 	u64				br_sel;
br_sel            578 sound/aoa/soundbus/i2sbus/pcm.c 		out_le32(&pi->dbdma->br_sel, (1 << 16) | 1);