Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
H A Dreboot.c42 static void native_machine_shutdown(void) in native_machine_shutdown() function
63 .shutdown = native_machine_shutdown,
/linux/arch/x86/include/asm/
H A Dreboot.h22 void native_machine_shutdown(void);
/linux/arch/x86/kernel/
H A Dreboot.c718 void native_machine_shutdown(void) in native_machine_shutdown() function
807 .shutdown = native_machine_shutdown,
/linux/Documentation/admin-guide/
H A Dramoops.rst170 0 ffffffff81020084 ffffffff8101a4b5 hpet_disable <- native_machine_shutdown+0x75/0x90
171 0 ffffffff81005f94 ffffffff8101a4bb iommu_shutdown_noop <- native_machine_shutdown+0x7b/0x90
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c213 native_machine_shutdown(); in hv_machine_shutdown()