Home
last modified time | relevance | path

Searched refs:host_match (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dxics.h91 int (*host_match)(struct ics *ics, struct device_node *node); member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dxics.h95 int (*host_match)(struct ics *ics, struct device_node *node); member
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/
H A Dics-rtas.c37 .host_match = ics_rtas_host_match,
H A Dics-opal.c174 .host_match = ics_opal_host_match,
H A Dxics-common.c313 if (ics->host_match(ics, node)) in xics_host_match()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dics-rtas.c197 .host_match = ics_rtas_host_match,
H A Dics-opal.c201 .host_match = ics_opal_host_match,
H A Dics-native.c179 .host_match = ics_native_host_match,
H A Dxics-common.c312 return xics_ics->host_match(xics_ics, node) ? 1 : 0; in xics_host_match()

Completed in 5 milliseconds