| /arch/m68k/68000/ |
| A D | ints.c | 85 unsigned long pend = ISR; in process_int() local 87 while (pend) { in process_int() 88 if (pend & 0x0000ffff) { in process_int() 89 if (pend & 0x000000ff) { in process_int() 90 if (pend & 0x0000000f) { in process_int() 98 if (pend & 0x00000f00) { in process_int() 107 if (pend & 0x00ff0000) { in process_int() 108 if (pend & 0x000f0000) { in process_int() 116 if (pend & 0x0f000000) { in process_int() 126 while (! (mask & pend)) { in process_int() [all …]
|
| /arch/mips/sni/ |
| A D | pcimt.c | 235 u8 pend = *(volatile char *)PCIMT_CSITPEND; in pcimt_hwint1() local 238 if (pend & IT_EISA) { in pcimt_hwint1() 252 if (!(pend & IT_SCSI)) { in pcimt_hwint1() 265 u8 pend = *(volatile char *)PCIMT_CSITPEND; in pcimt_hwint3() local 268 pend &= (IT_INTA | IT_INTB | IT_INTC | IT_INTD); in pcimt_hwint3() 269 pend ^= (IT_INTA | IT_INTB | IT_INTC | IT_INTD); in pcimt_hwint3() 271 irq = PCIMT_IRQ_INT2 + ffs(pend) - 1; in pcimt_hwint3()
|
| /arch/mips/rb532/ |
| A D | irq.c | 215 unsigned int ip, pend, group; in plat_irq_dispatch() local 228 pend = READ_PEND(addr); in plat_irq_dispatch() 229 pend &= ~READ_MASK(addr); /* only unmasked interrupts */ in plat_irq_dispatch() 230 pend = 39 + (fls(pend) - 32); in plat_irq_dispatch() 231 do_IRQ((group << 5) + pend); in plat_irq_dispatch()
|
| /arch/mips/sgi-ip30/ |
| A D | ip30-irq.c | 101 u64 pend, mask; in ip30_normal_irq() local 104 pend = heart_read(&heart_regs->isr); in ip30_normal_irq() 108 pend &= mask; in ip30_normal_irq() 109 if (unlikely(!pend)) in ip30_normal_irq() 113 if (pend & BIT_ULL(HEART_L2_INT_RESCHED_CPU_0)) { in ip30_normal_irq() 117 } else if (pend & BIT_ULL(HEART_L2_INT_RESCHED_CPU_1)) { in ip30_normal_irq() 121 } else if (pend & BIT_ULL(HEART_L2_INT_CALL_CPU_0)) { in ip30_normal_irq() 125 } else if (pend & BIT_ULL(HEART_L2_INT_CALL_CPU_1)) { in ip30_normal_irq() 133 ret = generic_handle_domain_irq(domain, __ffs(pend)); in ip30_normal_irq()
|
| /arch/arm64/kvm/vgic/ |
| A D | vgic-v3-nested.c | 25 bool pend; member 143 bool pend = false; in vgic_compute_mi_state() local 152 pend |= (lr & ICH_LR_PENDING_BIT); in vgic_compute_mi_state() 157 mi_state->pend = pend; in vgic_compute_mi_state() 199 if ((hcr & ICH_HCR_EL2_NPIE) && !mi_state.pend) in vgic_v3_get_misr()
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-pow-defs.h | 86 uint64_t pend:1; member 90 uint64_t pend:1; 115 uint64_t pend:1; member 119 uint64_t pend:1; 175 uint64_t pend:1; member 179 uint64_t pend:1; 233 uint64_t pend:1; member 237 uint64_t pend:1; 258 uint64_t pend:1; member 262 uint64_t pend:1; [all …]
|
| A D | cvmx-mio-defs.h | 2278 uint64_t pend:1; member 2286 uint64_t pend:1; 2297 uint64_t pend:1; member 2307 uint64_t pend:1;
|
| /arch/x86/include/asm/ |
| A D | init.h | 22 unsigned long pstart, unsigned long pend);
|
| /arch/sparc/kernel/ |
| A D | pcic.c | 746 void pcic_nmi(unsigned int pend, struct pt_regs *regs) in pcic_nmi() argument 748 pend = swab32(pend); in pcic_nmi() 750 if (!pcic_speculative || (pend & PCI_SYS_INT_PENDING_PIO) == 0) { in pcic_nmi() 756 pend, (int)regs->pc, pcic_speculative); in pcic_nmi()
|
| A D | kernel.h | 189 void pcic_nmi(unsigned int pend, struct pt_regs *regs);
|
| /arch/powerpc/platforms/powernv/ |
| A D | ocxl.c | 532 int pend; in pnv_ocxl_tlb_invalidate() local 579 pend = val >> 63; in pnv_ocxl_tlb_invalidate() 581 while (pend) { in pnv_ocxl_tlb_invalidate() 589 pend = val >> 63; in pnv_ocxl_tlb_invalidate()
|
| /arch/x86/mm/ |
| A D | ident_map.c | 179 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument 182 unsigned long end = pend + info->offset; in kernel_ident_mapping_init()
|
| /arch/mips/cavium-octeon/executive/ |
| A D | octeon-model.c | 45 read_cmd.s.pend = 1; in cvmx_fuse_read_byte() 48 && read_cmd.s.pend) in cvmx_fuse_read_byte()
|
| /arch/mips/include/asm/ |
| A D | mips-gic.h | 225 GIC_ACCESSOR_RO_INTR_BIT(0x480, pend) 245 GIC_VX_ACCESSOR_RO(32, 0x004, pend)
|
| /arch/riscv/kvm/ |
| A D | aia_imsic.c | 314 bool pend; in imsic_mrif_rmw() local 330 pend = true; in imsic_mrif_rmw() 333 pend = false; in imsic_mrif_rmw() 344 ei = (pend) ? &eix->eip[0] : &eix->eie[0]; in imsic_mrif_rmw() 346 ei = (pend) ? &eix->eip[num & 0x1] : &eix->eie[num & 0x1]; in imsic_mrif_rmw()
|
| /arch/arm/mach-omap2/ |
| A D | sram242x.S | 234 adr r8, pend @ addr of preload end 267 beq pend @ jump over dpll relock 283 pend: label
|
| A D | sram243x.S | 234 adr r8, pend @ addr of preload end 267 beq pend @ jump over dpll relock 283 pend: label
|
| /arch/sparc/mm/ |
| A D | init_64.c | 1766 unsigned long pend, pgprot_t prot, in kernel_map_range() argument 1770 unsigned long vend = PAGE_OFFSET + pend; in kernel_map_range()
|