Home
last modified time | relevance | path

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

/linux-6.15/arch/sh/kernel/
H A Dreboot.c42 static void native_machine_shutdown(void) in native_machine_shutdown() function
63 .shutdown = native_machine_shutdown,
/linux-6.15/arch/x86/include/asm/
H A Dreboot.h22 void native_machine_shutdown(void);
/linux-6.15/arch/x86/kernel/
H A Dreboot.c718 void native_machine_shutdown(void) in native_machine_shutdown() function
807 .shutdown = native_machine_shutdown,
/linux-6.15/arch/x86/xen/
H A Denlighten_hvm.c138 native_machine_shutdown(); in xen_hvm_shutdown()
/linux-6.15/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-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c212 native_machine_shutdown(); in hv_machine_shutdown()