Home
last modified time | relevance | path

Searched refs:native_create_pci_msi_domain (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dirqdomain.h56 struct irq_domain *native_create_pci_msi_domain(void);
60 #define native_create_pci_msi_domain NULL macro
/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c85 .create_pci_msi_domain = native_create_pci_msi_domain,
/openbmc/linux/arch/x86/kernel/apic/
H A Dmsi.c268 struct irq_domain * __init native_create_pci_msi_domain(void) in native_create_pci_msi_domain() function