Home
last modified time | relevance | path

Searched refs:sib_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/base/
H A Dcacheinfo.c361 unsigned int index, sib_index; in cache_shared_cpu_map_setup() local
389 for (sib_index = 0; sib_index < cache_leaves(i); sib_index++) { in cache_shared_cpu_map_setup()
390 sib_leaf = per_cpu_cacheinfo_idx(i, sib_index); in cache_shared_cpu_map_setup()
422 unsigned int sibling, index, sib_index; in cache_shared_cpu_map_remove() local
433 for (sib_index = 0; sib_index < cache_leaves(sibling); sib_index++) { in cache_shared_cpu_map_remove()
434 sib_leaf = per_cpu_cacheinfo_idx(sibling, sib_index); in cache_shared_cpu_map_remove()
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c129 sib_base == (reg) && sib_index == CFI_SP : \
158 sib = 0, /* sib_scale = 0, */ sib_index = 0, sib_base = 0; in arch_decode_instruction() local
204 sib_index = X86_SIB_INDEX(sib) + 8*rex_x; in arch_decode_instruction()
348 if (sib_index != CFI_SP) in arch_decode_instruction()
460 if (sib_index != CFI_SP) in arch_decode_instruction()