Home
last modified time | relevance | path

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

/arch/x86/kernel/
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()
/arch/powerpc/kernel/
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, merge_64(offset_high, offset_low), in ppc_fadvise64_64()
/arch/x86/include/asm/
Ddesc_defs.h90 u32 offset_high; member
101 ((unsigned long) g->offset_high << 32); in gate_offset()
Ddesc.h93 gate->offset_high = (u32) (func >> 32); in pack_gate()
429 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
/arch/mips/kernel/
Dlinux32.c65 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/
Didt_64.c19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
/arch/powerpc/include/asm/
Dasm-prototypes.h82 long ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low,