Home
last modified time | relevance | path

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

/qemu/util/
H A Dcacheflush.c162 *isize = qemu_getauxval(AT_ICACHEBSIZE); in arch_cache_info()
/qemu/include/
H A Delf.h330 #define AT_ICACHEBSIZE 20 /* instruction cache block size */ macro
/qemu/linux-user/
H A Delfload.c1201 NEW_AUX_ENT(AT_ICACHEBSIZE, cpu->env.icache_line_size); \