Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dmpspec.h66 extern int enable_update_mptable;
71 #define enable_update_mptable 0 macro
/linux-6.6.21/arch/x86/kernel/
Dmpparse.c788 int enable_update_mptable; variable
792 enable_update_mptable = 1; in update_mptable_setup()
807 enable_update_mptable = 1; in parse_alloc_mptable_opt()
821 if (enable_update_mptable && alloc_mptable) in e820__memblock_alloc_reserved_mpc_new()
833 if (!enable_update_mptable) in update_mp_table()
/linux-6.6.21/arch/x86/kernel/acpi/
Dboot.c758 if (irq >= 0 && enable_update_mptable && gsi != acpi_gbl_FADT.sci_interrupt) in acpi_register_gsi_ioapic()