Home
last modified time | relevance | path

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

/linux-6.15/arch/m68k/include/asm/
H A Ducontext.h6 #define NGREG 18 macro
7 typedef greg_t gregset_t[NGREG];
/linux-6.15/tools/testing/selftests/x86/
H A Dsigreturn.c593 for (int i = 0; i < NGREG; i++) { in test_valid_sigreturn()