Go to the documentation of this file.
12 #define XICS_IRQ_SPURIOUS 0
15 #define DEFAULT_PRIORITY 5
21 #define IPI_PRIORITY 4
24 #define LOWEST_PRIORITY 0xFF
27 #define MAX_NUM_PRIORITIES 3
30 #ifdef CONFIG_PPC_ICP_NATIVE
37 #ifdef CONFIG_PPC_ICP_HV
62 #ifdef CONFIG_PPC_ICS_RTAS
69 #ifdef CONFIG_PPC_POWERNV
98 static inline void xics_push_cppr(
unsigned int vec)
111 static inline unsigned char xics_pop_cppr(
void)
121 static inline void xics_set_base_cppr(
unsigned char cppr)
130 os_cppr->
stack[0] = cppr;
133 static inline unsigned char xics_cppr_top(
void)
155 unsigned int strict_check);
157 #define xics_get_irq_server(virq, cpumask, strict_check) (xics_default_server)