Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c26 #define AT_L2_CACHEGEOMETRY 45 macro
91 p = find_auxv_entry(AT_L2_CACHEGEOMETRY, buffer); in test_cache_shape()
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dauxvec.h32 #define AT_L2_CACHEGEOMETRY 45 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dauxvec.h47 #define AT_L2_CACHEGEOMETRY 45 macro
/openbmc/linux/arch/riscv/include/asm/
H A Delf.h109 NEW_AUX_ENT(AT_L2_CACHEGEOMETRY, \
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h145 NEW_AUX_ENT(AT_L2_CACHEGEOMETRY, get_cache_geometry(l2)); \