Lines Matching defs:base
765 struct bts_record *at, *base, *top;
778 base = (struct bts_record *)(unsigned long)ds->bts_buffer_base;
781 if (top <= base)
800 for (at = base; at < top; at++) {
821 header.size * (top - base - skip)))
824 for (at = base; at < top; at++) {
1303 u32 base = MSR_RELOAD_PMC0;
1315 base = MSR_RELOAD_FIXED_CTR0;
1322 wrmsrl(base + idx, value);
1661 * We use the interrupt regs as a base because the PEBS record does not
1927 get_next_pebs_record_by_bit(void *base, void *top, int bit)
1938 return base;
1940 if (base == NULL)
1943 for (at = base; at < top; at += cpuc->pebs_record_size) {
2038 void *base, void *top,
2050 void *at = get_next_pebs_record_by_bit(base, top, bit);
2156 void *base, *at, *top;
2165 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base;
2177 if (unlikely(base >= top)) {
2182 for (at = base; at < top; at += x86_pmu.pebs_record_size) {
2258 __intel_pmu_pebs_event(event, iregs, data, base,
2273 void *base, *at, *top;
2280 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base;
2289 if (unlikely(base >= top)) {
2294 for (at = base; at < top; at += cpuc->pebs_record_size) {
2315 __intel_pmu_pebs_event(event, iregs, data, base,