Lines Matching +full:0 +full:x12345678
69 header->pmode_behavior = 0; in x86_acpi_suspend_lowlevel()
92 if (__this_cpu_read(cpu_info.cpuid_level) >= 0) { in x86_acpi_suspend_lowlevel()
105 header->real_magic = 0x12345678; in x86_acpi_suspend_lowlevel()
110 saved_magic = 0x12345678; in x86_acpi_suspend_lowlevel()
119 saved_magic = 0x123456789abcdef0L; in x86_acpi_suspend_lowlevel()
129 return 0; in x86_acpi_suspend_lowlevel()
134 while ((str != NULL) && (*str != '\0')) { in acpi_sleep_setup()
135 if (strncmp(str, "s3_bios", 7) == 0) in acpi_sleep_setup()
137 if (strncmp(str, "s3_mode", 7) == 0) in acpi_sleep_setup()
139 if (strncmp(str, "s3_beep", 7) == 0) in acpi_sleep_setup()
142 if (strncmp(str, "s4_nohwsig", 10) == 0) in acpi_sleep_setup()
145 if (strncmp(str, "nonvs", 5) == 0) in acpi_sleep_setup()
147 if (strncmp(str, "nonvs_s3", 8) == 0) in acpi_sleep_setup()
149 if (strncmp(str, "old_ordering", 12) == 0) in acpi_sleep_setup()
151 if (strncmp(str, "nobl", 4) == 0) in acpi_sleep_setup()