Home
last modified time | relevance | path

Searched refs:offset_high (Results 1 – 17 of 17) sorted by relevance

/linux/arch/x86/kernel/
H A Dsys_ia32.c55 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()
H A Dmachine_kexec_64.c335 idtentry.offset_high = control_page >> 32; in prepare_debug_idt()
/linux/arch/powerpc/kernel/
H A Dsyscalls.c104 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/arch/mips/kernel/
H A Dlinux32.c66 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
70 return sys_llseek(fd, offset_high, offset_low, result, origin);
/linux/arch/x86/boot/compressed/
H A Didt_64.c19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
/linux/drivers/net/ethernet/sfc/
H A Def100.c284 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/tools/firewire/
H A Ddecode-fcp.c179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
H A Dnosy-dump.h87 uint32_t offset_high:16; member
/linux/drivers/net/ipa/
H A Dipa_cmd.c450 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/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c43 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()
/linux/arch/powerpc/include/asm/
H A Dsyscalls.h142 u32 offset_high, u32 offset_low,
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c2348 cmd->offset_high = (offset >> 16) & 0xFF; in ixgbe_aci_read_nvm()
2386 cmd->offset_high = 0; in ixgbe_aci_erase_nvm()
2427 cmd->offset_high = FIELD_GET(IXGBE_ACI_NVM_OFFSET_HI_U_MASK, offset); in ixgbe_aci_update_nvm()
2469 cmd->offset_high = (u8)FIELD_GET(IXGBE_ACI_NVM_OFFSET_HI_A_MASK, in ixgbe_nvm_write_activate()
H A Dixgbe_type_e610.h687 u8 offset_high; /* For Write Activate offset_high is used as flags2 */ member
/linux/fs/
H A Dread_write.c424 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, in SYSCALL_DEFINE5() argument
438 offset = vfs_llseek(fd_file(f), ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c736 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data()
/linux/include/linux/
H A Dsyscalls.h481 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst1646 u32 offset_high; // start of this frame