Searched refs:cc_set_imsk_other (Results 1 – 2 of 2) sorted by relevance
201 cc_set_imsk_other(cpuid, cc_get_imsk_other(cpuid) | (1 << real_irq)); in sun4d_mask_irq()220 cc_set_imsk_other(cpuid, cc_get_imsk_other(cpuid) & ~(1 << real_irq)); in sun4d_unmask_irq()
208 static inline void cc_set_imsk_other(int cpuid, unsigned int mask) in cc_set_imsk_other() function