| /linux-6.15/arch/x86/kernel/ |
| H A D | sys_ia32.c | 55 unsigned long, offset_low, unsigned long, offset_high) in SYSCALL_DEFINE3() argument 58 ((loff_t) offset_high << 32) | offset_low); in SYSCALL_DEFINE3() 62 unsigned long, offset_low, unsigned long, offset_high) in SYSCALL_DEFINE3() argument 64 return ksys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in SYSCALL_DEFINE3() 87 SYSCALL_DEFINE6(ia32_fadvise64_64, int, fd, __u32, offset_low, in SYSCALL_DEFINE6() argument 92 (((u64)offset_high)<<32) | offset_low, in SYSCALL_DEFINE6()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | desc_defs.h | 135 u16 offset_low; member 151 return g->offset_low | ((unsigned long)g->offset_middle << 16) | in gate_offset() 154 return g->offset_low | ((unsigned long)g->offset_middle << 16); in gate_offset()
|
| H A D | desc.h | 83 gate->offset_low = (u16) func; in pack_gate() 422 gate->offset_low = (u16) addr; in idt_init_desc()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | syscalls.c | 104 int, fd, int, advice, u32, offset_high, u32, offset_low, in SYSCALL_DEFINE6() argument 107 return ksys_fadvise64_64(fd, merge_64(offset_high, offset_low), in SYSCALL_DEFINE6()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | linux32.c | 67 unsigned int, offset_low, loff_t __user *, result, 70 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | idt_64.c | 14 entry.offset_low = (u16)(address & 0xffff); in set_idt_entry()
|
| /linux-6.15/tools/firewire/ |
| H A D | decode-fcp.c | 180 t->request->packet.common.offset_low; in decode_fcp()
|
| H A D | nosy-dump.h | 90 uint32_t offset_low; member
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 142 u32 offset_high, u32 offset_low,
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.c | 42 cmd->offset_low = cpu_to_le16(offset & 0xFFFF); in ice_aq_read_nvm() 145 cmd->offset_low = cpu_to_le16(offset & 0xFFFF); in ice_aq_update_nvm() 173 cmd->offset_low = 0; in ice_aq_erase_nvm()
|
| H A D | ice_fw_update.c | 339 completion_offset = le16_to_cpu(desc->params.nvm.offset_low); in ice_write_one_nvm_block()
|
| H A D | ice_adminq_cmd.h | 1732 __le16 offset_low; member
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | sys.h | 600 int sys_llseek(int fd, unsigned long offset_high, unsigned long offset_low, in sys_llseek() argument 604 return my_syscall5(__NR_llseek, fd, offset_high, offset_low, result, whence); in sys_llseek() 606 return __nolibc_enosys(__func__, fd, offset_high, offset_low, result, whence); in sys_llseek()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_pages.c | 1265 u64 offset_low = num * max_page_size; in igt_write_huge() local 1286 offset_low = round_down(offset_low, in igt_write_huge() 1289 err = __igt_write_huge(ce, obj, size, offset_low, in igt_write_huge() 1301 __func__, ce->engine->name, offset_low, offset_high, in igt_write_huge()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_vdsc.c | 69 get_range_bpg_offset(int bpp_low, int offset_low, int bpp_high, int offset_high, int bpp) in get_range_bpg_offset() argument 71 return offset_low + DIV_ROUND_UP((offset_high - offset_low) * (bpp - bpp_low), in get_range_bpg_offset()
|
| /linux-6.15/drivers/media/pci/cx18/ |
| H A D | cx18-driver.h | 123 __le32 offset_low; member
|
| H A D | cx18-ioctl.c | 729 | le32_to_cpu(e_buf->offset_low); in _cx18_process_idx_data()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_type_e610.h | 762 __le16 offset_low; member
|
| H A D | ixgbe_e610.c | 2221 cmd->offset_low = cpu_to_le16(offset & 0xFFFF); in ixgbe_aci_read_nvm()
|
| /linux-6.15/fs/ |
| H A D | read_write.c | 423 unsigned long, offset_low, loff_t __user *, result, in SYSCALL_DEFINE5() argument 436 offset = vfs_llseek(fd_file(f), ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 471 unsigned long offset_low, loff_t __user *result,
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 1645 u32 offset_low; // Offset in the file of the
|