Searched refs:func (Results 1 – 9 of 9) sorted by relevance
44 func flush_dcache_range label53 func clean_dcache_range label62 func inv_dcache_range label91 func do_dcsw_op label152 func dcsw_op_louis label157 func dcsw_op_all label180 func dcsw_op_level1 label191 func dcsw_op_level2 label202 func dcsw_op_level3 label
31 func get_afflvl_shift label39 func mpidr_mask_lower_afflvls label50 func eret label55 func smc label93 func zeromem label118 func zeromem_dczva label426 func memcpy16 label456 func disable_mmu_el3 label468 func disable_mmu_icache_el3 label478 func disable_mmu_el1 label[all …]
27 func _entrypoint label82 func _save_system /* EL3t */ label130 func _restore_system /* EL3h */ label
42 void (*func)(uintptr_t param); member152 if (entry->func) { in irq_global()155 entry->func(entry->param); in irq_global()523 entry->func = isr; in set_isr_irq_param()
21 .macro func _name, _align=2 macro59 func deprecated\_name67 func \_name
58 void (*func)(uintptr_t param); member68 entry->func(entry->param); in irq_global()173 entry->func = isr; in set_isr_irq_param()193 entry->func = isr; in set_isr_nmi_param()
18 func rcar_pwrc_switch_stack label
280 osThreadFunc_t func, in osThreadNew() argument292 if (!IS_IRQ() && (func != NULL)) { in osThreadNew()336 (TaskFunction_t)func, in osThreadNew()346 (TaskFunction_t)func, in osThreadNew()
326 # definitions whose arguments contain STL classes (e.g. func(std::string);327 # versus func(std::string) {}). This also make the inheritance and collaboration
Completed in 14 milliseconds