Searched refs:cc_get_imsk_other (Results 1 – 2 of 2) sorted by relevance
198 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()
196 static inline unsigned cc_get_imsk_other(int cpuid) in cc_get_imsk_other() function