Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dapic.h525 void x86_vector_msi_compose_msg(struct irq_data *data, struct msi_msg *msg);
527 # define x86_vector_msi_compose_msg NULL macro
/Linux-v5.10/arch/x86/kernel/apic/
Dmsi.c48 void x86_vector_msi_compose_msg(struct irq_data *data, struct msi_msg *msg) in x86_vector_msi_compose_msg() function
Dvector.c829 .irq_compose_msi_msg = x86_vector_msi_compose_msg,