Home
last modified time | relevance | path

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

/linux/arch/x86/events/amd/
H A Dlbr.c103 int br_sel = cpuc->br_sel, offset, type, i, j; in amd_pmu_lbr_filter() local
109 if (((br_sel & X86_BR_ALL) == X86_BR_ALL) && in amd_pmu_lbr_filter()
110 ((br_sel & X86_BR_TYPE_SAVE) != X86_BR_TYPE_SAVE)) in amd_pmu_lbr_filter()
130 if (type == X86_BR_NONE || (br_sel & type) != type || in amd_pmu_lbr_filter()
131 (!(br_sel & X86_BR_KERNEL) && kernel_ip(cpuc->lbr_entries[i].from))) { in amd_pmu_lbr_filter()
136 if ((br_sel & X86_BR_TYPE_SAVE) == X86_BR_TYPE_SAVE) in amd_pmu_lbr_filter()
354 cpuc->br_sel = reg->reg; in amd_pmu_lbr_add()
/linux/arch/powerpc/include/asm/
H A Ddbdma.h21 unsigned int br_sel; /* select branch condition bit */ member
/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c502 save[i].br_sel = in_le32(&chan->br_sel); in dbdma_save()
521 out_le32(&chan->br_sel, save[i].br_sel); in dbdma_restore()
/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c565 out_le32(&pi->dbdma->br_sel, (1 << 16) | 1); in i2sbus_pcm_trigger()