Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.S12 #define NUM_GPRS (32 - FIRST_GPR) macro
13 #define STACK_SIZE (NUM_GPRS * GPR_SIZE)
/linux/arch/s390/kernel/
H A Dptrace.c998 static const char *gpr_names[NUM_GPRS] = {
1011 if (offset >= NUM_GPRS) in regs_query_register_offset()
1018 if (offset >= NUM_GPRS) in regs_query_register_name()