Home
last modified time | relevance | path

Searched refs:b26 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/c6x/kernel/
Dsignal.c52 COPY(b24); COPY(b25); COPY(b26); COPY(b27); in restore_sigcontext()
117 COPY(b24); COPY(b25); COPY(b26); COPY(b27); in setup_sigcontext()
Dasm-offsets.c43 OFFSET(REGS_B26, pt_regs, b26); in foo()
Dtraps.c60 pr_err("A26: %08lx B26: %08lx\n", regs->a26, regs->b26); in show_regs()
/Linux-v5.10/arch/c6x/include/uapi/asm/
Dptrace.h130 REG_PAIR(b27, b26);
/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)