Home
last modified time | relevance | path

Searched refs:func_type (Results 1 – 1 of 1) sorted by relevance

/sysdeps/unix/sysv/linux/riscv/
A Dflush-icache.c31 typedef int (*func_type) (void *, void *, unsigned long int); typedef
39 static func_type
42 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