Home
last modified time | relevance | path

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

/arch/x86/kernel/
A 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()
A Dmachine_kexec_64.c334 idtentry.offset_high = control_page >> 32; in prepare_debug_idt()
/arch/powerpc/kernel/
A Dsyscalls.c104 int, fd, int, advice, u32, offset_high, u32, offset_low, in SYSCALL_DEFINE6() argument
107 return ksys_fadvise64_64(fd, merge_64(offset_high, offset_low), in SYSCALL_DEFINE6()
/arch/mips/kernel/
A Dlinux32.c66 SYSCALL_DEFINE5(32_llseek, unsigned int, fd, unsigned int, offset_high,
70 return sys_llseek(fd, offset_high, offset_low, result, origin);
/arch/x86/include/asm/
A Ddesc_defs.h140 u32 offset_high; member
152 ((unsigned long) g->offset_high << 32); in gate_offset()
A Ddesc.h93 gate->offset_high = (u32) (func >> 32); in pack_gate()
427 gate->offset_high = (u32) (addr >> 32); in idt_init_desc()
/arch/x86/boot/compressed/
A Didt_64.c19 entry.offset_high = (u32)(address >> 32); in set_idt_entry()
/arch/powerpc/include/asm/
A Dsyscalls.h142 u32 offset_high, u32 offset_low,

Completed in 21 milliseconds