Home
last modified time | relevance | path

Searched refs:hard_processor_halt (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/metag/kernel/
Dprocess.c80 hard_processor_halt(HALT_OK); in machine_restart()
88 hard_processor_halt(HALT_OK); in machine_halt()
96 hard_processor_halt(HALT_OK); in machine_power_off()
Dsetup.c204 hard_processor_halt(HALT_PANIC); in dump_machine_table()
211 hard_processor_halt(HALT_PANIC); in metag_panic_event()
Dsmp.c580 hard_processor_halt(HALT_OK); in stop_this_cpu()
/linux-4.4.14/arch/metag/include/asm/
Dprocessor.h186 static inline void hard_processor_halt(int exit_code) in hard_processor_halt() function