Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dptrace.c1355 # define IS_IA32 1 macro
1357 # define IS_IA32 is_compat_task() macro
1359 # define IS_IA32 0 macro
1394 if (IS_IA32) in syscall_trace_enter()