/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | recovery.c | 232 int err, offs1, offs2; in ubifs_recover_master_node() local 255 offs2 = (void *)mst2 - buf2; 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() 267 c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node() 291 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node() 292 if (offs2 + sz + sz <= c->leb_size) in ubifs_recover_master_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | recovery.c | 232 int err, offs1, offs2; in ubifs_recover_master_node() local 255 offs2 = (void *)mst2 - buf2; 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() 267 c->leb_size - offs2 - sz < sz) { in ubifs_recover_master_node() 291 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node() 292 if (offs2 + sz + sz <= c->leb_size) in ubifs_recover_master_node()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | insn-eval.c | 520 * @offs2: Offset of the second opeand register, if applicable 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() 568 *offs2 = -EDOM; in get_reg_offset_16() 573 *offs2 = regoff2[X86_MODRM_RM(insn->modrm.value)]; 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 D | insn-eval.c | 538 * @offs2: Offset of the second operand register, if applicable 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() 586 *offs2 = -EDOM; in get_reg_offset_16() 591 *offs2 = regoff2[X86_MODRM_RM(insn->modrm.value)]; 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
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 1026 * @offs2: offset in second buffer 1035 void *buf2, size_t offs2, size_t buf2_size) in intel_pt_compare_buffers() 1037 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() 1040 return memcmp(buf1, buf2 + offs2, compare_size); in intel_pt_compare_buffers() 1043 if (memcmp(buf1, buf2 + offs2, part_size)) in intel_pt_compare_buffers() 1034 intel_pt_compare_buffers(void *buf1, size_t compare_size, void *buf2, size_t offs2, size_t buf2_size) intel_pt_compare_buffers() argument
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 1017 * @offs2: offset in second buffer 1026 void *buf2, size_t offs2, size_t buf2_size) in intel_pt_compare_buffers() 1028 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() 1031 return memcmp(buf1, buf2 + offs2, compare_size); in intel_pt_compare_buffers() 1034 if (memcmp(buf1, buf2 + offs2, part_size)) in intel_pt_compare_buffers() 1025 intel_pt_compare_buffers(void *buf1, size_t compare_size, void *buf2, size_t offs2, size_t buf2_size) intel_pt_compare_buffers() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1285 unsigned int offs2; in matroxfb_getmemory() local 1316 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000) in matroxfb_getmemory() 1317 mga_writeb(vm, offs2, *tmp++); in matroxfb_getmemory()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1286 unsigned int offs2; in matroxfb_getmemory() local 1317 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000) in matroxfb_getmemory() 1318 mga_writeb(vm, offs2, *tmp++); in matroxfb_getmemory()
|