/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 55 #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/ |
D | segment.h | 33 #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/ |
D | uaccess.h | 57 ((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/ |
D | maccess.c | 29 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()
|
D | nommu.c | 1203 old_fs = get_fs(); in do_mmap_private()
|
D | memory.c | 3840 if (segment_eq(get_fs(), KERNEL_DS)) in __might_fault()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 26 #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/ |
D | uaccess.c | 144 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/ |
D | uaccess.h | 52 #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/ |
D | uaccess.h | 53 # 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/ |
D | segment.h | 33 static inline mm_segment_t get_fs(void) in get_fs() function 57 #define get_fs() (current_thread_info()->addr_limit) macro
|
D | tlbflush.h | 15 mm_segment_t old_fs = get_fs(); in flush_tlb_kernel_page() 87 mm_segment_t old_fs = get_fs(); in flush_tlb_page()
|
D | uaccess_mm.h | 383 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
|
/linux-4.4.14/kernel/ |
D | compat.c | 224 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 …]
|
D | signal.c | 3194 seg = get_fs(); in COMPAT_SYSCALL_DEFINE2()
|
D | module.c | 3084 old_fs = get_fs(); in flush_module_icache()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | uaccess.h | 23 #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)) { \
|
D | futex.h | 127 if (segment_eq(KERNEL_DS, get_fs()) && !uaddr) in futex_atomic_cmpxchg_inatomic()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | uaccess.h | 53 .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/ |
D | ftrace.c | 101 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()
|
D | unaligned.c | 949 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()
|
D | kgdb.c | 214 old_fs = get_fs(); in kgdb_call_nmi_hook() 309 old_fs = get_fs(); in kgdb_mips_notify()
|
D | traps.c | 196 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()
|
D | vpe.c | 754 old_fs = get_fs(); in getcwd()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | uaccess_32.h | 37 #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)))
|
D | uaccess.h | 10 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
|
D | uaccess_64.h | 41 #define get_fs() ((mm_segment_t){(current_thread_info()->current_ds)}) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | segment.h | 14 # define get_fs() (current_thread_info()->addr_limit) macro
|
D | uaccess.h | 12 #define get_fs() (current_thread_info()->addr_limit) macro 53 (((long)((get_fs().seg) & \
|
/linux-4.4.14/arch/mips/include/asm/ |
D | checksum.h | 53 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()
|
D | uaccess.h | 76 #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
|
D | r4kcache.h | 696 if (segment_eq(get_fs(), USER_DS)) { \
|
/linux-4.4.14/arch/arm/kernel/ |
D | sys_oabi-compat.c | 213 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()
|
D | traps.c | 108 fs = get_fs(); in dump_mem() 149 fs = get_fs(); in dump_instr()
|
D | process.c | 147 else if (get_fs() == get_ds()) in __show_regs()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 97 #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/ |
D | segment.h | 30 #define get_fs() (current_thread_info()->addr_limit) macro
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | segment.h | 30 static inline mm_segment_t get_fs(void) in get_fs() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | uaccess.h | 53 #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/ |
D | linux-mem.h | 77 do { __oldfs = get_fs(); set_fs(get_ds()); } while (0)
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | uaccess.h | 62 #define get_fs() (current_thread_info()->addr_limit) macro 106 #define user_addr_max get_fs
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | uaccess.h | 26 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
|
/linux-4.4.14/arch/c6x/kernel/ |
D | sys_c6x.c | 26 if (segment_eq(get_fs(), KERNEL_DS)) in _access_ok()
|
/linux-4.4.14/sound/ |
D | sound_firmware.c | 68 mm_segment_t fs = get_fs(); in mod_firmware_load()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | uaccess.h | 26 #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/ |
D | uaccess.h | 49 segment_eq(get_fs(), KERNEL_DS)); in __access_ok()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | traps.c | 76 fs = get_fs(); in dump_mem() 117 fs = get_fs(); in dump_instr()
|
D | process.c | 178 segment_eq(get_fs(), get_ds()) ? "kernel" : "user"); in __show_regs()
|
/linux-4.4.14/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 94 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/ |
D | uaccess.h | 24 #ifndef get_fs 26 #define get_fs() (current_thread_info()->addr_limit) macro
|
/linux-4.4.14/drivers/dio/ |
D | dio.c | 138 fs = get_fs(); in dio_find() 217 fs = get_fs(); in dio_init()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | uaccess.h | 38 #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/ |
D | cache.c | 57 : "a" (vaddr), "d" (get_fs().seg)); in virt_to_phys_slow()
|
/linux-4.4.14/include/rdma/ |
D | ib.h | 102 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/ |
D | uaccess.h | 32 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS)) 56 ((addr) <= (get_fs() - (sz))))
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | uaccess.h | 37 #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/ |
D | user.c | 416 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/ |
D | uaccess.h | 47 #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/ |
D | traps.c | 70 fs = get_fs(); in dump_mem() 126 fs = get_fs(); in dump_instr()
|
D | ptrace.c | 971 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/ |
D | serial2002.c | 114 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/ |
D | kernel_user_comm.c | 71 fs = get_fs(); in libcfs_kkuc_msg_put()
|
/linux-4.4.14/security/integrity/ |
D | iint.c | 192 old_fs = get_fs(); in integrity_kernel_read()
|
/linux-4.4.14/net/rds/ |
D | tcp_send.c | 44 oldfs = get_fs(); in rds_tcp_cork()
|
D | tcp.c | 61 mm_segment_t oldfs = get_fs(); in rds_tcp_nonagle()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | process.c | 149 p->thread.fs = get_fs().seg; in copy_thread()
|
D | traps.c | 184 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/ |
D | uaccess.h | 23 #define get_fs() (current_thread_info()->addr_limit) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | uaccess.h | 38 static inline mm_segment_t get_fs(void) in get_fs() function
|
/linux-4.4.14/arch/s390/kernel/ |
D | process.c | 135 p->thread.mm_segment = get_fs(); in copy_thread()
|
D | dis.c | 1970 old_fs = get_fs(); in show_code()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | uaccess.h | 38 #define get_fs() (current->thread.mm_segment) macro
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 121 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()
|
D | binfmt_aout.c | 61 fs = get_fs(); in aout_core_dump()
|
D | compat.c | 432 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()
|
D | coredump.c | 655 old_fs = get_fs(); in do_coredump()
|
D | exec.c | 555 mm_segment_t oldfs = get_fs(); in copy_strings_kernel() 824 old_fs = get_fs(); in kernel_read()
|
D | binfmt_elf.c | 1288 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()
|
D | splice.c | 582 old_fs = get_fs(); in kernel_readv() 597 old_fs = get_fs(); in kernel_write()
|
D | read_write.c | 506 old_fs = get_fs(); in __kernel_write()
|
D | block_dev.c | 1730 mm_segment_t old_fs = get_fs(); in ioctl_by_bdev()
|
D | binfmt_elf_fdpic.c | 1702 fs = get_fs(); in elf_fdpic_core_dump()
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_oss.c | 34 mm_segment_t fs = get_fs(); in snd_enter_user()
|
/linux-4.4.14/net/ |
D | socket.c | 743 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()
|
D | compat.c | 346 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/ |
D | io_trapped.c | 284 oldfs = get_fs(); in handle_trapped_io()
|
D | traps_32.c | 487 oldfs = get_fs(); in do_address_error()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | traps.c | 288 oldfs = get_fs(); in do_alignment_check()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | process_64.c | 107 old_fs = get_fs(); in show_regwindow32() 142 old_fs = get_fs(); in show_regwindow()
|
D | perf_event.c | 1840 old_fs = get_fs(); in perf_callchain_user()
|
/linux-4.4.14/arch/m68k/sun3/ |
D | mmu_emu.c | 420 printk ("seg:%d crp:%p ->", get_fs().seg, crp); in mmu_emu_handle_fault()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_uac1.c | 177 old_fs = get_fs(); in u_audio_playback()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | uaccess.h | 39 #define get_fs() (current_thread_info()->addr_limit) macro
|
/linux-4.4.14/net/ipv4/ |
D | ipconfig.c | 338 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()
|
D | ipmr.c | 381 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/ |
D | copy_up.c | 152 old_fs = get_fs(); in ovl_read_symlink()
|
/linux-4.4.14/arch/alpha/lib/ |
D | csum_partial_copy.c | 382 mm_segment_t oldfs = get_fs(); in csum_partial_copy_nocheck()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | uaccess.h | 43 #define get_fs() (current_thread_info()->addr_limit) macro
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | process.c | 369 if (segment_eq(get_fs(), KERNEL_DS)) in _access_ok()
|
/linux-4.4.14/sound/oss/ |
D | dmabuf.c | 240 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()
|
D | swarm_cs4297a.c | 2712 fs = get_fs(); in cs4297a_init()
|
/linux-4.4.14/arch/frv/kernel/ |
D | traps.c | 122 oldfs = get_fs(); in atomic_operation()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hpfb.c | 405 fs = get_fs(); in hpfb_init()
|
/linux-4.4.14/block/ |
D | compat_ioctl.c | 83 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/ |
D | uaccess.h | 31 #define get_fs() (current_thread_info()->addr_limit) macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_pack.c | 411 seg = get_fs(); in lov_getstripe()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-socket.c | 49 mm_segment_t oldfs = get_fs(); in kernel_sock_unlocked_ioctl()
|
/linux-4.4.14/arch/x86/ia32/ |
D | ia32_aout.c | 156 fs = get_fs(); in aout_core_dump()
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 79 #define get_user_space() (segment_eq(get_fs(), KERNEL_DS) ? 0 : mfsp(3))
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 68 fs = get_fs(); in autofs4_write()
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 856 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/ |
D | bonding.h | 44 mm_segment_t fs = get_fs(); \
|
/linux-4.4.14/arch/um/drivers/ |
D | mconsole_kern.c | 151 mm_segment_t old_fs = get_fs(); in mconsole_proc()
|
/linux-4.4.14/fs/ext4/ |
D | ioctl.c | 745 old_fs = get_fs(); in ext4_compat_ioctl()
|
/linux-4.4.14/security/tomoyo/ |
D | network.c | 611 return segment_eq(get_fs(), KERNEL_DS); in tomoyo_kernel_service()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | misalignment.c | 341 seg = get_fs(); in misalignment()
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 101 mm_segment_t old_fs = get_fs(); in bpf_flush_icache()
|
/linux-4.4.14/drivers/input/serio/ |
D | hp_sdc.c | 1029 fs = get_fs(); in hp_sdc_register()
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 428 oldfs = get_fs(); in p9_fd_write()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unaligned.c | 1295 mm_segment_t old_fs = get_fs(); in ia64_handle_unaligned()
|
/linux-4.4.14/fs/ecryptfs/ |
D | inode.c | 662 old_fs = get_fs(); in ecryptfs_readlink_lower()
|
/linux-4.4.14/lib/ |
D | iov_iter.c | 351 if (segment_eq(get_fs(), KERNEL_DS)) { in iov_iter_init()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 972 mm_segment_t old_fs = get_fs(); in do_video_ioctl()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 1181 old_fs = get_fs(); in SYSCALL_DEFINE4()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1018 oldfs = get_fs(); in class_process_proc_param()
|
/linux-4.4.14/kernel/trace/ |
D | trace_kprobe.c | 198 old_fs = get_fs(); in FETCH_FUNC_NAME()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 1414 old_fs = get_fs(); in uvc_v4l2_compat_ioctl32()
|
/linux-4.4.14/net/sunrpc/ |
D | svcsock.c | 378 oldfs = get_fs(); set_fs(KERNEL_DS); in svc_sock_setbufsize()
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.c | 288 mm_segment_t oldfs = get_fs(); in vhost_worker()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 1464 oldfs = get_fs(); in o2net_set_nodelay()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fbmem.c | 1341 old_fs = get_fs(); in fb_get_fscreeninfo()
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 626 set_fs(get_fs()); in prom_world()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_clientmgr.c | 93 mm_segment_t fs = get_fs(); in snd_enter_user()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_codec.c | 1744 mm_segment_t fs = get_fs(); in get_kctl_0dB_offset()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 70 mm_segment_t fs = get_fs(); in snd_enter_user()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 1503 mm_segment_t oldfs = get_fs(); in _drbd_send_page()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 185 mm_segment_t fs = get_fs(); in snd_enter_user()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emufx.c | 318 mm_segment_t fs = get_fs(); in snd_enter_user()
|
/linux-4.4.14/fs/btrfs/ |
D | send.c | 516 old_fs = get_fs(); in write_buf()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 2590 mm_segment_t oldfs = get_fs(); in addrconf_set_dstaddr()
|