Home
last modified time | relevance | path

Searched refs:PAI_NNPA_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/s390/kernel/
Dperf_pai_ext.c264 if (cfg >= PAI_NNPA_BASE && cfg <= PAI_NNPA_BASE + paiext_cnt) { in paiext_event_valid()
286 if (a->sample_period && a->config != PAI_NNPA_BASE) in paiext_event_init()
337 if (event->attr.config != PAI_NNPA_BASE) in paiext_getdata()
339 event->attr.config - PAI_NNPA_BASE); in paiext_getdata()
678 pa->id = PAI_NNPA_BASE + num; in attr_event_init_one()
/linux-6.12.1/arch/s390/include/asm/
Dpai.h47 #define PAI_NNPA_BASE 0x1800 /* First event number */ macro