Searched refs:shape_l2 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | sysconf.c | 49 long shape_l1i, shape_l1d, shape_l2, shape_l3 = -1; in __sysconf() local 64 shape_l1i = shape_l1d = shape_l2 = CSHAPE (0, 5, 1); in __sysconf() 73 shape_l2 = CSHAPE (96*1024, 6, 3); in __sysconf() 83 shape_l1i = shape_l1d = shape_l2 = CSHAPE (0, 6, 1); in __sysconf() 90 shape_l2 = CSHAPE (0, 6, 1); in __sysconf() 95 shape_l2 = CSHAPE(7*1024*1024/4, 6, 7); in __sysconf() 99 shape_l1i = shape_l1d = shape_l2 = 0; in __sysconf() 105 __libc_alpha_cache_shape[2] = shape_l2; in __sysconf()
|