| /rk3399_rockchip-uboot/arch/xtensa/lib/ |
| H A D | misc.S | 21 ENTRY(__invalidate_icache_page) 36 ENTRY(__invalidate_dcache_page) 51 ENTRY(__flush_invalidate_dcache_page) 66 ENTRY(__flush_dcache_page) 81 ENTRY(__invalidate_icache_range) 96 ENTRY(__flush_invalidate_dcache_range) 111 ENTRY(__flush_dcache_range) 126 ENTRY(__invalidate_dcache_range) 140 ENTRY(__invalidate_icache_all) 155 ENTRY(__flush_invalidate_dcache_all) [all …]
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | ints_low.S | 89 ENTRY(memory_error) 96 ENTRY(instruction_error) 103 ENTRY(interrupt_handler) 109 ENTRY(EV_MachineCheck) 116 ENTRY(EV_TLBMissI) 122 ENTRY(EV_TLBMissD) 128 ENTRY(EV_TLBProtV) 135 ENTRY(EV_PrivilegeV) 141 ENTRY(EV_Trap) 147 ENTRY(EV_Extension) [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | psci.S | 39 ENTRY(psci_fiq_enter) 44 ENTRY(default_psci_vector) 49 ENTRY(psci_version) 50 ENTRY(psci_cpu_suspend) 51 ENTRY(psci_cpu_off) 52 ENTRY(psci_cpu_on) 53 ENTRY(psci_affinity_info) 54 ENTRY(psci_migrate) 55 ENTRY(psci_migrate_info_type) 56 ENTRY(psci_migrate_info_up_cpu) [all …]
|
| H A D | smccc-call.S | 44 ENTRY(__arm_smccc_smc) 54 ENTRY(__arm_smccc_hvc)
|
| H A D | sleep.S | 26 ENTRY(cpu_suspend) 55 ENTRY(cpu_do_suspend) 102 ENTRY(cpu_resume) 124 ENTRY(cpu_do_resume)
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | debug.S | 44 ENTRY(printhex8) 49 ENTRY(printhex4) 54 ENTRY(printhex2) 78 ENTRY(printascii) 94 ENTRY(printch) 102 ENTRY(debug_ll_addr) 112 ENTRY(printascii) 120 ENTRY(printch) 129 ENTRY(debug_ll_addr)
|
| H A D | ccn504.S | 21 ENTRY(ccn504_add_masters_to_dvm) 47 ENTRY(ccn504_set_qos) 69 ENTRY(ccn504_set_aux)
|
| H A D | setjmp.S | 12 ENTRY(setjmp) 26 ENTRY(longjmp)
|
| H A D | lshrdi3.S | 19 ENTRY(__lshrdi3) 20 ENTRY(__aeabi_llsr)
|
| H A D | ashldi3.S | 19 ENTRY(__ashldi3) 20 ENTRY(__aeabi_llsl)
|
| H A D | ashrdi3.S | 19 ENTRY(__ashrdi3) 20 ENTRY(__aeabi_lasr)
|
| H A D | lib1funcs.S | 197 ENTRY(__udivsi3) 198 ENTRY(__aeabi_uidiv) 229 ENTRY(__umodsi3) 249 ENTRY(__divsi3) 250 ENTRY(__aeabi_idiv) 294 ENTRY(__modsi3) 322 ENTRY(__aeabi_uidivmod) 338 ENTRY(__aeabi_idivmod) 373 ENTRY(__gnu_thumb1_case_sqi) 387 ENTRY(__gnu_thumb1_case_uqi) [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | search.h | 40 } ENTRY; typedef 63 int (*change_ok)(const ENTRY *__item, const char *newval, enum env_op, 79 extern int hsearch_r(ENTRY __item, ACTION __action, ENTRY ** __retval, 86 extern int hmatch_r(const char *__match, int __last_idx, ENTRY ** __retval, 107 extern int hwalk_r(struct hsearch_data *__htab, int (*callback)(ENTRY *));
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/ |
| H A D | cache.S | 15 ENTRY(__asm_tegra_cache_smc) 27 ENTRY(__asm_invalidate_l3_dcache) 33 ENTRY(__asm_flush_l3_dcache) 39 ENTRY(__asm_invalidate_l3_icache)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | cache.S | 26 ENTRY(__asm_dcache_level) 72 ENTRY(__asm_dcache_all) 111 ENTRY(__asm_flush_dcache_all) 118 ENTRY(__asm_invalidate_dcache_all) 133 ENTRY(__asm_flush_dcache_range) 162 ENTRY(__asm_invalidate_dcache_range) 187 ENTRY(__asm_invalidate_icache_all) 195 ENTRY(__asm_invalidate_l3_dcache) 203 ENTRY(__asm_flush_l3_dcache) 211 ENTRY(__asm_invalidate_l3_icache) [all …]
|
| H A D | spinlock.S | 20 ENTRY(__spin_lock) 40 ENTRY(__spin_unlock)
|
| H A D | smccc-call.S | 32 ENTRY(__arm_smccc_smc) 42 ENTRY(__arm_smccc_hvc)
|
| H A D | transition.S | 14 ENTRY(armv8_switch_to_el2) 37 ENTRY(armv8_switch_to_el1)
|
| H A D | sec_firmware_asm.S | 45 ENTRY(_sec_firmware_support_psci_version) 68 ENTRY(armv8_el2_to_aarch32)
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hashtable.c | 62 ENTRY entry; 66 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, 152 ENTRY *ep = &htab->table[i].entry; in hdestroy_r() 201 int hmatch_r(const char *match, int last_idx, ENTRY ** retval, in hmatch_r() 225 static inline int _compare_and_overwrite_entry(ENTRY item, ACTION action, in _compare_and_overwrite_entry() 226 ENTRY **retval, struct hsearch_data *htab, int flag, in _compare_and_overwrite_entry() 271 int hsearch_r(ENTRY item, ACTION action, ENTRY ** retval, in hsearch_r() 428 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, in _hdelete() 444 ENTRY e, *ep; in hdelete_r() 525 ENTRY *e1 = *(ENTRY **) p1; in cmpkey() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | lowlevel_init.S | 22 ENTRY(save_boot_params) 29 ENTRY(switch_to_hypervisor) 53 ENTRY(omap_smc1) 66 ENTRY(omap_smc_sec)
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | lowlevel_init.S | 15 ENTRY(reset_cpu) 28 ENTRY(reset_cpu)
|
| /rk3399_rockchip-uboot/env/ |
| H A D | callback.c | 46 void env_callback_init(ENTRY *var_entry) in env_callback_init() 83 static int clear_callback(ENTRY *entry) in clear_callback() 95 ENTRY e, *ep; in set_callback()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/ |
| H A D | lowlevel_init.S | 25 ENTRY(do_omap3_emu_romcode_call) 45 ENTRY(cpy_clk_code) 70 ENTRY(go_to_speed) 172 ENTRY(lowlevel_init) 453 ENTRY(get_36x_mpu_dpll_param) 458 ENTRY(get_36x_iva_dpll_param) 463 ENTRY(get_36x_core_dpll_param) 468 ENTRY(get_36x_per_dpll_param) 473 ENTRY(get_36x_per2_dpll_param)
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | lowlevel.S | 31 ENTRY(get_gic_offset) 60 ENTRY(smp_kick_all_cpus) 72 ENTRY(lowlevel_init) 302 ENTRY(fsl_ocram_init) 310 ENTRY(fsl_clear_ocram) 323 ENTRY(fsl_ocram_clear_ecc_err) 387 ENTRY(__asm_flush_l3_dcache) 438 ENTRY(secondary_boot_func) 521 ENTRY(secondary_switch_to_el2) 527 ENTRY(secondary_switch_to_el1)
|