Home
last modified time | relevance | path

Searched refs:offs1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/lib/
H A Dinsn-eval.c551 int *offs1, int *offs2) in get_reg_offset_16() argument
580 if (!offs1 || !offs2) in get_reg_offset_16()
585 *offs1 = insn_get_modrm_rm_off(insn, regs); in get_reg_offset_16()
590 *offs1 = regoff1[X86_MODRM_RM(insn->modrm.value)]; in get_reg_offset_16()
602 *offs1 = -EDOM; in get_reg_offset_16()
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c233 int err, offs1, offs2; in ubifs_recover_master_node() local
246 offs1 = (void *)mst1 - buf1; in ubifs_recover_master_node()
248 (offs1 == 0 && !cor1)) { in ubifs_recover_master_node()
257 if (offs1 == offs2) { in ubifs_recover_master_node()
264 } else if (offs2 + sz == offs1) { in ubifs_recover_master_node()
269 } else if (offs1 == 0 && in ubifs_recover_master_node()
283 if (offs1 != 0 || cor1) in ubifs_recover_master_node()
/openbmc/linux/fs/ubifs/
H A Drecovery.c232 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()
/openbmc/qemu/hw/ppc/
H A Dtrace-events118 ppc_tb_adjust(uint64_t offs1, uint64_t offs2, int64_t diff, int64_t seconds) "adjusted from 0x%"PRI…