Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/x86/
Dsigreturn.c298 # define REG_CX REG_RCX macro
318 # define REG_CX REG_ECX macro
449 ctx->uc_mcontext.gregs[REG_CX] = 0; in sigusr1()
465 requested_regs[REG_CX] = *ssptr(ctx); /* The asm code does this. */ in sigusr1()
487 greg_t asm_ss = ctx->uc_mcontext.gregs[REG_CX]; in sigtrap()
679 if (i == REG_CX && req != res) { in test_valid_sigreturn()