Home
last modified time | relevance | path

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

/linux/arch/s390/include/uapi/asm/
H A Dptrace.h107 #define NUM_GPRS 16 macro
161 unsigned long gprs[NUM_GPRS];
173 unsigned long gprs[NUM_GPRS];
317 unsigned long gprs[NUM_GPRS];
/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/include/asm/
H A Dptrace.h120 unsigned long gprs[NUM_GPRS];
259 if (offset >= NUM_GPRS) in regs_get_register()
/linux/tools/testing/selftests/kvm/include/s390/
H A Ddebug_print.h64 print_hex_bytes("GPRS", (u64)sync_regs->gprs, 8 * NUM_GPRS); in print_regs()
/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()