Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dkgdb.h58 TILEGX_PC_REGNUM = TREG_LAST_GPR + 9,
/linux-4.1.27/arch/tile/include/uapi/arch/
Dabi.h99 #define TREG_LAST_GPR 55 macro
/linux-4.1.27/arch/tile/kernel/
Dkgdb.c137 memcpy(gdb_regs, thread_regs, TREG_LAST_GPR * sizeof(unsigned long)); in sleeping_thread_to_gdb_regs()