Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dxics.c356 error = opal_call(OPAL_SET_XIVE, irq, cpu << 2, XICP_PRIORITY); in xicp_bind()
458 status = opal_call(OPAL_SET_XIVE, irq, cpu << 2, XICP_PRIORITY); in xicp_enable()
530 opal_call(OPAL_SET_XIVE, irq, ivec->cpu << 2, 0xff); in xicp_mask()
551 opal_call(OPAL_SET_XIVE, irq, ivec->cpu << 2, XICP_PRIORITY); in xicp_unmask()
/freebsd/sys/powerpc/powernv/
H A Dopal.h64 #define OPAL_SET_XIVE 19 macro