Home
last modified time | relevance | path

Searched refs:hp_action (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/kernel/
Dcrash_core.c543 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu, void *arg) in crash_handle_hotplug_event() argument
565 if (hp_action == KEXEC_CRASH_HP_ADD_CPU || in crash_handle_hotplug_event()
566 hp_action == KEXEC_CRASH_HP_REMOVE_CPU) in crash_handle_hotplug_event()
567 pr_debug("hp_action %u, cpu %u\n", hp_action, cpu); in crash_handle_hotplug_event()
569 pr_debug("hp_action %u\n", hp_action); in crash_handle_hotplug_event()
602 image->hp_action = hp_action; in crash_handle_hotplug_event()
608 image->hp_action = KEXEC_CRASH_HP_NONE; in crash_handle_hotplug_event()
Dkexec_core.c241 image->hp_action = KEXEC_CRASH_HP_NONE; in do_kimage_alloc_init()
/linux-6.12.1/arch/powerpc/kexec/
Dcrash.c447 if (image->hp_action == KEXEC_CRASH_HP_REMOVE_MEMORY) { in update_crash_elfcorehdr()
572 switch (image->hp_action) { in arch_crash_handle_hotplug_event()
/linux-6.12.1/arch/x86/kernel/
Dcrash.c471 ((image->hp_action == KEXEC_CRASH_HP_ADD_CPU) || in arch_crash_handle_hotplug_event()
472 (image->hp_action == KEXEC_CRASH_HP_REMOVE_CPU))) in arch_crash_handle_hotplug_event()
/linux-6.12.1/include/linux/
Dkexec.h354 int hp_action; member