Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/sn/
Dsimulator.h16 #define IS_RUNNING_ON_SIMULATOR() ({long sn; asm("mov %0=cpuid[%1]" : "=r"(sn) : "r"(2)); sn == SNM… macro
23 #define IS_RUNNING_ON_SIMULATOR() (0) macro
/linux-2.4.37.9/arch/ia64/sn/kernel/
Didle.c23 if (IS_RUNNING_ON_SIMULATOR()) in snidle()
Dsetup.c191 if ( IS_RUNNING_ON_SIMULATOR() ) { in early_sn_setup()
389 if ( IS_RUNNING_ON_SIMULATOR() ) in sn_setup()
/linux-2.4.37.9/arch/ia64/sn/io/machvec/
Diomv.c28 if (!IS_RUNNING_ON_SIMULATOR()) { in sn_io_addr()
/linux-2.4.37.9/drivers/char/
Dsn_serial.c277 if (IS_RUNNING_ON_SIMULATOR()) in early_printk_sn_sal()
899 if (IS_RUNNING_ON_SIMULATOR()) in sn_sal_switch_to_asynch()
913 if (IS_RUNNING_ON_SIMULATOR()) in sn_sal_switch_to_asynch()
980 if (!IS_RUNNING_ON_SIMULATOR()) in sn_sal_module_init()
/linux-2.4.37.9/arch/ia64/sn/io/
Dsnia_if.c83 if (IS_RUNNING_ON_SIMULATOR() ) in snia_get_console_nasid()
/linux-2.4.37.9/arch/ia64/sn/kernel/sn2/
Dprominfo_proc.c276 if (IS_RUNNING_ON_SIMULATOR()) in lookup_fit()
/linux-2.4.37.9/arch/ia64/sn/io/hwgdfs/
Dhcl.c146 if (IS_RUNNING_ON_SIMULATOR()) { in init_hcl()
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/
Dhcl.c144 if (IS_RUNNING_ON_SIMULATOR()) { in init_hcl()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxbow.c432 if ( IS_RUNNING_ON_SIMULATOR() ) { in xbow_widget_present()