Searched refs:PIRQ_SIGNATURE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.h57 u32 signature; /* PIRQ_SIGNATURE should be here */
/linux-4.1.27/arch/x86/include/asm/
H A Dpci_x86.h75 u32 signature; /* PIRQ_SIGNATURE should be here */
/linux-4.1.27/arch/x86/pci/
H A Dirq.c20 #define PIRQ_SIGNATURE (('$' << 0) + ('P' << 8) + ('I' << 16) + ('R' << 24)) macro
71 if (rt->signature != PIRQ_SIGNATURE || pirq_check_routing_table()

Completed in 115 milliseconds