Searched refs:weak (Results 1 – 25 of 65) sorted by relevance
123
/u-boot/common/ |
A D | kgdb_stubs.c | 18 __attribute__((weak)) 24 __attribute__((weak)) 30 __attribute__((weak)) 38 __attribute__((weak)) 44 __attribute__((weak)) 50 __attribute__((weak)) 56 __attribute__((weak))
|
A D | kallsyms.c | 11 extern const char system_map[] __attribute__((weak));
|
A D | hwconfig.c | 71 const char cpu_hwconfig[] __attribute__((weak)) = ""; 72 const char board_hwconfig[] __attribute__((weak)) = "";
|
/u-boot/arch/arm/cpu/armv7/ |
A D | psci.S | 42 .weak psci_fiq_enter 87 .weak psci_version 88 .weak psci_cpu_suspend 89 .weak psci_cpu_off 90 .weak psci_cpu_on 92 .weak psci_migrate 95 .weak psci_system_off 97 .weak psci_features 98 .weak psci_cpu_freeze 104 .weak psci_stat_count [all …]
|
/u-boot/board/freescale/p2041rdb/ |
A D | cpld.c | 26 u8 cpld_read(unsigned int reg) __attribute__((weak, alias("__cpld_read"))); 35 __attribute__((weak, alias("__cpld_write"))); 44 void cpld_reset(void) __attribute__((weak, alias("__cpld_reset"))); 58 __attribute__((weak, alias("__cpld_set_altbank"))); 68 __attribute__((weak, alias("__cpld_set_defbank")));
|
/u-boot/include/ |
A D | malloc.h | 870 #pragma weak calloc = __libc_calloc 871 #pragma weak free = __libc_free 872 #pragma weak cfree = __libc_free 873 #pragma weak malloc = __libc_malloc 874 #pragma weak memalign = __libc_memalign 875 #pragma weak realloc = __libc_realloc 876 #pragma weak valloc = __libc_valloc 877 #pragma weak pvalloc = __libc_pvalloc 878 #pragma weak mallinfo = __libc_mallinfo 879 #pragma weak mallopt = __libc_mallopt
|
A D | fsl_ddr_sdram.h | 445 __attribute__((weak, alias("__board_assert_mem_reset"))); 448 __attribute__((weak, alias("__board_deassert_mem_reset"))); 456 __attribute__((weak, alias("__board_need_mem_reset")));
|
A D | binman_sym.h | 62 __attribute__((aligned(4), weak, unused, \
|
/u-boot/arch/arm/mach-rmobile/ |
A D | cpu_info.c | 39 __attribute__((weak, alias("__rmobile_get_cpu_type"))); 46 __attribute__((weak, alias("__rmobile_get_cpu_rev_integer"))); 53 __attribute__((weak, alias("__rmobile_get_cpu_rev_fraction")));
|
/u-boot/board/freescale/common/ |
A D | ngpixis.c | 44 u8 pixis_read(unsigned int reg) __attribute__((weak, alias("__pixis_read"))); 53 __attribute__((weak, alias("__pixis_write"))); 64 void pixis_reset(void) __attribute__((weak, alias("__pixis_reset"))); 76 void pixis_bank_reset(void) __attribute__((weak, alias("__pixis_bank_reset"))); 93 void clear_altbank(void) __attribute__((weak, alias("__clear_altbank"))); 116 void set_altbank(void) __attribute__((weak, alias("__set_altbank")));
|
/u-boot/arch/arm/mach-omap2/omap4/ |
A D | sdram_elpida.c | 130 __attribute__((weak, alias("emif_get_reg_dump_sdp"))); 146 __attribute__((weak, alias("emif_get_dmm_regs_sdp"))); 186 __attribute__((weak, alias("emif_get_device_details_sdp"))); 304 __attribute__((weak, alias("emif_get_device_timings_sdp")));
|
/u-boot/doc/ |
A D | README.cfi | 1 The common CFI driver provides this weak default implementation for 16 __attribute__((weak,alias("__flash_cmd_reset"))); 19 In this case, board-specific code can override this weak default
|
A D | README.atmel_mci | 49 /* this is a weak define that we are overriding */ 60 /* this is a weak define that we are overriding */
|
/u-boot/arch/arm/mach-at91/arm920t/ |
A D | reset.c | 22 void __attribute__((weak)) board_reset(void) in board_reset()
|
/u-boot/drivers/usb/musb/ |
A D | musb_core.c | 114 __attribute__((weak)) 139 __attribute__((weak))
|
A D | am35x.c | 117 __attribute__((weak))
|
/u-boot/post/drivers/ |
A D | memory.c | 471 __attribute__((weak)) 487 __attribute__((weak)) 493 __attribute__((weak)) 499 __attribute__((weak))
|
/u-boot/arch/riscv/lib/ |
A D | interrupts.c | 146 __attribute__((weak)) void external_interrupt(struct pt_regs *regs) in external_interrupt() 150 __attribute__((weak)) void timer_interrupt(struct pt_regs *regs) in timer_interrupt()
|
/u-boot/cmd/ |
A D | boot.c | 17 __attribute__((weak))
|
/u-boot/drivers/ata/ |
A D | sata.c | 120 int sata_initialize(void) __attribute__((weak, alias("__sata_initialize"))); 134 int sata_stop(void) __attribute__((weak, alias("__sata_stop")));
|
/u-boot/arch/arm/mach-omap2/omap5/ |
A D | sdram.c | 168 __attribute__((weak, alias("emif_get_reg_dump_sdp"))); 186 __attribute__((weak, alias("emif_get_dmm_regs_sdp"))); 208 __attribute__((weak, alias("emif_get_device_details_sdp"))); 748 __attribute__((weak, alias("emif_get_device_timings_sdp")));
|
/u-boot/arch/arm/cpu/armv8/ |
A D | psci.S | 19 .weak __fn 224 .weak psci_get_cpu_id 267 .weak plat_error_handler 329 .weak psci_arch_init
|
A D | cache.S | 195 .weak __asm_invalidate_l3_dcache 203 .weak __asm_flush_l3_dcache 211 .weak __asm_invalidate_l3_icache
|
/u-boot/include/linux/ |
A D | linkage.h | 58 .weak SYMBOL_NAME(name) ASM_NL \
|
/u-boot/common/eeprom/ |
A D | eeprom_layout.c | 44 __attribute__((weak, alias("__eeprom_layout_assign")));
|
Completed in 29 milliseconds
123