Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dxics.h91 int (*host_match)(struct ics *ics, struct device_node *node); member
/Linux-v5.10/arch/powerpc/sysdev/xics/
Dics-rtas.c37 .host_match = ics_rtas_host_match,
Dics-opal.c174 .host_match = ics_opal_host_match,
Dxics-common.c313 if (ics->host_match(ics, node)) in xics_host_match()