Home
last modified time | relevance | path

Searched refs:ENTRY (Results 1 – 25 of 170) sorted by relevance

1234567

/openbmc/u-boot/arch/xtensa/lib/
H A Dmisc.S20 ENTRY(__invalidate_icache_page)
35 ENTRY(__invalidate_dcache_page)
50 ENTRY(__flush_invalidate_dcache_page)
65 ENTRY(__flush_dcache_page)
80 ENTRY(__invalidate_icache_range)
95 ENTRY(__flush_invalidate_dcache_range)
110 ENTRY(__flush_dcache_range)
125 ENTRY(__invalidate_dcache_range)
139 ENTRY(__invalidate_icache_all)
154 ENTRY(__flush_invalidate_dcache_all)
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dints_low.S88 ENTRY(memory_error)
95 ENTRY(instruction_error)
102 ENTRY(interrupt_handler)
108 ENTRY(EV_MachineCheck)
115 ENTRY(EV_TLBMissI)
121 ENTRY(EV_TLBMissD)
127 ENTRY(EV_TLBProtV)
134 ENTRY(EV_PrivilegeV)
140 ENTRY(EV_Trap)
146 ENTRY(EV_Extension)
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S39 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 Dsmccc-call.S47 ENTRY(__arm_smccc_smc)
57 ENTRY(__arm_smccc_hvc)
/openbmc/u-boot/arch/arm/lib/
H A Ddebug.S43 ENTRY(printhex8)
48 ENTRY(printhex4)
53 ENTRY(printhex2)
77 ENTRY(printascii)
93 ENTRY(printch)
101 ENTRY(debug_ll_addr)
111 ENTRY(printascii)
119 ENTRY(printch)
128 ENTRY(debug_ll_addr)
H A Dccn504.S20 ENTRY(ccn504_add_masters_to_dvm)
46 ENTRY(ccn504_set_qos)
68 ENTRY(ccn504_set_aux)
H A Dsetjmp.S11 ENTRY(setjmp)
25 ENTRY(longjmp)
H A Dlib1funcs.S195 ENTRY(__udivsi3)
196 ENTRY(__aeabi_uidiv)
227 ENTRY(__umodsi3)
247 ENTRY(__divsi3)
248 ENTRY(__aeabi_idiv)
292 ENTRY(__modsi3)
320 ENTRY(__aeabi_uidivmod)
336 ENTRY(__aeabi_idivmod)
371 ENTRY(__gnu_thumb1_case_sqi)
385 ENTRY(__gnu_thumb1_case_uqi)
[all …]
H A Dgic_64.S23 ENTRY(gic_init_secure)
76 ENTRY(gic_init_secure_percpu)
169 ENTRY(gic_kick_secondary_cpus)
192 ENTRY(gic_wait_for_interrupt)
H A Dashrdi3.S18 ENTRY(__ashrdi3)
19 ENTRY(__aeabi_lasr)
H A Dlshrdi3.S18 ENTRY(__lshrdi3)
19 ENTRY(__aeabi_llsr)
/openbmc/u-boot/include/
H A Dsearch.h39 } ENTRY; typedef
62 int (*change_ok)(const ENTRY *__item, const char *newval, enum env_op,
78 extern int hsearch_r(ENTRY __item, ACTION __action, ENTRY ** __retval,
85 extern int hmatch_r(const char *__match, int __last_idx, ENTRY ** __retval,
106 extern int hwalk_r(struct hsearch_data *__htab, int (*callback)(ENTRY *));
/openbmc/qemu/pc-bios/vof/
H A Dentry.S5 #define ENTRY(func_name) \ macro
19 ENTRY(_start)
23 ENTRY(_prom_entry)
35 ENTRY(ci_entry)
42 ENTRY(hv_rtas)
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache.S25 ENTRY(__asm_dcache_level)
71 ENTRY(__asm_dcache_all)
110 ENTRY(__asm_flush_dcache_all)
117 ENTRY(__asm_invalidate_dcache_all)
132 ENTRY(__asm_flush_dcache_range)
159 ENTRY(__asm_invalidate_dcache_range)
183 ENTRY(__asm_invalidate_icache_all)
191 ENTRY(__asm_invalidate_l3_dcache)
199 ENTRY(__asm_flush_l3_dcache)
207 ENTRY(__asm_invalidate_l3_icache)
[all …]
H A Dtransition.S13 ENTRY(armv8_switch_to_el2)
36 ENTRY(armv8_switch_to_el1)
H A Dsmccc-call.S35 ENTRY(__arm_smccc_smc)
45 ENTRY(__arm_smccc_hvc)
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/
H A Dcache.S14 ENTRY(__asm_tegra_cache_smc)
26 ENTRY(__asm_invalidate_l3_dcache)
32 ENTRY(__asm_flush_l3_dcache)
38 ENTRY(__asm_invalidate_l3_icache)
/openbmc/u-boot/test/env/
H A Dhashtable.c21 ENTRY item; in htab_fill()
22 ENTRY *ritem; in htab_fill()
41 ENTRY item; in htab_check_fill()
42 ENTRY *ritem; in htab_check_fill()
64 ENTRY item; in htab_create_delete()
65 ENTRY *ritem; in htab_create_delete()
/openbmc/u-boot/lib/
H A Dhashtable.c64 ENTRY entry;
68 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep,
154 ENTRY *ep = &htab->table[i].entry; in hdestroy_r()
203 int hmatch_r(const char *match, int last_idx, ENTRY ** retval, in hmatch_r()
227 static inline int _compare_and_overwrite_entry(ENTRY item, ACTION action, in _compare_and_overwrite_entry()
228 ENTRY **retval, struct hsearch_data *htab, int flag, in _compare_and_overwrite_entry()
273 int hsearch_r(ENTRY item, ACTION action, ENTRY ** retval, in hsearch_r()
434 static void _hdelete(const char *key, struct hsearch_data *htab, ENTRY *ep, in _hdelete()
450 ENTRY e, *ep; in hdelete_r()
531 ENTRY *e1 = *(ENTRY **) p1; in cmpkey()
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dlowlevel_init.S21 ENTRY(save_boot_params)
28 ENTRY(switch_to_hypervisor)
52 ENTRY(omap_smc1)
65 ENTRY(omap_smc_sec)
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/
H A Dlowlevel_init.S10 ENTRY(save_boot_params)
16 ENTRY(lowlevel_init)
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dlowlevel_init.S25 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)
/openbmc/u-boot/env/
H A Dcallback.c45 void env_callback_init(ENTRY *var_entry) in env_callback_init()
82 static int clear_callback(ENTRY *entry) in clear_callback()
94 ENTRY e, *ep; in set_callback()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S30 ENTRY(get_gic_offset)
59 ENTRY(smp_kick_all_cpus)
71 ENTRY(lowlevel_init)
317 ENTRY(fsl_ocram_init)
325 ENTRY(fsl_clear_ocram)
338 ENTRY(fsl_ocram_clear_ecc_err)
404 ENTRY(__asm_flush_l3_dcache)
451 ENTRY(secondary_boot_func)
534 ENTRY(secondary_switch_to_el2)
540 ENTRY(secondary_switch_to_el1)
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dlowlevel_init.S14 ENTRY(reset_cpu)
27 ENTRY(reset_cpu)

1234567