Home
last modified time | relevance | path

Searched refs:l1_instruction_cache_size (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-dump-cpu.c43 add_hi(cpu.l1_instruction_cache_size); in dump_cpu()
Dhdt-menu-processor.c104 hardware->cpu.l1_instruction_cache_size, in compute_processor()
108 hardware->cpu.l1_instruction_cache_size, in compute_processor()
Dhdt-cli-cpu.c122 hardware->cpu.l1_instruction_cache_size, in show_cpu()
/external/syslinux/com32/gplinclude/
Dcpuid.h148 uint16_t l1_instruction_cache_size; member
/external/syslinux/com32/lua/src/
Dcpu.c50 add_int_item(L, "l1_instruction_cache", lua_cpu.l1_instruction_cache_size); in cpu_getflags()
/external/syslinux/com32/gpllib/
Dcpuid.c595 cpu->l1_instruction_cache_size = c->x86_l1_instruction_cache_size; in set_generic_info()