Searched refs:offs1 (Results 1 – 2 of 2) sorted by relevance
538 * @offs1: Offset of the first operand register543 * @offs1 and @offs2 will be written with the offset of the two registers552 int *offs1, int *offs2) in get_reg_offset_16() argument 581 if (!offs1 || !offs2) in get_reg_offset_16() 586 *offs1 = insn_get_modrm_rm_off(insn, regs); in get_reg_offset_16() 591 *offs1 = regoff1[X86_MODRM_RM(insn->modrm.value)]; in get_reg_offset_16() 603 *offs1 = -EDOM; in get_reg_offset_16()
232 int err, offs1, offs2; in ubifs_recover_master_node() local 245 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node() 247 (offs1 == 0 && !cor1)) { in ubifs_recover_master_node() 256 if (offs1 == offs2) { in ubifs_recover_master_node() 261 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node() 266 } else if (offs1 == 0 && in ubifs_recover_master_node() 280 if (offs1 != 0 || cor1) in ubifs_recover_master_node()