/Linux-v4.19/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-v4.19/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-v4.19/arch/powerpc/kernel/ |
D | sys_ppc32.c | 104 long ppc32_fadvise64(int fd, u32 unused, u32 offset_high, u32 offset_low, in ppc32_fadvise64() argument 107 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, len, in ppc32_fadvise64()
|
D | syscalls.c | 119 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, in ppc_fadvise64_64() argument 122 return ksys_fadvise64_64(fd, (u64)offset_high << 32 | offset_low, in ppc_fadvise64_64()
|
/Linux-v4.19/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-v4.19/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-v4.19/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 95 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
|
/Linux-v4.19/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 | 1054 u8 offset_high; member
|
/Linux-v4.19/arch/x86/kernel/ |
D | idt.c | 214 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | huge_pages.c | 1161 u64 offset_high = (max - num) * max_page_size; in igt_write_huge() local 1171 err = __igt_write_huge(ctx, engine, obj, size, offset_high, dword, num + 1); in igt_write_huge() 1177 __func__, engine->id, offset_low, offset_high, max_page_size)) in igt_write_huge()
|
/Linux-v4.19/drivers/firewire/ |
D | core-transaction.c | 53 #define HEADER_OFFSET_HIGH(offset_high) ((offset_high) << 0) argument
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-driver.h | 134 __le32 offset_high; member
|
D | cx18-ioctl.c | 696 e_idx->offset = (((u64) le32_to_cpu(e_buf->offset_high)) << 32) in _cx18_process_idx_data()
|
/Linux-v4.19/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-v4.19/include/linux/ |
D | syscalls.h | 440 asmlinkage long sys_llseek(unsigned int fd, unsigned long offset_high,
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 1644 u32 offset_high; // start of this frame
|