Lines Matching defs:base
591 struct bts_record *at, *base, *top;
604 base = (struct bts_record *)(unsigned long)ds->bts_buffer_base;
607 if (top <= base)
626 for (at = base; at < top; at++) {
646 header.size * (top - base - skip)))
649 for (at = base; at < top; at++) {
1391 * We use the interrupt regs as a base because the PEBS record does not
1622 get_next_pebs_record_by_bit(void *base, void *top, int bit)
1633 return base;
1635 if (base == NULL)
1638 for (at = base; at < top; at += cpuc->pebs_record_size) {
1733 void *base, void *top,
1745 void *at = get_next_pebs_record_by_bit(base, top, bit);
1851 void *base, *at, *top;
1860 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base;
1872 if (unlikely(base >= top)) {
1877 for (at = base; at < top; at += x86_pmu.pebs_record_size) {
1953 __intel_pmu_pebs_event(event, iregs, data, base,
1966 void *base, *at, *top;
1973 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base;
1982 if (unlikely(base >= top)) {
1987 for (at = base; at < top; at += cpuc->pebs_record_size) {
2008 __intel_pmu_pebs_event(event, iregs, data, base,