Searched refs:vdso_func (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/sched/ |
D | sched_getcpu.c | 23 static void *volatile vdso_func; variable 32 a_cas_p(&vdso_func, (void *)getcpu_init, p); in getcpu_init() 36 static void *volatile vdso_func = (void *)getcpu_init; variable 46 getcpu_f f = (getcpu_f)vdso_func; in sched_getcpu()
|
/third_party/musl/src/sched/ |
D | sched_getcpu.c | 9 static void *volatile vdso_func; variable 17 a_cas_p(&vdso_func, (void *)getcpu_init, p); in getcpu_init() 21 static void *volatile vdso_func = (void *)getcpu_init; variable 31 getcpu_f f = (getcpu_f)vdso_func; in sched_getcpu()
|
/third_party/musl/porting/linux/user/src/linux/ |
D | cache.c | 40 static void *volatile vdso_func; variable 48 a_cas_p(&vdso_func, (void *)flush_icache_init, p); in flush_icache_init() 52 static void *volatile vdso_func = (void *)flush_icache_init; variable 57 (int (*)(void *, void *, unsigned long int))vdso_func; in __riscv_flush_icache()
|
/third_party/musl/src/linux/ |
D | cache.c | 26 static void *volatile vdso_func; variable 33 a_cas_p(&vdso_func, (void *)flush_icache_init, p); in flush_icache_init() 37 static void *volatile vdso_func = (void *)flush_icache_init; variable 42 (int (*)(void *, void *, unsigned long int))vdso_func; in __riscv_flush_icache()
|
/third_party/musl/porting/linux/user/src/time/ |
D | clock_gettime.c | 24 static void *volatile vdso_func; variable 39 a_cas_p(&vdso_func, (void *)cgt_time32_wrap, 0); in cgt_time32_wrap() 64 a_cas_p(&vdso_func, (void *)cgt_init, p); in cgt_init() 68 static void *volatile vdso_func = (void *)cgt_init; variable 78 (int (*)(clockid_t, struct timespec *))vdso_func; in __clock_gettime()
|
/third_party/musl/src/time/ |
D | clock_gettime.c | 9 static void *volatile vdso_func; variable 24 a_cas_p(&vdso_func, (void *)cgt_time32_wrap, 0); in cgt_time32_wrap() 48 a_cas_p(&vdso_func, (void *)cgt_init, p); in cgt_init() 52 static void *volatile vdso_func = (void *)cgt_init; variable 62 (int (*)(clockid_t, struct timespec *))vdso_func; in __clock_gettime()
|