Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dcrash_core.c795 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu) in crash_handle_hotplug_event() argument
817 if (hp_action == KEXEC_CRASH_HP_ADD_CPU || in crash_handle_hotplug_event()
818 hp_action == KEXEC_CRASH_HP_REMOVE_CPU) in crash_handle_hotplug_event()
819 pr_debug("hp_action %u, cpu %u\n", hp_action, cpu); in crash_handle_hotplug_event()
821 pr_debug("hp_action %u\n", hp_action); in crash_handle_hotplug_event()
854 image->hp_action = hp_action; in crash_handle_hotplug_event()
860 image->hp_action = KEXEC_CRASH_HP_NONE; in crash_handle_hotplug_event()
H A Dkexec_core.c278 image->hp_action = KEXEC_CRASH_HP_NONE; in do_kimage_alloc_init()
/openbmc/linux/arch/x86/kernel/
H A Dcrash.c447 ((image->hp_action == KEXEC_CRASH_HP_ADD_CPU) || in arch_crash_handle_hotplug_event()
448 (image->hp_action == KEXEC_CRASH_HP_REMOVE_CPU))) in arch_crash_handle_hotplug_event()
/openbmc/linux/include/linux/
H A Dkexec.h354 int hp_action; member
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c584 static void spapr_hotplug_req_event(uint8_t hp_id, uint8_t hp_action, in spapr_hotplug_req_event() argument
625 hp->hotplug_action = hp_action; in spapr_hotplug_req_event()