Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dauxvec.h10 #define AT_ICACHEBSIZE 20 macro
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h170 NEW_AUX_ENT(AT_ICACHEBSIZE, icache_bsize); \
/openbmc/qemu/util/
H A Dcacheflush.c162 *isize = qemu_getauxval(AT_ICACHEBSIZE); in arch_cache_info()
/openbmc/qemu/include/
H A Delf.h330 #define AT_ICACHEBSIZE 20 /* instruction cache block size */ macro
/openbmc/qemu/linux-user/
H A Delfload.c1150 NEW_AUX_ENT(AT_ICACHEBSIZE, cpu->env.icache_line_size); \