Home
last modified time | relevance | path

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

/Linux-v4.19/arch/c6x/kernel/
Dsignal.c55 COPY(b24); COPY(b25); COPY(b26); COPY(b27); in restore_sigcontext()
120 COPY(b24); COPY(b25); COPY(b26); COPY(b27); in setup_sigcontext()
Dasm-offsets.c44 OFFSET(REGS_B27, pt_regs, b27); in foo()
Dtraps.c64 pr_err("A27: %08lx B27: %08lx\n", regs->a27, regs->b27); in show_regs()
/Linux-v4.19/arch/c6x/include/uapi/asm/
Dptrace.h130 REG_PAIR(b27, b26);
/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)