| /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() 88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6() argument 92 (((u64)offset_high)<<32) | offset_low, in SYSCALL_DEFINE6()
|
| /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 | 66 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high, 70 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | desc_defs.h | 140 u32 offset_high; member 152 ((unsigned long) g->offset_high << 32); in gate_offset()
|
| H A D | desc.h | 93 gate->offset_high = (u32) (func >> 32); in pack_gate() 427 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | idt_64.c | 19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | ef100.c | 284 u32 offset_high = 0; in ef100_pci_parse_xilinx_cap() local 316 rc = ef100_pci_get_config_bits(efx, vndr_cap, TBL_OFF_HI, &offset_high); in ef100_pci_parse_xilinx_cap() 326 (((u64)offset_high) << ESE_GZ_VSEC_TBL_OFF_HI_BYTES_SHIFT); in ef100_pci_parse_xilinx_cap()
|
| /linux-6.15/tools/firewire/ |
| H A D | decode-fcp.c | 179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
|
| H A D | nosy-dump.h | 87 uint32_t offset_high:16; member
|
| /linux-6.15/drivers/net/ipa/ |
| H A D | ipa_cmd.c | 450 u16 offset_high; in ipa_cmd_register_write_add() local 460 offset_high = (u16)u32_get_bits(offset, GENMASK(19, 16)); in ipa_cmd_register_write_add() 464 flags = u16_encode_bits(offset_high, in ipa_cmd_register_write_add()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.c | 43 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm() 146 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_update_nvm() 174 cmd->offset_high = 0; in ice_aq_erase_nvm() 1237 cmd->offset_high = (u8)((cmd_flags >> 8) & 0xFF); in ice_nvm_write_activate()
|
| H A D | ice_fw_update.c | 340 completion_offset |= desc->params.nvm.offset_high << 16; in ice_write_one_nvm_block()
|
| H A D | ice_adminq_cmd.h | 1733 u8 offset_high; member
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 142 u32 offset_high, u32 offset_low,
|
| /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/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/gpu/drm/i915/gem/selftests/ |
| H A D | huge_pages.c | 1266 u64 offset_high = (max - num) * max_page_size; in igt_write_huge() local 1294 err = __igt_write_huge(ce, obj, size, offset_high, in igt_write_huge() 1301 __func__, ce->engine->name, offset_low, offset_high, in igt_write_huge()
|
| /linux-6.15/drivers/media/pci/cx18/ |
| H A D | cx18-driver.h | 124 __le32 offset_high; member
|
| H A D | cx18-ioctl.c | 728 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_type_e610.h | 763 u8 offset_high; /* For Write Activate offset_high is used as flags2 */ member
|
| H A D | ixgbe_e610.c | 2222 cmd->offset_high = (offset >> 16) & 0xFF; in ixgbe_aci_read_nvm()
|
| /linux-6.15/fs/ |
| H A D | read_write.c | 422 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, 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 | 470 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 1646 u32 offset_high; // start of this frame
|