Home
last modified time | relevance | path

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

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