Home
last modified time | relevance | path

Searched refs:PIRQ_SIGNATURE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dpirq_routing.h23 #define PIRQ_SIGNATURE \ macro
/openbmc/u-boot/arch/x86/lib/
H A Dpirq_routing.c126 if (rom_rt->signature != PIRQ_SIGNATURE || in copy_pirq_routing_table()
/openbmc/linux/arch/x86/pci/
H A Dirq.c25 #define PIRQ_SIGNATURE (('$' << 0) + ('P' << 8) + ('I' << 16) + ('R' << 24)) macro
81 if (rt->signature != PIRQ_SIGNATURE || in pirq_check_routing_table()
151 rt->signature = PIRQ_SIGNATURE; in pirq_convert_irt_table()
/openbmc/u-boot/arch/x86/cpu/
H A Dirq.c256 rt->signature = PIRQ_SIGNATURE; in create_pirq_routing_table()