Home
last modified time | relevance | path

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

/arch/ia64/include/asm/sn/
Dsimulator.h16 #define IS_RUNNING_ON_SIMULATOR() (sn_prom_type)
17 #define IS_RUNNING_ON_FAKE_PROM() (sn_prom_type == 2)
18 extern int sn_prom_type; /* 0=hardware, 1=medusa/realprom, 2=medusa/fakeprom */
/arch/ia64/uv/kernel/
Dsetup.c21 int sn_prom_type; variable
79 sn_prom_type = 1; in uv_setup()
82 sn_prom_type = 2; in uv_setup()
84 (sn_prom_type == 1) ? "real" : "fake"); in uv_setup()
/arch/ia64/sn/kernel/
Dsetup.c94 int sn_prom_type; /* 0=hardware, 1=medusa/realprom, 2=medusa/fakeprom */ variable
575 sn_prom_type = 2; in sn_cpu_init()
577 sn_prom_type = 1; in sn_cpu_init()
579 (sn_prom_type == 1) ? "real" : "fake"); in sn_cpu_init()