Home
last modified time | relevance | path

Searched refs:irqflags (Results 1 – 16 of 16) sorted by relevance

/arch/arm/xen/
Dp2m.c68 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/
Dirq_kern.h17 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/arm/mach-pxa/
Dcapc7117.c82 .irqflags = IRQF_TRIGGER_RISING,
91 .irqflags = IRQF_TRIGGER_RISING,
100 .irqflags = IRQF_TRIGGER_RISING,
109 .irqflags = IRQF_TRIGGER_RISING,
Dpxa_cplds_irqs.c111 unsigned long irqflags = 0; in cplds_probe() local
140 irqflags = irq_get_trigger_type(fpga->irq); in cplds_probe()
142 irqflags, dev_name(&pdev->dev), fpga); in cplds_probe()
Dzeus.c241 .irqflags = IRQF_TRIGGER_RISING,
250 .irqflags = IRQF_TRIGGER_RISING,
259 .irqflags = IRQF_TRIGGER_RISING,
268 .irqflags = IRQF_TRIGGER_RISING,
Dviper.c562 .irqflags = IRQF_TRIGGER_RISING,
572 .irqflags = IRQF_TRIGGER_RISING,
/arch/um/kernel/
Dirq.c434 irq_handler_t handler, unsigned long irqflags, in _um_request_irq() argument
461 err = request_irq(irq, handler, irqflags, devname, dev_id); in _um_request_irq()
472 irq_handler_t handler, unsigned long irqflags, in um_request_irq() argument
475 return _um_request_irq(irq, fd, type, handler, irqflags, in um_request_irq()
482 irq_handler_t handler, unsigned long irqflags, in um_request_irq_tt() argument
487 return _um_request_irq(irq, fd, type, handler, irqflags, in um_request_irq_tt()
/arch/sh/mm/
Dpmb.c240 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/
Ddma.c164 unsigned long irqflags, in request_au1000_dma() argument
196 ret = request_irq(chan->irq, irqhandler, irqflags, dev_str, in request_au1000_dma()
/arch/alpha/kernel/
Dsys_titan.c264 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/sparc/kernel/
Dkernel.h116 unsigned long irqflags,
/arch/s390/pci/
Dpci_dma.c182 unsigned long irqflags; in __dma_purge_tlb() local
207 spin_lock_irqsave(&zdev->iommu_bitmap_lock, irqflags); in __dma_purge_tlb()
211 spin_unlock_irqrestore(&zdev->iommu_bitmap_lock, irqflags); in __dma_purge_tlb()
/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h122 unsigned long irqflags,
/arch/x86/kernel/
DMakefile76 obj-y += irqflags.o
/arch/parisc/kernel/
Dfirmware.c1320 unsigned long irqflags; in pdc_sti_call() local
1322 spin_lock_irqsave(&pdc_lock, irqflags); in pdc_sti_call()
1324 spin_unlock_irqrestore(&pdc_lock, irqflags); in pdc_sti_call()
/arch/arm/mach-omap1/
Dboard-ams-delta.c788 .irqflags = IRQF_TRIGGER_RISING,