Searched refs:context_size (Results 1 - 1 of 1) sorted by path

/arch/m68k/kernel/
H A Dsignal.c352 int context_size = CPU_IS_060 ? 8 : (CPU_IS_COLDFIRE ? 12 : 0); local
372 context_size = fpstate[1];
379 !(context_size == 0x18 || context_size == 0xb4))
382 !(context_size == 0x38 || context_size == 0xd4))
385 if (!(context_size == 0x00 ||
386 context_size == 0x28 ||
387 context_size == 0x60))
425 if (context_size
503 int context_size = CPU_IS_060 ? 8 : (CPU_IS_COLDFIRE ? 12 : 0); local
[all...]

Completed in 31 milliseconds