Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmpspec.h69 extern int enable_update_mptable;
74 #define enable_update_mptable 0 macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmpparse.c799 int enable_update_mptable; variable
803 enable_update_mptable = 1; in update_mptable_setup()
818 enable_update_mptable = 1; in parse_alloc_mptable_opt()
832 if (enable_update_mptable && alloc_mptable) in e820__memblock_alloc_reserved_mpc_new()
844 if (!enable_update_mptable) in update_mp_table()
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dboot.c671 if (irq >= 0 && enable_update_mptable && gsi != acpi_gbl_FADT.sci_interrupt) in acpi_register_gsi_ioapic()