Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/powerpc/cache_shape/
Dcache_shape.c20 #ifndef AT_L1I_CACHESIZE
21 #define AT_L1I_CACHESIZE 40 macro
61 p = find_auxv_entry(AT_L1I_CACHESIZE, buffer); in test_cache_shape()
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dauxvec.h42 #define AT_L1I_CACHESIZE 40 macro
/Linux-v5.4/arch/powerpc/include/asm/
Delf.h142 NEW_AUX_ENT(AT_L1I_CACHESIZE, ppc64_caches.l1i.size); \