sal_platform_features  837 arch/ia64/include/asm/sal.h extern unsigned long sal_platform_features;
sal_platform_features  286 arch/ia64/kernel/acpi.c 		sal_platform_features |= IA64_SAL_PLATFORM_FEATURE_ITC_DRIFT;
sal_platform_features   23 arch/ia64/kernel/sal.c unsigned long sal_platform_features;
sal_platform_features  153 arch/ia64/kernel/sal.c 	sal_platform_features = pf->feature_mask;
sal_platform_features  156 arch/ia64/kernel/sal.c 	if (!sal_platform_features) {
sal_platform_features  161 arch/ia64/kernel/sal.c 	if (sal_platform_features & IA64_SAL_PLATFORM_FEATURE_BUS_LOCK)
sal_platform_features  163 arch/ia64/kernel/sal.c 	if (sal_platform_features & IA64_SAL_PLATFORM_FEATURE_IRQ_REDIR_HINT) {
sal_platform_features  167 arch/ia64/kernel/sal.c 	if (sal_platform_features & IA64_SAL_PLATFORM_FEATURE_IPI_REDIR_HINT) {
sal_platform_features  171 arch/ia64/kernel/sal.c 	if (sal_platform_features & IA64_SAL_PLATFORM_FEATURE_ITC_DRIFT)
sal_platform_features  587 arch/ia64/kernel/salinfo.c 	seq_puts(m, (sal_platform_features & data) ? "1\n" : "0\n");
sal_platform_features  400 arch/ia64/kernel/smpboot.c 	if (!(sal_platform_features & IA64_SAL_PLATFORM_FEATURE_ITC_DRIFT)) {
sal_platform_features  314 arch/ia64/kernel/time.c 	if (!(sal_platform_features & IA64_SAL_PLATFORM_FEATURE_ITC_DRIFT)) {