Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/arch/riscv/include/uapi/asm/
Dauxvec.h27 #define AT_L1I_CACHESIZE 40 macro
/linux-6.12.1/arch/powerpc/include/uapi/asm/
Dauxvec.h42 #define AT_L1I_CACHESIZE 40 macro
/linux-6.12.1/arch/riscv/include/asm/
Delf.h95 NEW_AUX_ENT(AT_L1I_CACHESIZE, \
/linux-6.12.1/arch/powerpc/include/asm/
Delf.h138 NEW_AUX_ENT(AT_L1I_CACHESIZE, ppc64_caches.l1i.size); \