Home
last modified time | relevance | path

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

/arch/c6x/kernel/
Dsignal.c27 #define RETCODE_SIZE (9 << 2) /* 9 instructions = 36 bytes */ macro
34 unsigned long retcode[RETCODE_SIZE >> 2];
188 (unsigned long) &frame->retcode + RETCODE_SIZE); in setup_rt_frame()