/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() 193 COMPAT_SYSCALL_DEFINE6(x86_fadvise64_64, int, fd, __u32, offset_low, 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 | 78 u16 offset_low; member 93 return g->offset_low | ((unsigned long)g->offset_middle << 16) | in gate_offset() 96 return g->offset_low | ((unsigned long)g->offset_middle << 16); in gate_offset()
|
D | desc.h | 87 gate->offset_low = (u16) func; 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 | 66 unsigned int, offset_low, loff_t __user *, result, 69 return sys_llseek(fd, offset_high, offset_low, result, origin);
|
/Linux-v4.19/tools/firewire/ |
D | decode-fcp.c | 180 t->request->packet.common.offset_low; in decode_fcp()
|
D | nosy-dump.h | 90 uint32_t offset_low; 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 | 37 cmd->offset_low = cpu_to_le16(offset & 0xFFFF); in ice_aq_read_nvm()
|
D | ice_adminq_cmd.h | 1053 __le16 offset_low; member
|
/Linux-v4.19/arch/x86/kernel/ |
D | idt.c | 209 gate->offset_low = (u16) addr; in idt_init_desc()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | huge_pages.c | 1160 u64 offset_low = num * max_page_size; in igt_write_huge() local 1167 err = __igt_write_huge(ctx, engine, obj, size, offset_low, 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/media/pci/cx18/ |
D | cx18-driver.h | 133 __le32 offset_low; member
|
D | cx18-ioctl.c | 697 | le32_to_cpu(e_buf->offset_low); in _cx18_process_idx_data()
|
/Linux-v4.19/fs/ |
D | read_write.c | 336 unsigned long, offset_low, loff_t __user *, result, 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 | 441 unsigned long offset_low, loff_t __user *result,
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 1643 u32 offset_low; // Offset in the file of the
|