Searched refs:soft_enabled (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dhw_irq.h25 : "i" (offsetof(struct paca_struct, soft_enabled)));
36 : "i" (offsetof(struct paca_struct, soft_enabled))
57 get_paca()->soft_enabled = 0; \
H A Dpaca.h98 u8 soft_enabled; /* irq soft-enable flag */ member in struct:paca_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsetup_64.c229 lpaca->soft_enabled = 0;
H A Dasm-offsets.c120 DEFINE(PACASOFTIRQEN, offsetof(struct paca_struct, soft_enabled));
H A Dirq.c114 : : "r" (enable), "i" (offsetof(struct paca_struct, soft_enabled)));
120 * get_paca()->soft_enabled = en;
121 * Is it ever valid to use local_irq_restore(0) when soft_enabled is 1?
123 * that gcc will set soft_enabled directly via r13, not choose to use

Completed in 108 milliseconds