Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/arch/powerpc/kernel/
A Dsys_ppc32.c73 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.3-rc2/arch/powerpc/include/asm/
A Dsyscalls.h95 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.3-rc2/drivers/pci/
A Dvc.c105 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local
126 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC); in pci_vc_enable()
127 if (!pos2) in pci_vc_enable()
130 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable()
135 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL + in pci_vc_enable()
137 status_pos2 = pos2 + PCI_VC_RES_STATUS + in pci_vc_enable()
/linux-6.3-rc2/drivers/acpi/acpica/
A Dutprint.c170 char *pos2; in acpi_ut_print_number() local
173 pos2 = string; in acpi_ut_print_number()
176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
179 *pos2 = 0; in acpi_ut_print_number()
/linux-6.3-rc2/drivers/thermal/
A Dthermal_core.c615 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local
625 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device()
626 if (pos2 == cdev) in thermal_zone_bind_cooling_device()
630 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Drs600.c73 u32 pos1, pos2; in avivo_is_counter_moving() local
76 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
78 if (pos1 != pos2) in avivo_is_counter_moving()
A Devergreen.c1357 u32 pos1, pos2; in dce4_is_counter_moving() local
1360 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1362 if (pos1 != pos2) in dce4_is_counter_moving()
/linux-6.3-rc2/fs/
A Ddax.c1967 loff_t pos1 = it_src->pos, pos2 = it_dest->pos; in dax_range_compare_iter() local
1989 ret = dax_iomap_direct_access(dmap, pos2, ALIGN(pos2 + len, PAGE_SIZE), in dax_range_compare_iter()
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1831 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() local
1834 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1835 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx-pip-defs.h262 uint64_t pos2:7; member
272 uint64_t pos2:7;
/linux-6.3-rc2/mm/
A Dfilemap.c2639 static inline bool pos_same_folio(loff_t pos1, loff_t pos2, struct folio *folio) in pos_same_folio() argument
2643 return (pos1 >> shift == pos2 >> shift); in pos_same_folio()
/linux-6.3-rc2/kernel/events/
A Dcore.c3399 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \ argument
3401 pos2 = list_first_entry(head2, typeof(*pos2), member); \
3403 !list_entry_is_head(pos2, head2, member); \
3405 pos2 = list_next_entry(pos2, member))

Completed in 64 milliseconds