Searched refs:IS_RUNNING_ON_SIMULATOR (Results 1 – 10 of 10) sorted by relevance
16 #define IS_RUNNING_ON_SIMULATOR() ({long sn; asm("mov %0=cpuid[%1]" : "=r"(sn) : "r"(2)); sn == SNM… macro23 #define IS_RUNNING_ON_SIMULATOR() (0) macro
23 if (IS_RUNNING_ON_SIMULATOR()) in snidle()
191 if ( IS_RUNNING_ON_SIMULATOR() ) { in early_sn_setup()389 if ( IS_RUNNING_ON_SIMULATOR() ) in sn_setup()
28 if (!IS_RUNNING_ON_SIMULATOR()) { in sn_io_addr()
277 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()
83 if (IS_RUNNING_ON_SIMULATOR() ) in snia_get_console_nasid()
276 if (IS_RUNNING_ON_SIMULATOR()) in lookup_fit()
146 if (IS_RUNNING_ON_SIMULATOR()) { in init_hcl()
144 if (IS_RUNNING_ON_SIMULATOR()) { in init_hcl()
432 if ( IS_RUNNING_ON_SIMULATOR() ) { in xbow_widget_present()