Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dauxvec.h9 #define AT_DCACHEBSIZE 19 macro
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h169 NEW_AUX_ENT(AT_DCACHEBSIZE, dcache_bsize); \
/openbmc/qemu/util/
H A Dcacheflush.c165 *dsize = qemu_getauxval(AT_DCACHEBSIZE); in arch_cache_info()
/openbmc/qemu/include/
H A Delf.h329 #define AT_DCACHEBSIZE 19 /* data cache block size */ macro
/openbmc/qemu/linux-user/
H A Delfload.c1149 NEW_AUX_ENT(AT_DCACHEBSIZE, cpu->env.dcache_line_size); \