Home
last modified time | relevance | path

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

/Linux-v4.19/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_B29, pt_regs, b29); in foo()
Dtraps.c66 pr_err("A29: %08lx B29: %08lx\n", regs->a29, regs->b29); in show_regs()
/Linux-v4.19/arch/c6x/include/uapi/asm/
Dptrace.h131 REG_PAIR(b29, b28);
/Linux-v4.19/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)