Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dfwcall.c22 static void __efi_runtime hvc_call(struct pt_regs *args) in hvc_call()
56 void __efi_runtime smc_call(struct pt_regs *args) in smc_call()
88 void __noreturn __efi_runtime psci_system_reset(void) in psci_system_reset()
103 void __noreturn __efi_runtime psci_system_off(void) in psci_system_off()
141 void __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c29 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void);
30 static efi_status_t __efi_runtime EFIAPI efi_device_error(void);
31 static efi_status_t __efi_runtime EFIAPI efi_invalid_parameter(void);
128 void __weak __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
141 efi_status_t __weak __efi_runtime EFIAPI efi_get_time( in efi_get_time()
358 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void) in efi_unimplemented()
363 static efi_status_t __efi_runtime EFIAPI efi_device_error(void) in efi_device_error()
368 static efi_status_t __efi_runtime EFIAPI efi_invalid_parameter(void) in efi_invalid_parameter()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h246 #define __efi_runtime __attribute__ ((section ("efi_runtime_text"))) macro
254 void __efi_runtime EFIAPI efi_reset_system(
260 efi_status_t __efi_runtime EFIAPI efi_get_time(
269 #define __efi_runtime macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dreset.c36 void __efi_runtime reset_cpu(ulong ticks) in reset_cpu()
56 void __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dbcm2835_wdt.c32 void __efi_runtime hw_watchdog_disable(void) in hw_watchdog_disable()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c580 void __efi_runtime reset_cpu(ulong addr) in reset_cpu()
592 void __efi_runtime EFIAPI efi_reset_system( in efi_reset_system()