Searched refs:sib_index (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/base/ |
| H A D | cacheinfo.c | 396 unsigned int index, sib_index; in cache_shared_cpu_map_setup() local 422 for (sib_index = 0; sib_index < cache_leaves(i); sib_index++) { in cache_shared_cpu_map_setup() 423 sib_leaf = per_cpu_cacheinfo_idx(i, sib_index); in cache_shared_cpu_map_setup() 455 unsigned int sibling, index, sib_index; in cache_shared_cpu_map_remove() local 463 for (sib_index = 0; sib_index < cache_leaves(sibling); sib_index++) { in cache_shared_cpu_map_remove() 464 sib_leaf = per_cpu_cacheinfo_idx(sibling, sib_index); in cache_shared_cpu_map_remove()
|
| /linux/tools/objtool/arch/x86/ |
| H A D | decode.c | 198 sib_base == (reg) && sib_index == CFI_SP && \ 228 sib = 0, /* sib_scale = 0, */ sib_index = 0, sib_base = 0; in arch_decode_instruction() local 274 sib_index = X86_SIB_INDEX(sib) + 8*rex_x; in arch_decode_instruction() 416 if (sib_index != CFI_SP) in arch_decode_instruction() 510 if (sib_index != CFI_SP) in arch_decode_instruction()
|
| /linux/arch/x86/lib/ |
| H A D | insn-eval.c | 1700 u8 sib = 0, sib_scale, sib_index, sib_base; in insn_is_nop() local 1735 sib_index = X86_SIB_INDEX(sib) + 8*x3 + 16*x4; in insn_is_nop() 1787 if (sib && (sib_scale != 0 || sib_index != 4)) /* (%reg, %eiz, 1) */ in insn_is_nop()
|