Home
last modified time | relevance | path

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

/Linux-v5.10/arch/c6x/lib/
Dstrasgi_64plus.S13 || mv .d2 b4, b30
19 ldw .d2t2 *b30++, b31
/Linux-v5.10/arch/c6x/kernel/
Dsignal.c53 COPY(b28); COPY(b29); COPY(b30); COPY(b31); in restore_sigcontext()
118 COPY(b28); COPY(b29); COPY(b30); COPY(b31); in setup_sigcontext()
Dasm-offsets.c47 OFFSET(REGS_B30, pt_regs, b30); in foo()
Dtraps.c64 pr_err("A30: %08lx B30: %08lx\n", regs->a30, regs->b30); in show_regs()
/Linux-v5.10/arch/c6x/include/uapi/asm/
Dptrace.h132 REG_PAIR(b31, b30);
/Linux-v5.10/drivers/zorro/
Dzorro.ids139 0b30 GForce 040 [Accelerator and SCSI Host Adapter]
/Linux-v5.10/drivers/net/ethernet/realtek/
D8139too.c504 #define HW_REVID(b30, b29, b28, b27, b26, b23, b22) \ argument
505 (b30<<30 | b29<<29 | b28<<28 | b27<<27 | b26<<26 | b23<<23 | b22<<22)