Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
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()
/linux/arch/powerpc/kernel/
A Dsyscalls.c99 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument
102 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
/linux/arch/x86/include/asm/
A Ddesc_defs.h90 u32 offset_high; member
101 ((unsigned long) g->offset_high << 32); in gate_offset()
A Ddesc.h93 gate->offset_high = (u32) (func >> 32); in pack_gate()
429 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
/linux/arch/mips/kernel/
A Dlinux32.c65 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
69 return sys_llseek(fd, offset_high, offset_low, result, origin);
/linux/drivers/net/ethernet/sfc/
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/arch/x86/boot/compressed/
A Didt_64.c19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
/linux/drivers/net/ipa/
A Dipa_cmd.c491 u16 offset_high; in ipa_cmd_register_write_add() local
501 offset_high = (u16)u32_get_bits(offset, GENMASK(19, 16)); in ipa_cmd_register_write_add()
505 flags = u16_encode_bits(offset_high, in ipa_cmd_register_write_add()
/linux/tools/firewire/
A Ddecode-fcp.c179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
A Dnosy-dump.h87 uint32_t offset_high:16; member
/linux/arch/powerpc/include/asm/
A Dasm-prototypes.h82 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
/linux/drivers/net/ethernet/intel/ice/
A Dice_nvm.c42 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
145 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_update_nvm()
174 cmd->offset_high = 0; in ice_aq_erase_nvm()
A Dice_fw_update.c317 completion_offset |= event.desc.params.nvm.offset_high << 16; in ice_write_one_nvm_block()
A Dice_adminq_cmd.h1394 u8 offset_high; member
/linux/drivers/gpu/drm/i915/gem/selftests/
A Dhuge_pages.c1179 u64 offset_high = (max - num) * max_page_size; in igt_write_huge() local
1203 err = __igt_write_huge(ce, obj, size, offset_high, in igt_write_huge()
1210 __func__, ce->engine->name, offset_low, offset_high, in igt_write_huge()
/linux/drivers/firewire/
A Dcore-transaction.c40 #define HEADER_OFFSET_HIGH(offset_high) ((offset_high) << 0) argument
/linux/drivers/media/pci/cx18/
A Dcx18-driver.h125 __le32 offset_high; member
A Dcx18-ioctl.c695 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data()
/linux/drivers/staging/fieldbus/anybuss/
A Dhost.c227 __be16 offset_high; member
837 h->offset_high = cpu_to_be16(0); in _anybus_mbox_cmd()
/linux/fs/
A Dread_write.c336 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, in SYSCALL_DEFINE5() argument
351 offset = vfs_llseek(f.file, ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
/linux/include/linux/
A Dsyscalls.h498 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
/linux/Documentation/driver-api/media/drivers/
A Dcx2341x-devel.rst1646 u32 offset_high; // start of this frame

Completed in 84 milliseconds