Searched refs:offset_high (Results 1 – 7 of 7) sorted by relevance
/arch/x86/kernel/ |
D | sys_ia32.c | 55 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()
|
/arch/powerpc/kernel/ |
D | syscalls.c | 99 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, merge_64(offset_high, offset_low), in ppc_fadvise64_64()
|
/arch/x86/include/asm/ |
D | desc_defs.h | 90 u32 offset_high; member 101 ((unsigned long) g->offset_high << 32); in gate_offset()
|
D | desc.h | 93 gate->offset_high = (u32) (func >> 32); in pack_gate() 429 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
|
/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);
|
/arch/x86/boot/compressed/ |
D | idt_64.c | 19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
|
/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 82 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,
|