Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dsysconf.c26 #define CSHAPE(totalsize, linesize, assoc) \ macro
64 shape_l1i = shape_l1d = shape_l2 = CSHAPE (0, 5, 1); in __sysconf()
71 shape_l1i = shape_l1d = CSHAPE(8*1024, 5, 1); in __sysconf()
73 shape_l2 = CSHAPE (96*1024, 6, 3); in __sysconf()
75 shape_l3 = CSHAPE (0, 6, 1); in __sysconf()
83 shape_l1i = shape_l1d = shape_l2 = CSHAPE (0, 6, 1); in __sysconf()
88 shape_l1i = shape_l1d = CSHAPE(64*1024, 6, 2); in __sysconf()
90 shape_l2 = CSHAPE (0, 6, 1); in __sysconf()
94 shape_l1i = shape_l1d = CSHAPE(64*1024, 6, 2); in __sysconf()
95 shape_l2 = CSHAPE(7*1024*1024/4, 6, 7); in __sysconf()