Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_ext.c230 if (cfg >= PAI_NNPA_BASE && cfg <= PAI_NNPA_BASE + paiext_cnt) { in paiext_event_valid()
255 if (a->sample_period && a->config != PAI_NNPA_BASE) in paiext_event_init()
296 if (event->attr.config != PAI_NNPA_BASE) in paiext_getdata()
297 return paiext_getctr(cpump, event->attr.config - PAI_NNPA_BASE); in paiext_getdata()
588 pa->id = PAI_NNPA_BASE + num; in attr_event_init_one()
/openbmc/linux/arch/s390/include/asm/
H A Dpai.h47 #define PAI_NNPA_BASE 0x1800 /* First event number */ macro