| /arch/arm/xen/ |
| A D | p2m.c | 68 unsigned long irqflags; in __pfn_to_mfn() local 70 read_lock_irqsave(&p2m_lock, irqflags); in __pfn_to_mfn() 77 read_unlock_irqrestore(&p2m_lock, irqflags); in __pfn_to_mfn() 85 read_unlock_irqrestore(&p2m_lock, irqflags); in __pfn_to_mfn() 154 unsigned long irqflags; in __set_phys_to_machine_multi() local 159 write_lock_irqsave(&p2m_lock, irqflags); in __set_phys_to_machine_multi() 166 write_unlock_irqrestore(&p2m_lock, irqflags); in __set_phys_to_machine_multi() 175 write_unlock_irqrestore(&p2m_lock, irqflags); in __set_phys_to_machine_multi() 187 write_lock_irqsave(&p2m_lock, irqflags); in __set_phys_to_machine_multi() 190 write_unlock_irqrestore(&p2m_lock, irqflags); in __set_phys_to_machine_multi() [all …]
|
| /arch/um/include/shared/ |
| A D | irq_kern.h | 17 irq_handler_t handler, unsigned long irqflags, 56 irq_handler_t handler, unsigned long irqflags, 63 irq_handler_t handler, unsigned long irqflags, in um_request_irq_tt() argument 68 return um_request_irq(irq, fd, type, handler, irqflags, in um_request_irq_tt()
|
| /arch/um/kernel/ |
| A D | irq.c | 493 irq_handler_t handler, unsigned long irqflags, in _um_request_irq() argument 520 err = request_irq(irq, handler, irqflags, devname, dev_id); in _um_request_irq() 531 irq_handler_t handler, unsigned long irqflags, in um_request_irq() argument 534 return _um_request_irq(irq, fd, type, handler, irqflags, in um_request_irq() 541 irq_handler_t handler, unsigned long irqflags, in um_request_irq_tt() argument 546 return _um_request_irq(irq, fd, type, handler, irqflags, in um_request_irq_tt()
|
| /arch/sh/mm/ |
| A D | pmb.c | 240 unsigned long irqflags; in pmb_alloc() local 244 write_lock_irqsave(&pmb_rwlock, irqflags); in pmb_alloc() 261 write_unlock_irqrestore(&pmb_rwlock, irqflags); in pmb_alloc() 277 write_unlock_irqrestore(&pmb_rwlock, irqflags); in pmb_alloc() 580 unsigned long irqflags; in pmb_synchronize() local 630 raw_spin_lock_irqsave(&pmbe->lock, irqflags); in pmb_synchronize() 651 raw_spin_unlock_irqrestore(&pmbe->lock, irqflags); in pmb_synchronize()
|
| /arch/mips/alchemy/common/ |
| A D | dma.c | 141 unsigned long irqflags, in request_au1000_dma() argument 173 ret = request_irq(chan->irq, irqhandler, irqflags, dev_str, in request_au1000_dma()
|
| /arch/alpha/kernel/ |
| A D | sys_titan.c | 264 unsigned long irqflags, const char *devname, in titan_request_irq() argument 268 err = request_irq(irq, handler, irqflags, devname, dev_id); in titan_request_irq()
|
| /arch/powerpc/mm/book3s64/ |
| A D | hash_native.c | 377 unsigned long irqflags; in native_hpte_updatepp() local 379 local_irq_save(irqflags); in native_hpte_updatepp() 423 local_irq_restore(irqflags); in native_hpte_updatepp()
|
| /arch/sparc/kernel/ |
| A D | kernel.h | 119 unsigned long irqflags,
|
| /arch/mips/include/asm/mach-au1x00/ |
| A D | au1000_dma.h | 122 unsigned long irqflags,
|
| /arch/x86/kernel/ |
| A D | Makefile | 75 obj-y += irqflags.o
|
| /arch/parisc/kernel/ |
| A D | firmware.c | 1433 unsigned long irqflags; in pdc_sti_call() local 1435 spin_lock_irqsave(&pdc_lock, irqflags); in pdc_sti_call() 1445 spin_unlock_irqrestore(&pdc_lock, irqflags); in pdc_sti_call()
|
| /arch/arm/mach-omap1/ |
| A D | board-ams-delta.c | 772 .irqflags = IRQF_TRIGGER_RISING,
|