Home
last modified time | relevance | path

Searched refs:b30 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/c6x/lib/
Dstrasgi_64plus.S25 || mv .d2 b4, b30
31 ldw .d2t2 *b30++, b31
/linux-4.4.14/arch/c6x/kernel/
Dsignal.c56 COPY(b28); COPY(b29); COPY(b30); COPY(b31); in restore_sigcontext()
121 COPY(b28); COPY(b29); COPY(b30); COPY(b31); in setup_sigcontext()
Dasm-offsets.c46 OFFSET(REGS_B30, pt_regs, b30); in foo()
Dtraps.c67 pr_err("A30: %08lx B30: %08lx\n", regs->a30, regs->b30); in show_regs()
/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h131 REG_PAIR(b31, b30);
/linux-4.4.14/drivers/zorro/
Dzorro.ids139 0b30 GForce 040 [Accelerator and SCSI Host Adapter]
/linux-4.4.14/drivers/net/ethernet/realtek/
D8139too.c503 #define HW_REVID(b30, b29, b28, b27, b26, b23, b22) \ argument
504 (b30<<30 | b29<<29 | b28<<28 | b27<<27 | b26<<26 | b23<<23 | b22<<22)