Home
last modified time | relevance | path

Searched refs:boot_flags (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsetup_32.c101 static unsigned int boot_flags __initdata = 0;
131 boot_flags |= BOOTME_DEBUG; in process_switch()
360 if((boot_flags & BOOTME_DEBUG) && (linux_dbvec != NULL) && in setup_arch()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl.c225 int boot_flags = 0; in board_init_f_boot_flags() local
247 boot_flags |= GD_FLG_DISABLE_CONSOLE; in board_init_f_boot_flags()
261 boot_flags |= GD_FLG_DISABLE_CONSOLE; in board_init_f_boot_flags()
264 return boot_flags; in board_init_f_boot_flags()
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dboot.c957 if (!(acpi_gbl_FADT.boot_flags & ACPI_FADT_LEGACY_DEVICES)) { in acpi_parse_fadt()
963 !(acpi_gbl_FADT.boot_flags & ACPI_FADT_8042) && in acpi_parse_fadt()
969 if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_CMOS_RTC) { in acpi_parse_fadt()
974 if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_VGA) { in acpi_parse_fadt()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl.h236 u16 boot_flags; /* IA-PC Boot Architecture Flags (see below for individual flags) */ member
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c974 void board_init_f(ulong boot_flags) in board_init_f() argument
976 gd->flags = boot_flags; in board_init_f()
/OK3568_Linux_fs/u-boot/arch/mips/cpu/
H A Dstart.S275 move a0, zero # a0 <-- boot_flags = 0
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dtbfadt.c463 acpi_gbl_FADT.boot_flags = 0; in acpi_tb_convert_fadt()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-acpi.c1349 if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_MSI) { in acpi_pci_init()
1354 if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) { in acpi_pci_init()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_root.c501 if (acpi_gbl_FADT.boot_flags & ACPI_FADT_NO_ASPM) { in negotiate_os_control()