Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dsigreturn.c278 # define REG_CX REG_RCX macro
298 # define REG_CX REG_ECX macro
429 ctx->uc_mcontext.gregs[REG_CX] = 0; in sigusr1()
445 requested_regs[REG_CX] = *ssptr(ctx); /* The asm code does this. */ in sigusr1()
467 greg_t asm_ss = ctx->uc_mcontext.gregs[REG_CX]; in sigtrap()
659 if (i == REG_CX && req != res) { in test_valid_sigreturn()