/Linux-v5.4/arch/x86/ia32/ |
D | sys_ia32.c | 56 unsigned long, offset_low, unsigned long, offset_high) in COMPAT_SYSCALL_DEFINE3() argument 59 ((loff_t) offset_high << 32) | offset_low); in COMPAT_SYSCALL_DEFINE3() 63 unsigned long, offset_low, unsigned long, offset_high) in COMPAT_SYSCALL_DEFINE3() argument 65 return ksys_ftruncate(fd, ((loff_t) offset_high << 32) | offset_low); in COMPAT_SYSCALL_DEFINE3() 194 __u32, offset_high, __u32, len_low, __u32, len_high, in COMPAT_SYSCALL_DEFINE6() argument 198 (((u64)offset_high)<<32) | offset_low, in COMPAT_SYSCALL_DEFINE6()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | sys_ppc32.c | 100 long ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low, in ppc32_fadvise64() argument 103 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, len, in ppc32_fadvise64()
|
D | syscalls.c | 114 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument 117 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | desc_defs.h | 83 u32 offset_high; member 94 ((unsigned long) g->offset_high << 32); in gate_offset()
|
D | desc.h | 97 gate->offset_high = (u32) (func >> 32); in pack_gate()
|
/Linux-v5.4/arch/mips/kernel/ |
D | linux32.c | 65 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high, 69 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
/Linux-v5.4/tools/firewire/ |
D | decode-fcp.c | 179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
|
D | nosy-dump.h | 87 uint32_t offset_high:16; member
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 100 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_nvm.c | 38 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
|
D | ice_adminq_cmd.h | 1156 u8 offset_high; member
|
/Linux-v5.4/arch/x86/kernel/ |
D | idt.c | 212 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | huge_pages.c | 1044 u64 offset_high = (max - num) * max_page_size; in igt_write_huge() local 1065 err = __igt_write_huge(ctx, engine, obj, size, offset_high, in igt_write_huge() 1072 __func__, engine->id, offset_low, offset_high, in igt_write_huge()
|
/Linux-v5.4/drivers/firewire/ |
D | core-transaction.c | 40 #define HEADER_OFFSET_HIGH(offset_high) ((offset_high) << 0) argument
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-driver.h | 125 __le32 offset_high; member
|
D | cx18-ioctl.c | 685 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data()
|
/Linux-v5.4/drivers/staging/fieldbus/anybuss/ |
D | host.c | 227 __be16 offset_high; member 837 h->offset_high = cpu_to_be16(0); in _anybus_mbox_cmd()
|
/Linux-v5.4/fs/ |
D | read_write.c | 335 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, in SYSCALL_DEFINE5() argument 350 offset = vfs_llseek(f.file, ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 458 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 1646 u32 offset_high; // start of this frame
|