Home
last modified time | relevance | path

Searched refs:cc_get_imsk_other (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/sparc/kernel/
Dsun4d_irq.c198 cc_set_imsk_other(cpuid, cc_get_imsk_other(cpuid) | (1 << real_irq)); in sun4d_mask_irq()
217 cc_set_imsk_other(cpuid, cc_get_imsk_other(cpuid) & ~(1 << real_irq)); in sun4d_unmask_irq()
/linux-3.4.99/arch/sparc/include/asm/
Dobio.h196 static inline unsigned cc_get_imsk_other(int cpuid) in cc_get_imsk_other() function