Searched refs:asmlinkage (Results 1 – 20 of 20) sorted by relevance
/u-boot/arch/x86/include/asm/fsp2/ |
A D | fsp_api.h | 45 typedef asmlinkage int (*fsp_memory_init_func)(struct fspm_upd *params, 61 typedef asmlinkage int (*fsp_silicon_init_func)(struct fsps_upd *params);
|
/u-boot/include/linux/ |
A D | linkage.h | 24 #ifndef asmlinkage 25 #define asmlinkage CPP_ASMLINKAGE macro
|
A D | arm-smccc.h | 94 asmlinkage void __arm_smccc_smc(unsigned long a0, unsigned long a1, 111 asmlinkage void __arm_smccc_hvc(unsigned long a0, unsigned long a1,
|
/u-boot/arch/x86/include/asm/ |
A D | linkage.h | 4 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0))) macro
|
A D | mrc_common.h | 24 asmlinkage void sdram_console_tx_byte(unsigned char byte);
|
/u-boot/arch/x86/lib/ |
A D | bios.h | 87 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx, 90 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx,
|
A D | acpi_s3.c | 16 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;
|
A D | bios.c | 28 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx, 31 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, 286 asmlinkage int interrupt_handler(u32 intnumber, u32 gsfs, u32 dses, in interrupt_handler()
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | refcode.c | 74 asmlinkage int (*func)(void *); in cpu_run_reference_code() 111 func = (asmlinkage int (*)(void *))dest; in cpu_run_reference_code()
|
A D | northbridge.c | 15 __weak asmlinkage void sdram_console_tx_byte(unsigned char byte) in sdram_console_tx_byte()
|
/u-boot/arch/x86/include/asm/fsp/ |
A D | fsp_api.h | 33 typedef asmlinkage u32 (*fsp_notify_f)(struct fsp_notify_params *params);
|
/u-boot/arch/x86/include/asm/fsp1/ |
A D | fsp_api.h | 50 typedef asmlinkage u32 (*fsp_init_f)(struct fsp_init_params *params);
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | mrc.c | 179 asmlinkage void sdram_console_tx_byte(unsigned char byte) in sdram_console_tx_byte() 212 asmlinkage int (*func)(void *); in sdram_initialise() 214 func = (asmlinkage int (*)(void *))data; in sdram_initialise()
|
/u-boot/arch/x86/include/asm/arch-ivybridge/ |
A D | pei_data.h | 22 typedef asmlinkage void (*tx_byte_func)(unsigned char byte);
|
/u-boot/arch/arm/mach-nexell/ |
A D | nx_sec_reg.c | 25 asmlinkage int __invoke_nexell_fn_smc(u32, u32, u32, u32);
|
/u-boot/arch/x86/include/asm/arch-broadwell/ |
A D | pei_data.h | 15 typedef void asmlinkage (*tx_byte_func)(unsigned char byte);
|
/u-boot/arch/mips/include/asm/ |
A D | system.h | 195 extern asmlinkage void *resume(void *last, void *next);
|
/u-boot/arch/arm/include/asm/ |
A D | opcodes.h | 11 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
|
/u-boot/cmd/ |
A D | elf.c | 287 ((asmlinkage void (*)(int))addr)(0); in do_bootvx()
|
/u-boot/include/ |
A D | efi.h | 43 #define EFIAPI asmlinkage
|
Completed in 23 milliseconds