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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprpmc800.c55 #define MONARCH (monarch != 0)
56 #define NON_MONARCH (monarch == 0)
62 static int monarch = 0; variable
174 * Monarch is allowed to access all PCI devices. Non-monarch is
220 monarch = in_be32((uint *) HARRIER_MISC_CSR) & HARRIER_SYSCON;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dmca.h79 u64 monarch; /* 1 for a monarch event, 0 for a slave */ member in struct:ia64_sal_os_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c256 * NOTE: this should be called from monarch.
732 * while the monarch processor does the mca handling and later
733 * wake each slave up once the monarch is done.
753 /* Register with the SAL monarch that the slave has
762 /* Wait for the monarch cpu to exit. */
764 cpu_relax(); /* spin until monarch leaves */
1115 /* The monarch/slave interaction is based on monarch_cpu and requires that all
1116 * slaves have entered rendezvous before the monarch leaves. If any cpu has
1124 ia64_wait_for_slaves(int monarch, const char *type) argument
1128 if (c == monarch)
[all...]

Completed in 41 milliseconds