Home
last modified time | relevance | path

Searched refs:rte (Results 1 – 25 of 30) sorted by relevance

12

/linux/arch/ia64/kernel/
A Diosapic.c186 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in __gsi_to_irq()
209 if (rte->iosapic->gsi_base + rte->rte_index == gsi) in find_rte()
210 return rte; in find_rte()
227 if (!rte) in set_rte()
567 if (!rte) { in register_intr()
568 rte = kzalloc(sizeof (*rte), GFP_ATOMIC); in register_intr()
569 if (!rte) { in register_intr()
576 rte->rte_index = gsi - rte->iosapic->gsi_base; in register_intr()
577 rte->refcnt++; in register_intr()
1016 if (rte->iosapic->gsi_base + rte->rte_index == gsi) { in iosapic_delete_rte()
[all …]
/linux/arch/powerpc/lib/
A Drestart_table.c42 struct restart_table_entry *rte = __start___restart_table; in search_kernel_restart_table() local
44 while (rte < __stop___restart_table) { in search_kernel_restart_table()
45 unsigned long start = rte->start; in search_kernel_restart_table()
46 unsigned long end = rte->end; in search_kernel_restart_table()
47 unsigned long fixup = rte->fixup; in search_kernel_restart_table()
52 rte++; in search_kernel_restart_table()
/linux/arch/m68k/include/asm/
A Dentry.h110 rte
150 rte
205 rte
/linux/drivers/net/wan/
A Dwanxlfw.S650 rte
658 rte
664 rte
670 rte
676 rte
679 rte
774 rte
/linux/drivers/hwmon/
A Dadm1021.c368 int lte, rte, lhi, rhi, llo, rlo; in adm1021_detect() local
380 rte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(1)); in adm1021_detect()
388 if ((s8)lte < 0 || (s8)rte < 0 || (s8)lhi < 0 || (s8)rhi < 0) in adm1021_detect()
392 if (lte == rte && lte == lhi && lte == rhi && lte == llo in adm1021_detect()
/linux/arch/sh/boot/compressed/
A Dhead_64.S118 rte /* And now go into the hyperspace ... */
149 rte /* And now go into the hyperspace ... */
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pescx-defs.h318 uint64_t rte:1; member
346 uint64_t rte:1;
391 uint64_t rte:1; member
419 uint64_t rte:1;
A Dcvmx-pemx-defs.h271 uint64_t rte:1; member
299 uint64_t rte:1;
344 uint64_t rte:1; member
372 uint64_t rte:1;
/linux/arch/csky/kernel/
A Datomic.S60 rte
A Dentry.S238 rte
/linux/drivers/media/pci/cx23885/
A Dcx23888-ir.c514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local
523 rte = irqen & IRQEN_RTE; /* Rx Pulse Width Timer Time Out IRQ Enable */ in cx23888_ir_irq_handler()
535 rte ? "rte" : " ", roe ? "roe" : " "); in cx23888_ir_irq_handler()
562 if ((rse && rsr) || (rte && rto)) { in cx23888_ir_irq_handler()
603 if (rte && rto) { in cx23888_ir_irq_handler()
/linux/drivers/media/i2c/cx25840/
A Dcx25840-ir.c518 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local
544 rte = irqen & IRQEN_RTE; /* Rx Pulse Width Timer Time Out IRQ Enable */ in cx25840_ir_irq_handler()
555 rte ? "rte" : " ", roe ? "roe" : " "); in cx25840_ir_irq_handler()
582 if ((rse && rsr) || (rte && rto)) { in cx25840_ir_irq_handler()
623 if (rte && rto) { in cx25840_ir_irq_handler()
/linux/arch/sh/kernel/cpu/sh2a/
A Dentry.S177 rte
224 rte
/linux/drivers/infiniband/hw/hfi1/
A Dtrace_tid.h1604 TP_PROTO(struct rvt_qp *qp, u8 rcv_type, u8 rte, u32 psn),
1605 TP_ARGS(qp, rcv_type, rte, psn),
1610 __field(u8, rte)
1617 __entry->rte = rte;
1625 __entry->rte,
1632 TP_PROTO(struct rvt_qp *qp, u8 rcv_type, u8 rte, u32 psn),
1633 TP_ARGS(qp, rcv_type, rte, psn)
A Ddriver.c217 u32 rte = rhf_rcv_type_err(packet->rhf); in rcv_hdrerr() local
309 switch (rte) { in rcv_hdrerr()
1614 u32 rte = rhf_rcv_type_err(packet->rhf); in show_eflags_errs() local
1626 rte); in show_eflags_errs()
/linux/arch/m68k/coldfire/
A Dentry.S129 rte
/linux/arch/csky/abiv1/inc/abi/
A Dentry.h115 rte
/linux/arch/m68k/68000/
A Dentry.S219 rte
/linux/arch/sh/kernel/cpu/sh2/
A Dentry.S247 rte
326 rte
/linux/arch/sh/kernel/cpu/sh3/
A Dswsusp.S78 rte
A Dentry.S274 rte
/linux/arch/csky/abiv2/inc/abi/
A Dentry.h103 rte
/linux/arch/sh/kernel/cpu/shmobile/
A Dsleep.S367 rte
/linux/arch/h8300/kernel/
A Dentry.S158 rte
/linux/arch/m68k/fpsp040/
A Dx_operr.S303 | and does an rte. If enabled, it cleans up the stack and branches

Completed in 65 milliseconds

12