Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dchrp_setup.c99 int check_exception_flag = 0; /* TRUE if a check-exception handler present */ variable
223 check_exception_flag = 1; in machine_check_init()
Dtraps.c53 extern int check_exception_flag;
242 } else if (check_exception_flag) { in MachineCheckException()