Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c25 #define AT_L2_CACHESIZE 44 macro
85 p = find_auxv_entry(AT_L2_CACHESIZE, buffer); in test_cache_shape()
/linux/arch/riscv/include/uapi/asm/
H A Dauxvec.h31 #define AT_L2_CACHESIZE 44 macro
/linux/arch/powerpc/include/uapi/asm/
H A Dauxvec.h46 #define AT_L2_CACHESIZE 44 macro
/linux/arch/riscv/include/asm/
H A Delf.h103 NEW_AUX_ENT(AT_L2_CACHESIZE, \
/linux/arch/powerpc/include/asm/
H A Delf.h142 NEW_AUX_ENT(AT_L2_CACHESIZE, ppc64_caches.l2.size); \