Home
last modified time | relevance | path

Searched refs:TEAR_REG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dperf_event.h70 #define TEAR_REG(hwc) ((hwc)->last_tag) macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dperf_event.h69 #define TEAR_REG(hwc) ((hwc)->last_tag) macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_sf.c1246 * The sampling buffer position are retrieved and saved in the TEAR_REG
1274 sdbt = (unsigned long *) TEAR_REG(hwc); in hw_perf_event_update()
1326 TEAR_REG(hwc) = (unsigned long) sdbt; in hw_perf_event_update()
1927 * using the SDB-table start. Reset TEAR_REG event hardware register in cpumsf_pmu_add()
1937 TEAR_REG(&event->hw) = (unsigned long) cpuhw->sfb.sdbt; in cpumsf_pmu_add()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_sf.c1268 * The sampling buffer position are retrieved and saved in the TEAR_REG
1290 sdbt = (unsigned long *)TEAR_REG(hwc); in hw_perf_event_update()
1343 TEAR_REG(hwc) = (unsigned long) sdbt; in hw_perf_event_update()
1953 * using the SDB-table start. Reset TEAR_REG event hardware register in cpumsf_pmu_add()
1963 TEAR_REG(&event->hw) = (unsigned long)cpuhw->sfb.sdbt; in cpumsf_pmu_add()

Completed in 7 milliseconds