| /linux-6.15/arch/powerpc/kernel/ |
| H A D | sys_ppc32.c | 73 u32, reg6, u32, pos1, u32, pos2) in PPC32_SYSCALL_DEFINE6() argument 75 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6() 81 u32, reg6, u32, pos1, u32, pos2) in PPC32_SYSCALL_DEFINE6() argument 83 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 95 u32 reg6, u32 pos1, u32 pos2); 98 u32 reg6, u32 pos1, u32 pos2); 121 u32 reg6, u32 pos1, u32 pos2); 124 u32 reg6, u32 pos1, u32 pos2);
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | utprint.c | 169 const char *pos1; in acpi_ut_print_number() local 172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number() 175 while (pos1 != ascii_string) { in acpi_ut_print_number() 176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fsck.c | 1597 struct bpos pos1, struct snapshots_seen *pos1_seen, in overlapping_extents_found() argument 1608 BUG_ON(bkey_le(pos1, bkey_start_pos(&pos2))); in overlapping_extents_found() 1610 bch2_trans_iter_init(trans, &iter1, btree, pos1, in overlapping_extents_found() 1613 k1 = bch2_btree_iter_peek_max(trans, &iter1, POS(pos1.inode, U64_MAX)); in overlapping_extents_found() 1621 if (!bpos_eq(pos1, k1.k->p)) { in overlapping_extents_found() 1623 bch2_bpos_to_text(&buf, pos1); in overlapping_extents_found() 1638 k2 = bch2_btree_iter_peek_max(trans, &iter2, POS(pos1.inode, U64_MAX)); in overlapping_extents_found() 1659 pos1.snapshot >= pos2.p.snapshot ? "first" : "second"); in overlapping_extents_found() 1666 if (pos1.snapshot < pos2.p.snapshot) { in overlapping_extents_found() 1686 if (pos1.snapshot == pos2.p.snapshot) { in overlapping_extents_found() [all …]
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | rs600.c | 72 u32 pos1, pos2; in avivo_is_counter_moving() local 74 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 77 if (pos1 != pos2) in avivo_is_counter_moving()
|
| H A D | evergreen.c | 1358 u32 pos1, pos2; in dce4_is_counter_moving() local 1360 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1363 if (pos1 != pos2) in dce4_is_counter_moving()
|
| /linux-6.15/sound/pci/ |
| H A D | intel8x0.c | 2636 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local 2681 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock() 2682 if (pos1 == 0) { in intel8x0_measure_ac97_clock() 2687 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock() 2690 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock() 2694 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
|
| /linux-6.15/fs/ |
| H A D | dax.c | 2203 loff_t pos1 = it_src->pos, pos2 = it_dest->pos; in dax_range_compare_iter() local 2221 ret = dax_iomap_direct_access(smap, pos1, ALIGN(pos1 + len, PAGE_SIZE), in dax_range_compare_iter()
|
| /linux-6.15/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 1865 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local 1869 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1870 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
| /linux-6.15/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip-defs.h | 264 uint64_t pos1:7; member 270 uint64_t pos1:7;
|
| /linux-6.15/mm/ |
| H A D | filemap.c | 2631 static inline bool pos_same_folio(loff_t pos1, loff_t pos2, struct folio *folio) in pos_same_folio() argument 2635 return (pos1 >> shift == pos2 >> shift); in pos_same_folio()
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1512 low1, pos1, time_to = self.XPixelToData(x + 1) 1516 for i in xrange(pos0, pos1 + 1):
|