Home
last modified time | relevance | path

Searched refs:host_match (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dxics.h82 int (*host_match)(struct ics *ics, struct device_node *node); member
/arch/powerpc/sysdev/xics/
Dics-rtas.c36 .host_match = ics_rtas_host_match,
Dics-opal.c176 .host_match = ics_opal_host_match,
Dxics-common.c307 if (ics->host_match(ics, node)) in xics_host_match()