• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/

Lines Matching defs:constant

24 #define constant(string, member) \
105 constant("#define _THREAD_SIZE ", THREAD_SIZE);
106 constant("#define _THREAD_MASK ", THREAD_MASK);
225 constant("#define _PAGE_SIZE ", PAGE_SIZE);
226 constant("#define _PAGE_SHIFT ", PAGE_SHIFT);
228 constant("#define _PGD_T_SIZE ", sizeof(pgd_t));
229 constant("#define _PMD_T_SIZE ", sizeof(pmd_t));
230 constant("#define _PTE_T_SIZE ", sizeof(pte_t));
232 constant("#define _PGD_T_LOG2 ", PGD_T_LOG2);
233 constant("#define _PMD_T_LOG2 ", PMD_T_LOG2);
234 constant("#define _PTE_T_LOG2 ", PTE_T_LOG2);
236 constant("#define _PMD_SHIFT ", PMD_SHIFT);
237 constant("#define _PGDIR_SHIFT ", PGDIR_SHIFT);
239 constant("#define _PTRS_PER_PGD ", PTRS_PER_PGD);
240 constant("#define _PTRS_PER_PMD ", PTRS_PER_PMD);
241 constant("#define _PTRS_PER_PTE ", PTRS_PER_PTE);
295 constant("#define _SIGHUP ", SIGHUP);
296 constant("#define _SIGINT ", SIGINT);
297 constant("#define _SIGQUIT ", SIGQUIT);
298 constant("#define _SIGILL ", SIGILL);
299 constant("#define _SIGTRAP ", SIGTRAP);
300 constant("#define _SIGIOT ", SIGIOT);
301 constant("#define _SIGABRT ", SIGABRT);
302 constant("#define _SIGEMT ", SIGEMT);
303 constant("#define _SIGFPE ", SIGFPE);
304 constant("#define _SIGKILL ", SIGKILL);
305 constant("#define _SIGBUS ", SIGBUS);
306 constant("#define _SIGSEGV ", SIGSEGV);
307 constant("#define _SIGSYS ", SIGSYS);
308 constant("#define _SIGPIPE ", SIGPIPE);
309 constant("#define _SIGALRM ", SIGALRM);
310 constant("#define _SIGTERM ", SIGTERM);
311 constant("#define _SIGUSR1 ", SIGUSR1);
312 constant("#define _SIGUSR2 ", SIGUSR2);
313 constant("#define _SIGCHLD ", SIGCHLD);
314 constant("#define _SIGPWR ", SIGPWR);
315 constant("#define _SIGWINCH ", SIGWINCH);
316 constant("#define _SIGURG ", SIGURG);
317 constant("#define _SIGIO ", SIGIO);
318 constant("#define _SIGSTOP ", SIGSTOP);
319 constant("#define _SIGTSTP ", SIGTSTP);
320 constant("#define _SIGCONT ", SIGCONT);
321 constant("#define _SIGTTIN ", SIGTTIN);
322 constant("#define _SIGTTOU ", SIGTTOU);
323 constant("#define _SIGVTALRM ", SIGVTALRM);
324 constant("#define _SIGPROF ", SIGPROF);
325 constant("#define _SIGXCPU ", SIGXCPU);
326 constant("#define _SIGXFSZ ", SIGXFSZ);