Searched refs:mask_out (Results 1 - 3 of 3) sorted by relevance

/arch/um/include/shared/
H A Dkern_util.h57 extern unsigned long to_irq_stack(unsigned long *mask_out);
/arch/um/kernel/
H A Dirq.c412 unsigned long to_irq_stack(unsigned long *mask_out) argument
418 mask = xchg(&pending_mask, *mask_out);
429 old = *mask_out;
452 *mask_out |= mask | nested;
/arch/um/drivers/
H A Dnet_kern.c865 __be32 *mask_out = m; local
874 *mask_out = in->ifa_mask;

Completed in 62 milliseconds