Home
last modified time | relevance | path

Searched refs:oldmask (Results 1 – 25 of 44) sorted by relevance

12

/linux-3.4.99/arch/sparc/kernel/
Dleon_kernel.c66 unsigned long mask, oldmask; in leon_eirq_setup() local
82 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(boot_cpu_id)); in leon_eirq_setup()
83 LEON3_BYPASS_STORE_PA(LEON_IMASK(boot_cpu_id), (oldmask | mask)); in leon_eirq_setup()
120 unsigned long mask, oldmask, flags; in leon_set_affinity() local
132 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(oldcpu)); in leon_set_affinity()
133 LEON3_BYPASS_STORE_PA(LEON_IMASK(oldcpu), (oldmask & ~mask)); in leon_set_affinity()
134 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(newcpu)); in leon_set_affinity()
135 LEON3_BYPASS_STORE_PA(LEON_IMASK(newcpu), (oldmask | mask)); in leon_set_affinity()
143 unsigned long mask, oldmask, flags; in leon_unmask_irq() local
149 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(cpu)); in leon_unmask_irq()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dsigcontext.h131 unsigned long oldmask; member
159 unsigned long oldmask; member
215 unsigned long oldmask; member
257 __u64 oldmask; member
Dsigcontext32.h73 unsigned int oldmask; member
/linux-3.4.99/fs/notify/fanotify/
Dfanotify_user.c521 __u32 oldmask; in fanotify_mark_remove_from_mask() local
525 oldmask = fsn_mark->mask; in fanotify_mark_remove_from_mask()
526 fsnotify_set_mark_mask_locked(fsn_mark, (oldmask & ~mask)); in fanotify_mark_remove_from_mask()
528 oldmask = fsn_mark->ignored_mask; in fanotify_mark_remove_from_mask()
529 fsnotify_set_mark_ignored_mask_locked(fsn_mark, (oldmask & ~mask)); in fanotify_mark_remove_from_mask()
533 if (!(oldmask & ~mask)) in fanotify_mark_remove_from_mask()
536 return mask & oldmask; in fanotify_mark_remove_from_mask()
582 __u32 oldmask = -1; in fanotify_mark_add_to_mask() local
586 oldmask = fsn_mark->mask; in fanotify_mark_add_to_mask()
587 fsnotify_set_mark_mask_locked(fsn_mark, (oldmask | mask)); in fanotify_mark_add_to_mask()
[all …]
/linux-3.4.99/arch/openrisc/include/asm/
Dsigcontext.h30 unsigned long oldmask; member
/linux-3.4.99/arch/microblaze/include/asm/
Dsigcontext.h17 unsigned long oldmask; member
/linux-3.4.99/arch/cris/include/asm/
Dsigcontext.h19 unsigned long oldmask; member
/linux-3.4.99/arch/unicore32/include/asm/
Dsigcontext.h24 unsigned long oldmask; member
/linux-3.4.99/arch/sh/include/cpu-common/cpu/
Dsigcontext.h5 unsigned long oldmask; member
/linux-3.4.99/arch/sh/include/cpu-sh4/cpu/
Dsigcontext.h5 unsigned long oldmask; member
/linux-3.4.99/arch/avr32/include/asm/
Dsigcontext.h12 unsigned long oldmask; member
/linux-3.4.99/arch/powerpc/include/asm/
Dsigcontext.h23 unsigned long oldmask; member
/linux-3.4.99/arch/arm/include/asm/
Dsigcontext.h12 unsigned long oldmask; member
/linux-3.4.99/arch/sh/include/asm/
Dsigcontext.h5 unsigned long oldmask; member
/linux-3.4.99/arch/m32r/include/asm/
Dsigcontext.h36 unsigned long oldmask; member
/linux-3.4.99/drivers/mfd/
Dab8500-core.c275 u8 old = ab8500->oldmask[i]; in ab8500_irq_sync_unlock()
290 ab8500->oldmask[i] = new; in ab8500_irq_sync_unlock()
1053 ab8500->oldmask = kzalloc(ab8500->mask_size, GFP_KERNEL); in ab8500_init()
1054 if (!ab8500->oldmask) { in ab8500_init()
1101 ab8500->mask[i] = ab8500->oldmask[i] = 0xff; in ab8500_init()
1151 kfree(ab8500->oldmask); in ab8500_init()
1169 kfree(ab8500->oldmask); in ab8500_exit()
/linux-3.4.99/arch/mn10300/include/asm/
Dsigcontext.h48 unsigned long oldmask; member
/linux-3.4.99/arch/s390/include/asm/
Dsigcontext.h65 unsigned long oldmask[_SIGCONTEXT_NSIG_WORDS]; member
/linux-3.4.99/arch/ia64/kernel/
Dtopology.c360 cpumask_t oldmask; in cache_add_dev() local
365 oldmask = current->cpus_allowed; in cache_add_dev()
371 set_cpus_allowed_ptr(current, &oldmask); in cache_add_dev()
/linux-3.4.99/arch/powerpc/kernel/
Dppc32.h114 unsigned int oldmask; member
/linux-3.4.99/include/linux/mfd/abx500/
Dab5500.h123 u8 oldmask[AB5500_NUM_IRQ_REGS]; member
Dab8500.h251 u8 *oldmask; member
/linux-3.4.99/arch/x86/um/
Dsignal.c290 sc.oldmask = mask; in copy_sc_to_user()
478 unsigned long __user *oldmask = &sc->oldmask; in sys_sigreturn() local
482 if (copy_from_user(&set.sig[0], oldmask, sizeof(set.sig[0])) || in sys_sigreturn()
/linux-3.4.99/arch/alpha/kernel/
Dsignal.c47 sigset_t oldmask; in SYSCALL_DEFINE2() local
52 res = sigprocmask(how, &mask, &oldmask); in SYSCALL_DEFINE2()
55 res = oldmask.sig[0]; in SYSCALL_DEFINE2()
/linux-3.4.99/arch/cris/arch-v10/kernel/
Dsignal.c181 if (__get_user(set.sig[0], &frame->sc.oldmask) in sys_sigreturn()
266 err |= __put_user(mask, &sc->oldmask); in setup_sigcontext()

12