Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dirqflags.h234 #define safe_halt() \ macro
247 #define safe_halt() do { raw_safe_halt(); } while (0) macro
/openbmc/linux/arch/x86/xen/
H A Dirq.c50 .safe_halt = xen_safe_halt,
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst71 ia64 - safe_halt的调用与中断相比,是否很荒谬? (它睡眠了吗) (参考 #4a)
/openbmc/linux/Documentation/scheduler/
H A Dsched-arch.rst71 ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a)
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c227 .irq.safe_halt = pv_native_safe_halt,
H A Dkvm.c1058 safe_halt(); in kvm_wait()
/openbmc/linux/drivers/cpufreq/
H A Dlonghaul.c145 safe_halt(); in do_longhaul1()
179 safe_halt(); in do_powersaver()
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h134 void (*safe_halt)(void); member
H A Dparavirt.h173 PVOP_VCALL0(irq.safe_halt); in arch_safe_halt()