Home
last modified time | relevance | path

Searched refs:last_tag (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dperf_event.h70 #define TEAR_REG(hwc) ((hwc)->last_tag)
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore.c226 hwc->last_tag = ++box->tags[idx]; in uncore_assign_hw_event()
588 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
606 hwc->last_tag != box->tags[assign[i]]) in uncore_pmu_event_add()
649 event->hw.last_tag = ~0ULL; in uncore_pmu_event_del()
735 event->hw.last_tag = ~0ULL; in uncore_pmu_event_init()
H A Duncore_snb.c584 event->hw.last_tag = ~0ULL; in snb_uncore_imc_event_init()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c642 event->hw.last_tag = ~0ULL; in __x86_pmu_event_init()
1176 hwc->last_tag = ++cpuc->tags[i]; in x86_assign_hw_event()
1232 hwc->last_tag == cpuc->tags[i]; in match_prev_assignment()
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h139 u64 last_tag; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c1019 tw32_mailbox_f(tnapi->int_mbox, tnapi->last_tag << 24); in tg3_enable_ints()
1021 tw32_mailbox_f(tnapi->int_mbox, tnapi->last_tag << 24); in tg3_enable_ints()
1069 tw32_mailbox(tnapi->int_mbox, tnapi->last_tag << 24); in tg3_int_reenable()
6497 tnapi->last_tag, tnapi->last_irq_tag, in tg3_dump_state()
7249 tnapi->last_tag = sblk->status_tag; in tg3_poll_msix()
7250 tnapi->last_irq_tag = tnapi->last_tag; in tg3_poll_msix()
7265 tw32_mailbox(tnapi->int_mbox, tnapi->last_tag << 24); in tg3_poll_msix()
7349 tnapi->last_tag = sblk->status_tag; in tg3_poll()
7350 tnapi->last_irq_tag = tnapi->last_tag; in tg3_poll()
8584 tnapi->last_tag = 0; in tg3_init_rings()
[all …]
H A Dtg3.h3010 u32 last_tag; member