Searched refs:func_type (Results 1 – 1 of 1) sorted by relevance
31 typedef int (*func_type) (void *, void *, unsigned long int); typedef39 static func_type42 func_type func = dl_vdso_vsym ("__vdso_flush_icache"); in __lookup_riscv_flush_icache()63 static volatile func_type cached_func;65 func_type func = atomic_load_relaxed (&cached_func);
Completed in 7 milliseconds