Home
last modified time | relevance | path

Searched refs:get_fs (Results 1 – 140 of 140) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
Duaccess.h55 #define get_fs() (current_thread_info()->addr_limit) macro
73 #define access_ok(type, addr, size) __access_ok((addr), (size), get_fs())
83 #define put_user(x, ptr) __put_user_check((__typeof__(*(ptr))) (x), (ptr), sizeof(*(ptr)), get_fs())
84 #define get_user(x, ptr) __get_user_check((x), (ptr), sizeof(*(ptr)), get_fs())
261 if (__access_ok(__cu_to, __cu_len, get_fs())) \
273 if (__access_ok(__cu_from, __cu_len, get_fs())) \
295 if (__access_ok(to, __cu_len, get_fs())) \
311 if (__access_ok(__sfu_from, 0, get_fs())) \
323 if (__access_ok(__su_str, 0, get_fs())) \
339 if (__access_ok(__su_str, 0, get_fs())) \
/linux-4.4.14/arch/frv/include/asm/
Dsegment.h33 #define get_fs() (__current_thread_info->addr_limit) macro
35 #define __kernel_ds_p() segment_eq(get_fs(), KERNEL_DS)
36 #define get_addr_limit() (get_fs().seg)
/linux-4.4.14/arch/hexagon/include/asm/
Duaccess.h57 ((get_fs().seg == KERNEL_DS.seg) || \
58 (((unsigned long)addr < get_fs().seg) && \
59 (unsigned long)size < (get_fs().seg - (unsigned long)addr)))
/linux-4.4.14/mm/
Dmaccess.c29 mm_segment_t old_fs = get_fs(); in __probe_kernel_read()
57 mm_segment_t old_fs = get_fs(); in __probe_kernel_write()
88 mm_segment_t old_fs = get_fs(); in strncpy_from_unsafe()
Dnommu.c1203 old_fs = get_fs(); in do_mmap_private()
Dmemory.c3840 if (segment_eq(get_fs(), KERNEL_DS)) in __might_fault()
/linux-4.4.14/arch/alpha/include/asm/
Duaccess.h26 #define get_fs() (current_thread_info()->addr_limit) macro
48 __access_ok(((unsigned long)(addr)), (size), get_fs()); \
64 __put_user_check((__typeof__(*(ptr)))(x), (ptr), sizeof(*(ptr)), get_fs())
66 __get_user_check((x), (ptr), sizeof(*(ptr)), get_fs())
377 if (__access_ok((unsigned long)validate, len, get_fs())) in __copy_tofrom_user()
428 if (__access_ok((unsigned long)to, len, get_fs())) in clear_user()
437 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
/linux-4.4.14/arch/um/kernel/skas/
Duaccess.c144 if (segment_eq(get_fs(), KERNEL_DS)) { in __copy_from_user()
164 if (segment_eq(get_fs(), KERNEL_DS)) { in __copy_to_user()
192 if (segment_eq(get_fs(), KERNEL_DS)) { in __strncpy_from_user()
213 if (segment_eq(get_fs(), KERNEL_DS)) { in __clear_user()
238 if (segment_eq(get_fs(), KERNEL_DS)) in __strnlen_user()
/linux-4.4.14/arch/openrisc/include/asm/
Duaccess.h52 #define get_fs() (current_thread_info()->addr_limit) macro
60 #define __range_ok(addr, size) (size <= get_fs() && addr <= (get_fs()-size))
63 #define __addr_ok(addr) ((unsigned long) addr < get_fs())
317 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
/linux-4.4.14/arch/microblaze/include/asm/
Duaccess.h53 # define get_fs() (current_thread_info()->addr_limit) macro
99 if ((get_fs().seg < ((unsigned long)addr)) || in access_ok()
100 (get_fs().seg < ((unsigned long)addr + size - 1))) { in access_ok()
103 (u32)get_fs().seg); in access_ok()
109 (u32)get_fs().seg); in access_ok()
/linux-4.4.14/arch/m68k/include/asm/
Dsegment.h33 static inline mm_segment_t get_fs(void) in get_fs() function
57 #define get_fs() (current_thread_info()->addr_limit) macro
Dtlbflush.h15 mm_segment_t old_fs = get_fs(); in flush_tlb_kernel_page()
87 mm_segment_t old_fs = get_fs(); in flush_tlb_page()
Duaccess_mm.h383 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
/linux-4.4.14/kernel/
Dcompat.c224 oldfs = get_fs(); in compat_nanosleep_restart()
252 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
378 mm_segment_t old_fs = get_fs(); in COMPAT_SYSCALL_DEFINE1()
468 mm_segment_t old_fs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
548 mm_segment_t old_fs = get_fs(); in COMPAT_SYSCALL_DEFINE4()
575 mm_segment_t old_fs = get_fs(); in COMPAT_SYSCALL_DEFINE5()
712 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE4()
730 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
749 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
764 oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
[all …]
Dsignal.c3194 seg = get_fs(); in COMPAT_SYSCALL_DEFINE2()
Dmodule.c3084 old_fs = get_fs(); in flush_module_icache()
/linux-4.4.14/arch/parisc/include/asm/
Duaccess.h23 #define get_fs() (current_thread_info()->addr_limit) macro
89 if (segment_eq(get_fs(), KERNEL_DS)) { \
131 if (segment_eq(get_fs(), KERNEL_DS)) { \
Dfutex.h127 if (segment_eq(KERNEL_DS, get_fs()) && !uaddr) in futex_atomic_cmpxchg_inatomic()
/linux-4.4.14/arch/xtensa/include/asm/
Duaccess.h53 .macro get_fs ad, sp
102 get_fs \at, \sp
182 #define get_fs() (current->thread.current_ds)
187 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
/linux-4.4.14/arch/mips/kernel/
Dftrace.c101 old_fs = get_fs(); in ftrace_modify_code()
126 old_fs = get_fs(); in ftrace_modify_code_2()
150 old_fs = get_fs(); in ftrace_modify_code_2r()
Dunaligned.c949 seg = get_fs(); in emulate_load_store_insn()
1029 if (segment_eq(get_fs(), get_ds())) in emulate_load_store_insn()
1048 if (segment_eq(get_fs(), get_ds())) in emulate_load_store_insn()
1067 if (segment_eq(get_fs(), get_ds())) in emulate_load_store_insn()
1135 if (segment_eq(get_fs(), get_ds())) in emulate_load_store_insn()
1155 if (segment_eq(get_fs(), get_ds())) in emulate_load_store_insn()
2261 seg = get_fs(); in do_ade()
2272 seg = get_fs(); in do_ade()
2289 seg = get_fs(); in do_ade()
Dkgdb.c214 old_fs = get_fs(); in kgdb_call_nmi_hook()
309 old_fs = get_fs(); in kgdb_mips_notify()
Dtraps.c196 mm_segment_t old_fs = get_fs(); in show_stack()
350 mm_segment_t old_fs = get_fs(); in show_registers()
942 seg = get_fs(); in do_bp()
1035 seg = get_fs(); in do_tr()
1540 mm_segment_t old_fs = get_fs(); in do_mcheck()
Dvpe.c754 old_fs = get_fs(); in getcwd()
/linux-4.4.14/arch/sparc/include/asm/
Duaccess_32.h37 #define get_fs() (current->thread.current_ds) macro
48 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
49 #define __access_ok(addr, size) (__user_ok((addr) & get_fs().seg, (size)))
Duaccess.h10 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
Duaccess_64.h41 #define get_fs() ((mm_segment_t){(current_thread_info()->current_ds)}) macro
/linux-4.4.14/arch/score/include/asm/
Dsegment.h14 # define get_fs() (current_thread_info()->addr_limit) macro
Duaccess.h12 #define get_fs() (current_thread_info()->addr_limit) macro
53 (((long)((get_fs().seg) & \
/linux-4.4.14/arch/mips/include/asm/
Dchecksum.h53 if (segment_eq(get_fs(), get_ds())) in csum_partial_copy_from_user()
85 if (segment_eq(get_fs(), get_ds())) in csum_and_copy_to_user()
Duaccess.h76 #define get_fs() (current_thread_info()->addr_limit) macro
94 return segment_eq(get_fs(), get_ds()); in eva_kernel_access()
134 #define __access_mask get_fs().seg
Dr4kcache.h696 if (segment_eq(get_fs(), USER_DS)) { \
/linux-4.4.14/arch/arm/kernel/
Dsys_oabi-compat.c213 fs = get_fs(); in do_locks()
267 fs = get_fs(); in sys_oabi_epoll_ctl()
287 fs = get_fs(); in sys_oabi_epoll_wait()
338 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop()
Dtraps.c108 fs = get_fs(); in dump_mem()
149 fs = get_fs(); in dump_instr()
Dprocess.c147 else if (get_fs() == get_ds()) in __show_regs()
/linux-4.4.14/arch/arm/include/asm/
Duaccess.h97 #define get_fs() (current_thread_info()->addr_limit) macro
294 #define get_fs() (KERNEL_DS) macro
308 (segment_eq(get_fs(), KERNEL_DS) ? ~0UL : get_fs())
/linux-4.4.14/arch/sh/include/asm/
Dsegment.h30 #define get_fs() (current_thread_info()->addr_limit) macro
/linux-4.4.14/arch/h8300/include/asm/
Dsegment.h30 static inline mm_segment_t get_fs(void) in get_fs() function
/linux-4.4.14/arch/nios2/include/asm/
Duaccess.h53 #define get_fs() (current_thread_info()->addr_limit) macro
59 (((signed long)(((long)get_fs().seg) & \
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-mem.h77 do { __oldfs = get_fs(); set_fs(get_ds()); } while (0)
/linux-4.4.14/arch/arm64/include/asm/
Duaccess.h62 #define get_fs() (current_thread_info()->addr_limit) macro
106 #define user_addr_max get_fs
/linux-4.4.14/arch/unicore32/include/asm/
Duaccess.h26 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
/linux-4.4.14/arch/c6x/kernel/
Dsys_c6x.c26 if (segment_eq(get_fs(), KERNEL_DS)) in _access_ok()
/linux-4.4.14/sound/
Dsound_firmware.c68 mm_segment_t fs = get_fs(); in mod_firmware_load()
/linux-4.4.14/arch/metag/include/asm/
Duaccess.h26 #define get_fs() (current_thread_info()->addr_limit) macro
31 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
/linux-4.4.14/arch/um/include/asm/
Duaccess.h49 segment_eq(get_fs(), KERNEL_DS)); in __access_ok()
/linux-4.4.14/arch/unicore32/kernel/
Dtraps.c76 fs = get_fs(); in dump_mem()
117 fs = get_fs(); in dump_instr()
Dprocess.c178 segment_eq(get_fs(), get_ds()) ? "kernel" : "user"); in __show_regs()
/linux-4.4.14/arch/arm/lib/
Duaccess_with_memcpy.c94 if (unlikely(segment_eq(get_fs(), KERNEL_DS))) { in __copy_to_user_memcpy()
166 if (unlikely(segment_eq(get_fs(), KERNEL_DS))) { in __clear_user_memset()
/linux-4.4.14/include/asm-generic/
Duaccess.h24 #ifndef get_fs
26 #define get_fs() (current_thread_info()->addr_limit) macro
/linux-4.4.14/drivers/dio/
Ddio.c138 fs = get_fs(); in dio_find()
217 fs = get_fs(); in dio_init()
/linux-4.4.14/arch/powerpc/include/asm/
Duaccess.h38 #define get_fs() (current->thread.fs) macro
43 #define user_addr_max() (get_fs().seg)
63 __access_ok((__force unsigned long)(addr), (size), get_fs()))
/linux-4.4.14/arch/m68k/mm/
Dcache.c57 : "a" (vaddr), "d" (get_fs().seg)); in virt_to_phys_slow()
/linux-4.4.14/include/rdma/
Dib.h102 return filp->f_cred == current_cred() && segment_eq(get_fs(), USER_DS); in ib_safe_file_access()
/linux-4.4.14/arch/arc/include/asm/
Duaccess.h32 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
56 ((addr) <= (get_fs() - (sz))))
/linux-4.4.14/arch/m32r/include/asm/
Duaccess.h37 #define get_fs() (current_thread_info()->addr_limit) macro
46 static inline mm_segment_t get_fs(void) in get_fs() function
/linux-4.4.14/kernel/power/
Duser.c416 old_fs = get_fs(); in snapshot_compat_ioctl()
440 old_fs = get_fs(); in snapshot_compat_ioctl()
/linux-4.4.14/arch/cris/include/asm/
Duaccess.h47 #define get_fs() (current_thread_info()->addr_limit) macro
52 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
/linux-4.4.14/arch/arm64/kernel/
Dtraps.c70 fs = get_fs(); in dump_mem()
126 fs = get_fs(); in dump_instr()
Dptrace.c971 mm_segment_t old_fs = get_fs(); in compat_ptrace_write_user()
1072 mm_segment_t old_fs = get_fs(); in compat_ptrace_gethbpregs()
1098 mm_segment_t old_fs = get_fs(); in compat_ptrace_sethbpregs()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dserial2002.c114 oldfs = get_fs(); in serial2002_tty_write()
158 oldfs = get_fs(); in serial2002_tty_read()
192 oldfs = get_fs(); in serial2002_tty_setspeed()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dkernel_user_comm.c71 fs = get_fs(); in libcfs_kkuc_msg_put()
/linux-4.4.14/security/integrity/
Diint.c192 old_fs = get_fs(); in integrity_kernel_read()
/linux-4.4.14/net/rds/
Dtcp_send.c44 oldfs = get_fs(); in rds_tcp_cork()
Dtcp.c61 mm_segment_t oldfs = get_fs(); in rds_tcp_nonagle()
/linux-4.4.14/arch/m68k/kernel/
Dprocess.c149 p->thread.fs = get_fs().seg; in copy_thread()
Dtraps.c184 mm_segment_t old_fs = get_fs(); in probe040()
204 mm_segment_t old_fs = get_fs(); in do_040writeback1()
848 mm_segment_t old_fs = get_fs(); in show_registers()
/linux-4.4.14/arch/blackfin/include/asm/
Duaccess.h23 #define get_fs() (current_thread_info()->addr_limit) macro
/linux-4.4.14/arch/avr32/include/asm/
Duaccess.h38 static inline mm_segment_t get_fs(void) in get_fs() function
/linux-4.4.14/arch/s390/kernel/
Dprocess.c135 p->thread.mm_segment = get_fs(); in copy_thread()
Ddis.c1970 old_fs = get_fs(); in show_code()
/linux-4.4.14/arch/s390/include/asm/
Duaccess.h38 #define get_fs() (current->thread.mm_segment) macro
/linux-4.4.14/fs/
Dcompat_ioctl.c121 mm_segment_t old_fs = get_fs(); in w_long()
146 mm_segment_t old_fs = get_fs(); in do_video_get_event()
517 mm_segment_t old_fs = get_fs(); in mt_ioctl_trans()
614 mm_segment_t oldseg = get_fs(); in serial_struct_ioctl()
747 mm_segment_t oldfs = get_fs(); in rtc_ioctl()
Dbinfmt_aout.c61 fs = get_fs(); in aout_core_dump()
Dcompat.c432 old_fs = get_fs(); in COMPAT_SYSCALL_DEFINE3()
466 old_fs = get_fs(); in COMPAT_SYSCALL_DEFINE3()
509 mm_segment_t oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
Dcoredump.c655 old_fs = get_fs(); in do_coredump()
Dexec.c555 mm_segment_t oldfs = get_fs(); in copy_strings_kernel()
824 old_fs = get_fs(); in kernel_read()
Dbinfmt_elf.c1288 mm_segment_t fs = get_fs(); in vma_dump_size()
1492 mm_segment_t old_fs = get_fs(); in fill_siginfo_note()
2184 fs = get_fs(); in elf_core_dump()
Dsplice.c582 old_fs = get_fs(); in kernel_readv()
597 old_fs = get_fs(); in kernel_write()
Dread_write.c506 old_fs = get_fs(); in __kernel_write()
Dblock_dev.c1730 mm_segment_t old_fs = get_fs(); in ioctl_by_bdev()
Dbinfmt_elf_fdpic.c1702 fs = get_fs(); in elf_fdpic_core_dump()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c34 mm_segment_t fs = get_fs(); in snd_enter_user()
/linux-4.4.14/net/
Dsocket.c743 mm_segment_t oldfs = get_fs(); in kernel_recvmsg()
2553 mm_segment_t old_fs = get_fs(); in do_siocgstamp()
2569 mm_segment_t old_fs = get_fs(); in do_siocgstampns()
2828 old_fs = get_fs(); in bond_ioctl()
2922 old_fs = get_fs(); in compat_sioc_ifmap()
2981 mm_segment_t old_fs = get_fs(); in routing_ioctl()
3230 mm_segment_t oldfs = get_fs(); in kernel_getsockopt()
3252 mm_segment_t oldfs = get_fs(); in kernel_setsockopt()
3281 mm_segment_t oldfs = get_fs(); in kernel_sock_ioctl()
Dcompat.c346 old_fs = get_fs(); in do_set_sock_timeout()
407 old_fs = get_fs(); in do_get_sock_timeout()
/linux-4.4.14/arch/sh/kernel/
Dio_trapped.c284 oldfs = get_fs(); in handle_trapped_io()
Dtraps_32.c487 oldfs = get_fs(); in do_address_error()
/linux-4.4.14/arch/m32r/kernel/
Dtraps.c288 oldfs = get_fs(); in do_alignment_check()
/linux-4.4.14/arch/sparc/kernel/
Dprocess_64.c107 old_fs = get_fs(); in show_regwindow32()
142 old_fs = get_fs(); in show_regwindow()
Dperf_event.c1840 old_fs = get_fs(); in perf_callchain_user()
/linux-4.4.14/arch/m68k/sun3/
Dmmu_emu.c420 printk ("seg:%d crp:%p ->", get_fs().seg, crp); in mmu_emu_handle_fault()
/linux-4.4.14/drivers/usb/gadget/function/
Du_uac1.c177 old_fs = get_fs(); in u_audio_playback()
/linux-4.4.14/arch/mn10300/include/asm/
Duaccess.h39 #define get_fs() (current_thread_info()->addr_limit) macro
/linux-4.4.14/net/ipv4/
Dipconfig.c338 mm_segment_t oldfs = get_fs(); in ic_devinet_ioctl()
349 mm_segment_t oldfs = get_fs(); in ic_dev_ioctl()
360 mm_segment_t oldfs = get_fs(); in ic_route_ioctl()
Dipmr.c381 mm_segment_t oldfs = get_fs(); in ipmr_del_tunnel()
414 mm_segment_t oldfs = get_fs(); in ipmr_new_tunnel()
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c152 old_fs = get_fs(); in ovl_read_symlink()
/linux-4.4.14/arch/alpha/lib/
Dcsum_partial_copy.c382 mm_segment_t oldfs = get_fs(); in csum_partial_copy_nocheck()
/linux-4.4.14/arch/tile/include/asm/
Duaccess.h43 #define get_fs() (current_thread_info()->addr_limit) macro
/linux-4.4.14/arch/blackfin/kernel/
Dprocess.c369 if (segment_eq(get_fs(), KERNEL_DS)) in _access_ok()
/linux-4.4.14/sound/oss/
Ddmabuf.c240 mm_segment_t fs = get_fs(); in default_set_bits()
250 mm_segment_t fs = get_fs(); in default_set_speed()
261 mm_segment_t fs = get_fs(); in default_set_channels()
Dswarm_cs4297a.c2712 fs = get_fs(); in cs4297a_init()
/linux-4.4.14/arch/frv/kernel/
Dtraps.c122 oldfs = get_fs(); in atomic_operation()
/linux-4.4.14/drivers/video/fbdev/
Dhpfb.c405 fs = get_fs(); in hpfb_init()
/linux-4.4.14/block/
Dcompat_ioctl.c83 mm_segment_t old_fs = get_fs(); in compat_hdio_ioctl()
306 mm_segment_t old_fs = get_fs(); in compat_fd_ioctl()
/linux-4.4.14/arch/x86/include/asm/
Duaccess.h31 #define get_fs() (current_thread_info()->addr_limit) macro
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pack.c411 seg = get_fs(); in lov_getstripe()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-socket.c49 mm_segment_t oldfs = get_fs(); in kernel_sock_unlocked_ioctl()
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c156 fs = get_fs(); in aout_core_dump()
/linux-4.4.14/arch/parisc/lib/
Dmemcpy.c79 #define get_user_space() (segment_eq(get_fs(), KERNEL_DS) ? 0 : mfsp(3))
/linux-4.4.14/fs/autofs4/
Dwaitq.c68 fs = get_fs(); in autofs4_write()
/linux-4.4.14/fs/nfsd/
Dvfs.c856 oldfs = get_fs(); in nfsd_readv()
944 oldfs = get_fs(); set_fs(KERNEL_DS); in nfsd_vfs_write()
1451 oldfs = get_fs(); set_fs(KERNEL_DS); in nfsd_readlink()
/linux-4.4.14/include/net/
Dbonding.h44 mm_segment_t fs = get_fs(); \
/linux-4.4.14/arch/um/drivers/
Dmconsole_kern.c151 mm_segment_t old_fs = get_fs(); in mconsole_proc()
/linux-4.4.14/fs/ext4/
Dioctl.c745 old_fs = get_fs(); in ext4_compat_ioctl()
/linux-4.4.14/security/tomoyo/
Dnetwork.c611 return segment_eq(get_fs(), KERNEL_DS); in tomoyo_kernel_service()
/linux-4.4.14/arch/mn10300/mm/
Dmisalignment.c341 seg = get_fs(); in misalignment()
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c101 mm_segment_t old_fs = get_fs(); in bpf_flush_icache()
/linux-4.4.14/drivers/input/serio/
Dhp_sdc.c1029 fs = get_fs(); in hp_sdc_register()
/linux-4.4.14/net/9p/
Dtrans_fd.c428 oldfs = get_fs(); in p9_fd_write()
/linux-4.4.14/arch/ia64/kernel/
Dunaligned.c1295 mm_segment_t old_fs = get_fs(); in ia64_handle_unaligned()
/linux-4.4.14/fs/ecryptfs/
Dinode.c662 old_fs = get_fs(); in ecryptfs_readlink_lower()
/linux-4.4.14/lib/
Diov_iter.c351 if (segment_eq(get_fs(), KERNEL_DS)) { in iov_iter_init()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c972 mm_segment_t old_fs = get_fs(); in do_video_ioctl()
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c1181 old_fs = get_fs(); in SYSCALL_DEFINE4()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1018 oldfs = get_fs(); in class_process_proc_param()
/linux-4.4.14/kernel/trace/
Dtrace_kprobe.c198 old_fs = get_fs(); in FETCH_FUNC_NAME()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_v4l2.c1414 old_fs = get_fs(); in uvc_v4l2_compat_ioctl32()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c378 oldfs = get_fs(); set_fs(KERNEL_DS); in svc_sock_setbufsize()
/linux-4.4.14/drivers/vhost/
Dvhost.c288 mm_segment_t oldfs = get_fs(); in vhost_worker()
/linux-4.4.14/fs/ocfs2/cluster/
Dtcp.c1464 oldfs = get_fs(); in o2net_set_nodelay()
/linux-4.4.14/drivers/video/fbdev/core/
Dfbmem.c1341 old_fs = get_fs(); in fb_get_fscreeninfo()
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c626 set_fs(get_fs()); in prom_world()
/linux-4.4.14/sound/core/seq/
Dseq_clientmgr.c93 mm_segment_t fs = get_fs(); in snd_enter_user()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c1744 mm_segment_t fs = get_fs(); in get_kctl_0dB_offset()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c70 mm_segment_t fs = get_fs(); in snd_enter_user()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c1503 mm_segment_t oldfs = get_fs(); in _drbd_send_page()
/linux-4.4.14/sound/core/
Dpcm_native.c185 mm_segment_t fs = get_fs(); in snd_enter_user()
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c318 mm_segment_t fs = get_fs(); in snd_enter_user()
/linux-4.4.14/fs/btrfs/
Dsend.c516 old_fs = get_fs(); in write_buf()
/linux-4.4.14/net/ipv6/
Daddrconf.c2590 mm_segment_t oldfs = get_fs(); in addrconf_set_dstaddr()