Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dirqdomain.h55 struct irq_domain *native_create_pci_msi_domain(void);
59 #define native_create_pci_msi_domain NULL macro
/kernel/linux/linux-5.10/arch/x86/kernel/
Dx86_init.c81 .create_pci_msi_domain = native_create_pci_msi_domain,
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dmsi.c218 struct irq_domain * __init native_create_pci_msi_domain(void) in native_create_pci_msi_domain() function