Home
last modified time | relevance | path

Searched refs:psci_system_reset (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/arch/arm/cpu/armv8/
Dfwcall.c88 void __noreturn __efi_runtime psci_system_reset(void) in psci_system_reset() function
137 psci_system_reset(); in reset_misc()
149 psci_system_reset(); in efi_reset_system()
Dpsci.S37 PSCI_DEFAULT(psci_system_reset)
62 PSCI_TABLE(ARM_PSCI_0_2_FN_SYSTEM_RESET, psci_system_reset)
/external/u-boot/arch/arm/mach-imx/mx7/
Dpsci.S46 .globl psci_system_reset symbol
47 psci_system_reset: label
/external/u-boot/arch/arm/cpu/armv7/
Dpsci.S58 ENTRY(psci_system_reset)
77 ENDPROC(psci_system_reset)
96 .weak psci_system_reset
134 .word psci_system_reset
/external/u-boot/board/broadcom/bcmns2/
Dnorthstar2.c58 psci_system_reset(); in reset_cpu()
/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dpsci.S236 .globl psci_system_reset symbol
237 psci_system_reset: label
/external/u-boot/arch/arm/mach-meson/
Dboard.c107 psci_system_reset(); in reset_cpu()
/external/u-boot/board/hisilicon/poplar/
Dpoplar.c58 psci_system_reset(); in reset_cpu()
/external/u-boot/arch/arm/mach-uniphier/arm32/
Dpsci.c158 void __secure psci_system_reset(u32 function_id) in psci_system_reset() function
/external/u-boot/arch/arm/mach-stm32mp/
Dpsci.c164 void __secure psci_system_reset(u32 function_id) in psci_system_reset() function
/external/u-boot/board/qualcomm/dragonboard410c/
Ddragonboard410c.c188 psci_system_reset(); in reset_cpu()
/external/u-boot/board/qualcomm/dragonboard820c/
Ddragonboard820c.c127 psci_system_reset(); in reset_cpu()
/external/u-boot/arch/arm/include/asm/
Dsystem.h255 void __noreturn psci_system_reset(void);