/lk-master/arch/arm/arm-m/ |
A D | exceptions.c | 40 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in hardfault() 69 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in memmanage() 95 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in usagefault() 102 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in busfault() 109 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in _nmi() 173 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in _systick() 178 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in _debugmonitor()
|
/lk-master/platform/ |
A D | power.c | 25 __WEAK void platform_halt(platform_halt_action suggested_action, in platform_halt() function 42 platform_halt(HALT_ACTION_REBOOT, HALT_REASON_SW_RESET); in cmd_reboot() 47 platform_halt(HALT_ACTION_SHUTDOWN, HALT_REASON_SW_RESET); in cmd_poweroff()
|
/lk-master/lib/debug/ |
A D | debug.c | 36 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in panic() 48 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in assert_fail_msg() 53 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in assert_fail()
|
/lk-master/arch/riscv/ |
A D | exceptions.c | 73 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in fatal_exception() 81 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in riscv_syscall_handler()
|
/lk-master/platform/stm32/ |
A D | power.c | 22 void platform_halt(platform_halt_action suggested_action, in platform_halt() function
|
/lk-master/platform/include/ |
A D | platform.h | 65 void platform_halt(platform_halt_action suggested_action,
|
/lk-master/platform/mediatek/mt6735/ |
A D | debug.c | 37 void platform_halt(platform_halt_action suggested_action, platform_halt_reason reason) { in platform_halt() function
|
/lk-master/platform/mediatek/mt6797/ |
A D | debug.c | 37 void platform_halt(platform_halt_action suggested_action, platform_halt_reason reason) { in platform_halt() function
|
/lk-master/platform/zynq/ |
A D | debug.c | 43 void platform_halt(platform_halt_action suggested_action, in platform_halt() function
|
/lk-master/platform/armemu/ |
A D | debug.c | 39 void platform_halt(void) { in platform_halt() function
|
/lk-master/platform/pc/ |
A D | debug.c | 98 void platform_halt(platform_halt_action suggested_action, in platform_halt() function
|
/lk-master/app/lpcboot/ |
A D | lpcboot.c | 244 platform_halt(HALT_ACTION_REBOOT, HALT_REASON_SW_RESET); in handle() 295 platform_halt(HALT_ACTION_REBOOT, HALT_REASON_SW_RESET); in lpcboot_entry()
|
/lk-master/platform/lpc43xx/ |
A D | init.c | 103 void platform_halt(platform_halt_action suggested_action, in platform_halt() function
|
/lk-master/arch/arm/arm/ |
A D | faults.c | 89 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in exception_die() 97 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in exception_die_iframe()
|
/lk-master/platform/qemu-virt-m68k/ |
A D | platform.c | 151 void platform_halt(platform_halt_action suggested_action,
|
/lk-master/arch/or1k/ |
A D | faults.c | 44 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_PANIC); in exception_die()
|
/lk-master/lib/watchdog/ |
A D | watchdog.c | 26 platform_halt(HALT_ACTION_HALT, HALT_REASON_SW_WATCHDOG); in watchdog_handler()
|
/lk-master/platform/qemu-virt-riscv/ |
A D | platform.c | 198 void platform_halt(platform_halt_action suggested_action, in platform_halt() function
|
/lk-master/app/mdebug/ |
A D | rswd.c | 60 platform_halt(HALT_ACTION_REBOOT, HALT_REASON_SW_RESET); in _reboot()
|
/lk-master/app/lkboot/ |
A D | commands.c | 66 platform_halt(HALT_ACTION_REBOOT, HALT_REASON_SW_RESET); in do_reboot()
|