Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn-eval.c519 * @offs1: Offset of the first operand register
524 * @offs1 and @offs2 will be written with the offset of the two registers
533 int *offs1, int *offs2) in get_reg_offset_16()
562 if (!offs1 || !offs2) in get_reg_offset_16()
567 *offs1 = insn_get_modrm_rm_off(insn, regs); in get_reg_offset_16()
572 *offs1 = regoff1[X86_MODRM_RM(insn->modrm.value)]; in get_reg_offset_16()
584 *offs1 = -EDOM; in get_reg_offset_16()
532 get_reg_offset_16(struct insn *insn, struct pt_regs *regs, int *offs1, int *offs2) get_reg_offset_16() argument
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dinsn-eval.c537 * @offs1: Offset of the first operand register
542 * @offs1 and @offs2 will be written with the offset of the two registers
551 int *offs1, int *offs2) in get_reg_offset_16()
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()
550 get_reg_offset_16(struct insn *insn, struct pt_regs *regs, int *offs1, int *offs2) get_reg_offset_16() argument

Completed in 7 milliseconds