Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/alpha/
A Ddl-auxv.h21 extern long __libc_alpha_cache_shape[4];
25 __libc_alpha_cache_shape[0] = av->a_un.a_val; \
28 __libc_alpha_cache_shape[1] = av->a_un.a_val; \
31 __libc_alpha_cache_shape[2] = av->a_un.a_val; \
34 __libc_alpha_cache_shape[3] = av->a_un.a_val; \
A Dsysconf.c29 extern long __libc_alpha_cache_shape[4];
46 shape = __libc_alpha_cache_shape[index]; in __sysconf()
103 __libc_alpha_cache_shape[0] = shape_l1i; in __sysconf()
104 __libc_alpha_cache_shape[1] = shape_l1d; in __sysconf()
105 __libc_alpha_cache_shape[2] = shape_l2; in __sysconf()
106 __libc_alpha_cache_shape[3] = shape_l3; in __sysconf()
107 shape = __libc_alpha_cache_shape[index]; in __sysconf()
A Ddl-sysdep.c3 long __libc_alpha_cache_shape[4] = { -2, -2, -2, -2 }; variable
A DVersions93 __libc_alpha_cache_shape;
98 __libc_alpha_cache_shape;

Completed in 5 milliseconds