Searched refs:_IA32_NSIG_WORDS (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dia32.h63 #define _IA32_NSIG_WORDS (_IA32_NSIG / _IA32_NSIG_BPW) macro
66 unsigned int sig[_IA32_NSIG_WORDS];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dia32.h63 #define _IA32_NSIG_WORDS (_IA32_NSIG / _IA32_NSIG_BPW) macro
66 unsigned int sig[_IA32_NSIG_WORDS];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dia32.h116 #define _IA32_NSIG_WORDS (_IA32_NSIG / _IA32_NSIG_BPW) macro
126 unsigned int sig[_IA32_NSIG_WORDS];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dia32.h116 #define _IA32_NSIG_WORDS (_IA32_NSIG / _IA32_NSIG_BPW) macro
126 unsigned int sig[_IA32_NSIG_WORDS];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_signal.c136 unsigned int extramask[_IA32_NSIG_WORDS-1];
241 || (_IA32_NSIG_WORDS > 1
400 if (_IA32_NSIG_WORDS > 1) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dia32_signal.c48 unsigned int extramask[_IA32_NSIG_WORDS-1];
507 if (_IA32_NSIG_WORDS > 1)
639 || (_IA32_NSIG_WORDS > 1 && __copy_from_user((char *) &set.sig + 4, &frame->extramask,

Completed in 66 milliseconds