Searched refs:asmlinkage (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/include/asm/fsp/ |
| H A D | fsp_api.h | 62 typedef asmlinkage u32 (*fsp_init_f)(struct fsp_init_params *params); 65 typedef asmlinkage u32 (*fsp_notify_f)(struct fsp_notify_params *params);
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | linkage.h | 25 #ifndef asmlinkage 26 #define asmlinkage CPP_ASMLINKAGE macro
|
| H A D | arm-smccc.h | 95 asmlinkage void __arm_smccc_smc(unsigned long a0, unsigned long a1, 112 asmlinkage void __arm_smccc_hvc(unsigned long a0, unsigned long a1,
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios.h | 88 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx, 91 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx,
|
| H A D | acpi_s3.c | 15 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;
|
| H A D | bios.c | 26 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx, 29 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, 280 asmlinkage int interrupt_handler(u32 intnumber, u32 gsfs, u32 dses, in interrupt_handler()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | refcode.c | 73 asmlinkage int (*func)(void *); in cpu_run_reference_code() 110 func = (asmlinkage int (*)(void *))dest; in cpu_run_reference_code()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | linkage.h | 4 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0))) macro
|
| H A D | mrc_common.h | 25 asmlinkage void sdram_console_tx_byte(unsigned char byte);
|
| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | mrc.c | 177 asmlinkage void sdram_console_tx_byte(unsigned char byte) in sdram_console_tx_byte() 210 asmlinkage int (*func)(void *); in sdram_initialise() 212 func = (asmlinkage int (*)(void *))data; in sdram_initialise()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 97 asmlinkage ulong (*entry)(void *image_handle, in efi_do_enter() 109 static unsigned long efi_run_in_el2(asmlinkage ulong (*entry)( in efi_run_in_el2() 133 asmlinkage; in do_bootefi_exec()
|
| H A D | elf.c | 377 ((asmlinkage void (*)(int))addr)(0); in do_bootvx()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/ |
| H A D | pei_data.h | 23 typedef asmlinkage void (*tx_byte_func)(unsigned char byte);
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/arch-broadwell/ |
| H A D | pei_data.h | 16 typedef void asmlinkage (*tx_byte_func)(unsigned char byte);
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | system.h | 194 extern asmlinkage void *resume(void *last, void *next);
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | opcodes.h | 12 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | efi.h | 26 #define EFIAPI asmlinkage
|