Home
last modified time | relevance | path

Searched refs:offset_low (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()
87 SYSCALL_DEFINE6(ia32_fadvise64_64, int, fd, __u32, offset_low, in SYSCALL_DEFINE6() argument
92 (((u64)offset_high)<<32) | offset_low, in SYSCALL_DEFINE6()
A Dmachine_kexec_64.c332 idtentry.offset_low = (control_page & 0xFFFF) + vec_ofs; in prepare_debug_idt()
338 idtentry.offset_low += KEXEC_DEBUG_EXC_HANDLER_SIZE; in prepare_debug_idt()
/arch/x86/include/asm/
A Ddesc_defs.h135 u16 offset_low; member
151 return g->offset_low | ((unsigned long)g->offset_middle << 16) | in gate_offset()
154 return g->offset_low | ((unsigned long)g->offset_middle << 16); in gate_offset()
A Ddesc.h83 gate->offset_low = (u16) func; in pack_gate()
422 gate->offset_low = (u16) addr; in idt_init_desc()
/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.c67 unsigned int, offset_low, loff_t __user *, result,
70 return sys_llseek(fd, offset_high, offset_low, result, origin);
/arch/x86/boot/compressed/
A Didt_64.c14 entry.offset_low = (u16)(address & 0xffff); in set_idt_entry()
/arch/powerpc/include/asm/
A Dsyscalls.h142 u32 offset_high, u32 offset_low,

Completed in 19 milliseconds