Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 232) sorted by relevance

12345678910

/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
Dcortex_a57.S42 func cortex_a57_disable_dcache label
53 func cortex_a57_disable_l2_prefetch label
68 func cortex_a57_disable_smp label
78 func cortex_a57_disable_ext_debug label
93 func errata_a57_806969_wa label
126 func errata_a57_813420_wa label
155 func cortex_a57_reset_func label
196 func cortex_a57_core_pwr_dwn label
235 func cortex_a57_cluster_pwr_dwn label
297 func cortex_a57_cpu_reg_dump label
Dcortex_a53.S41 func cortex_a53_disable_dcache label
52 func cortex_a53_disable_smp label
60 func cortex_a53_reset_func label
76 func cortex_a53_core_pwr_dwn label
99 func cortex_a53_cluster_pwr_dwn label
148 func cortex_a53_cpu_reg_dump label
Dcpu_helpers.S48 func reset_handler label
80 func prepare_core_pwr_dwn label
98 func prepare_cluster_pwr_dwn label
117 func init_cpu_ops label
153 func do_cpu_reg_dump label
180 func get_cpu_ops_ptr label
224 func print_revision_warning label
Daem_generic.S35 func aem_generic_core_pwr_dwn label
54 func aem_generic_cluster_pwr_dwn label
80 func aem_generic_cpu_reg_dump label
/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
Dplatform_helpers.S50 func platform_get_core_pos label
61 func platform_check_mpidr label
70 func plat_report_exception label
78 func plat_crash_console_init label
87 func plat_crash_console_putc label
95 func plat_reset_handler label
104 func plat_disable_acp label
Dplatform_mp_stack.S48 func platform_get_stack label
60 func platform_set_stack label
Dplatform_up_stack.S48 func platform_get_stack label
60 func platform_set_stack label
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/aarch64/
Dtsp_entrypoint.S73 func tsp_entrypoint label
159 func tsp_vector_table label
180 func tsp_cpu_off_entry label
191 func tsp_system_off_entry label
202 func tsp_system_reset_entry label
217 func tsp_cpu_on_entry label
305 func tsp_cpu_suspend_entry label
330 func tsp_fiq_entry label
371 func tsp_cpu_resume_entry label
382 func tsp_fast_smc_entry label
[all …]
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
Dcrash_reporting.S85 func print_newline label
96 func size_controlled_print label
135 func str_in_crash_buf_print label
173 func report_unhandled_exception label
189 func report_unhandled_interrupt label
204 func el3_panic label
231 func do_crash_reporting label
351 func report_unhandled_exception label
357 func crash_panic label
Dcontext.S44 func el1_sysregs_context_save label
130 func el1_sysregs_context_restore label
227 func fpregs_context_save label
270 func fpregs_context_restore label
Dcpu_data.S48 func init_cpu_data_ptr label
66 func _cpu_data_by_mpidr label
82 func _cpu_data_by_index label
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
Dmisc_helpers.S50 func get_afflvl_shift label
57 func mpidr_mask_lower_afflvls label
67 func eret label
71 func smc label
81 func zeromem16 label
111 func memcpy16 label
142 func disable_mmu_el3 label
153 func disable_mmu_icache_el3 label
162 func enable_vfp label
Dcache_helpers.S47 func flush_dcache_range label
66 func inv_dcache_range label
104 func do_dcsw_op label
164 func dcsw_op_louis label
168 func dcsw_op_all label
190 func dcsw_op_level1 label
200 func dcsw_op_level2 label
210 func dcsw_op_level3 label
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/aarch64/
Dplat_helpers.S56 func plat_crash_console_init label
69 func plat_crash_console_putc label
81 func plat_report_exception label
97 func platform_get_core_pos label
112 func platform_mem_init label
130 func plat_reset_handler label
Dbl1_plat_helpers.S47 func platform_is_primary_cpu label
66 func plat_secondary_cold_boot_setup label
87 func platform_get_entrypoint label
103 func platform_cold_boot_init label
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/aarch64/
Dplat_helpers.S54 func plat_crash_console_init label
67 func plat_crash_console_putc label
79 func plat_report_exception label
121 func plat_reset_handler label
129 func platform_get_core_pos label
142 func platform_mem_init label
Dbl1_plat_helpers.S41 func platform_is_primary_cpu label
50 func platform_get_entrypoint label
54 func plat_secondary_cold_boot_setup label
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/aarch64/
Dfvp_helpers.S66 func plat_secondary_cold_boot_setup label
122 func platform_get_entrypoint label
165 func platform_mem_init label
182 func plat_report_exception label
195 func platform_is_primary_cpu label
211 func plat_crash_console_init label
224 func plat_crash_console_putc label
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl011/
Dpl011_console.S63 func console_init label
82 func console_core_init label
121 func console_putc label
136 func console_core_putc label
166 func console_getc label
/device/linaro/bootloader/arm-trusted-firmware/common/aarch64/
Ddebug.S80 func asm_assert label
108 func asm_print_str label
123 func asm_print_hex label
159 func do_panic label
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfuncobject.h55 #define PyFunction_GET_CODE(func) \ argument
57 #define PyFunction_GET_GLOBALS(func) \ argument
59 #define PyFunction_GET_MODULE(func) \ argument
61 #define PyFunction_GET_DEFAULTS(func) \ argument
63 #define PyFunction_GET_CLOSURE(func) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfuncobject.h55 #define PyFunction_GET_CODE(func) \ argument
57 #define PyFunction_GET_GLOBALS(func) \ argument
59 #define PyFunction_GET_MODULE(func) \ argument
61 #define PyFunction_GET_DEFAULTS(func) \ argument
63 #define PyFunction_GET_CLOSURE(func) \ argument
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_helpers.S45 func opteed_enter_sp label
80 func opteed_exit_sp label
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_helpers.S45 func tspd_enter_sp label
80 func tspd_exit_sp label
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py5 def decorate(func): argument
13 def decorate(func): argument
21 def __init__(self, exprstr, func, args, kwds): argument
29 def decorate(func): argument
42 def decorate(func): argument
54 def memoize(func): argument
98 def decorate(func): argument
171 def unimp(func): argument
199 def deco(func): argument
226 def decorate(func): argument

12345678910