Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fjes/
Dfjes_regs.h97 union REG_CS { union
Dfjes_trace.h34 TP_PROTO(union REG_CR *cr, union REG_CS *cs, int timeout,
Dfjes_hw.c389 union REG_CS cs; in fjes_hw_issue_request_command()
/Linux-v4.19/tools/testing/selftests/x86/
Dentry_from_vm86.c60 (ctx->uc_mcontext.gregs[REG_CS] & 3) != 3) { in sighandler()
75 (unsigned short)ctx->uc_mcontext.gregs[REG_CS]); in sighandler()
Dsigreturn.c338 return &ctx->uc_mcontext.gregs[REG_CS]; in csptr()