Home
last modified time | relevance | path

Searched refs:mm_segment_t (Results 1 – 159 of 159) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dsegment.h22 } mm_segment_t; typedef
24 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
33 static inline mm_segment_t get_fs(void) in get_fs()
35 mm_segment_t _v; in get_fs()
40 static inline void set_fs(mm_segment_t val) in set_fs()
47 static inline mm_segment_t get_ds(void) in get_ds()
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()
Dthread_info.h29 mm_segment_t addr_limit; /* thread address space */
/linux-4.4.14/arch/h8300/include/asm/
Dsegment.h20 } mm_segment_t; typedef
22 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
30 static inline mm_segment_t get_fs(void) in get_fs()
35 static inline mm_segment_t get_ds(void) in get_ds()
Dthread_info.h33 mm_segment_t addr_limit;
/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.c1197 mm_segment_t old_fs; in do_mmap_private()
/linux-4.4.14/arch/arc/include/asm/
Dsegment.h14 typedef unsigned long mm_segment_t; typedef
16 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
Dthread_info.h46 mm_segment_t addr_limit; /* thread address space */
/linux-4.4.14/arch/x86/um/asm/
Dsegment.h12 } mm_segment_t; typedef
14 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/score/include/asm/
Dsegment.h8 } mm_segment_t; typedef
10 #define KERNEL_DS ((mm_segment_t){0})
Dthread_info.h43 mm_segment_t addr_limit;
Dprocessor.h76 mm_segment_t current_ds;
/linux-4.4.14/arch/sh/include/asm/
Dsegment.h8 } mm_segment_t; typedef
10 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
Dthread_info.h34 mm_segment_t addr_limit; /* thread address space */
/linux-4.4.14/arch/frv/include/asm/
Dsegment.h20 } mm_segment_t; typedef
22 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
Dthread_info.h39 mm_segment_t addr_limit; /* thread address space:
/linux-4.4.14/arch/avr32/include/asm/
Duaccess.h19 } mm_segment_t; typedef
28 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
38 static inline mm_segment_t get_fs(void) in get_fs()
43 static inline void set_fs(mm_segment_t s) in set_fs()
/linux-4.4.14/arch/c6x/include/asm/
Dthread_info.h36 } mm_segment_t; typedef
46 mm_segment_t addr_limit; /* thread address space */
/linux-4.4.14/arch/blackfin/include/asm/
Dthread_info.h31 typedef unsigned long mm_segment_t; typedef
43 mm_segment_t addr_limit; /* address limit */
Duaccess.h25 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/arch/nios2/include/asm/
Dthread_info.h31 } mm_segment_t; typedef
45 mm_segment_t addr_limit; /* thread address space:
Duaccess.h47 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/openrisc/include/asm/
Dthread_info.h47 typedef unsigned long mm_segment_t; typedef
55 mm_segment_t addr_limit; /* thread address space:
/linux-4.4.14/arch/hexagon/include/asm/
Dthread_info.h40 } mm_segment_t; typedef
53 mm_segment_t addr_limit; /* segmentation sux */
/linux-4.4.14/arch/arm64/include/asm/
Dthread_info.h41 typedef unsigned long mm_segment_t; typedef
49 mm_segment_t addr_limit; /* address limit */
Duaccess.h64 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/kernel/
Dcompat.c220 mm_segment_t oldfs; in compat_nanosleep_restart()
243 mm_segment_t oldfs; 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()
705 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE4()
727 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE2()
744 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE2()
761 mm_segment_t oldfs; in COMPAT_SYSCALL_DEFINE2()
[all …]
Dsignal.c3182 mm_segment_t seg; in COMPAT_SYSCALL_DEFINE2()
Dmodule.c3081 mm_segment_t old_fs; in flush_module_icache()
/linux-4.4.14/arch/sparc/include/asm/
Dprocessor_32.h48 } mm_segment_t; typedef
65 mm_segment_t current_ds;
Duaccess_64.h35 #define KERNEL_DS ((mm_segment_t) { ASI_P })
36 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */
41 #define get_fs() ((mm_segment_t){(current_thread_info()->current_ds)})
Duaccess_32.h30 #define KERNEL_DS ((mm_segment_t) { 0 })
31 #define USER_DS ((mm_segment_t) { -1 })
Dprocessor_64.h61 } mm_segment_t; typedef
/linux-4.4.14/arch/mn10300/include/asm/
Dthread_info.h39 } mm_segment_t; typedef
48 mm_segment_t addr_limit; /* thread address space:
Duaccess.h32 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/unicore32/include/asm/
Dthread_info.h32 } mm_segment_t; typedef
71 mm_segment_t addr_limit; /* address limit */
/linux-4.4.14/arch/microblaze/include/asm/
Dthread_info.h64 } mm_segment_t; typedef
72 mm_segment_t addr_limit; /* thread address space */
Duaccess.h42 # define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/arm/include/asm/
Dthread_info.h29 typedef unsigned long mm_segment_t; typedef
52 mm_segment_t addr_limit; /* address limit */
Duaccess.h99 static inline void set_fs(mm_segment_t fs) in set_fs()
296 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/arch/mips/kernel/
Dftrace.c93 mm_segment_t old_fs; in ftrace_modify_code()
114 mm_segment_t old_fs; in ftrace_modify_code_2()
138 mm_segment_t old_fs; in ftrace_modify_code_2r()
Dkgdb.c212 mm_segment_t old_fs; in kgdb_call_nmi_hook()
293 mm_segment_t old_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()
940 mm_segment_t seg; in do_bp()
1032 mm_segment_t seg; in do_tr()
1540 mm_segment_t old_fs = get_fs(); in do_mcheck()
Dunaligned.c893 mm_segment_t seg; in emulate_load_store_insn()
2226 mm_segment_t seg; in do_ade()
Dvpe.c751 mm_segment_t old_fs; in getcwd()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c32 static inline mm_segment_t snd_enter_user(void) in snd_enter_user()
34 mm_segment_t fs = get_fs(); in snd_enter_user()
39 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
/linux-4.4.14/arch/cris/include/asm/
Dsegment.h6 } mm_segment_t; typedef
Dthread_info.h36 mm_segment_t addr_limit; /* thread address space:
Duaccess.h35 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/xtensa/include/asm/
Dprocessor.h120 } mm_segment_t; typedef
128 mm_segment_t current_ds; /* see uaccess.h for example uses */
Dthread_info.h52 mm_segment_t addr_limit; /* thread address space */
Duaccess.h178 #define KERNEL_DS ((mm_segment_t) { 0 })
179 #define USER_DS ((mm_segment_t) { 1 })
/linux-4.4.14/arch/m32r/include/asm/
Duaccess.h30 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
46 static inline mm_segment_t get_fs(void) in get_fs()
51 static inline void set_fs(mm_segment_t s) in set_fs()
Dthread_info.h32 mm_segment_t addr_limit; /* thread address space:
Dprocessor.h75 } mm_segment_t; typedef
/linux-4.4.14/arch/arm/kernel/
Dsys_oabi-compat.c201 mm_segment_t fs; in do_locks()
258 mm_segment_t fs; in sys_oabi_epoll_ctl()
279 mm_segment_t fs; in sys_oabi_epoll_wait()
338 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop()
Dtraps.c100 mm_segment_t fs; in dump_mem()
140 mm_segment_t fs; in dump_instr()
/linux-4.4.14/arch/s390/include/asm/
Dprocessor.h90 } mm_segment_t; typedef
99 mm_segment_t mm_segment;
Duaccess.h31 #define MAKE_MM_SEG(a) ((mm_segment_t) { (a) })
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-mem.h75 #define DECL_MMSPACE mm_segment_t __oldfs
/linux-4.4.14/arch/parisc/include/asm/
Duaccess.h17 #define KERNEL_DS ((mm_segment_t){0})
18 #define USER_DS ((mm_segment_t){1})
Dthread_info.h13 mm_segment_t addr_limit; /* user-level address space limit */
Dprocessor.h122 } mm_segment_t; typedef
/linux-4.4.14/arch/um/include/asm/
Dthread_info.h21 mm_segment_t addr_limit; /* thread address space:
/linux-4.4.14/arch/alpha/include/asm/
Dprocessor.h36 } mm_segment_t; typedef
Dthread_info.h21 mm_segment_t addr_limit; /* thread address space */
Duaccess.h20 #define KERNEL_DS ((mm_segment_t) { 0UL })
21 #define USER_DS ((mm_segment_t) { -0x40000000000UL })
/linux-4.4.14/sound/
Dsound_firmware.c68 mm_segment_t fs = get_fs(); in mod_firmware_load()
/linux-4.4.14/arch/unicore32/kernel/
Dtraps.c68 mm_segment_t fs; in dump_mem()
108 mm_segment_t fs; in dump_instr()
/linux-4.4.14/include/asm-generic/
Duaccess.h14 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
28 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/drivers/dio/
Ddio.c119 mm_segment_t fs; in dio_find()
173 mm_segment_t fs; in dio_init()
/linux-4.4.14/arch/metag/include/asm/
Dthread_info.h36 mm_segment_t addr_limit; /* thread address space */
Dprocessor.h35 } mm_segment_t; typedef
Duaccess.h20 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h153 } mm_segment_t; typedef
216 mm_segment_t fs; /* for get_fs() validation */
Duaccess.h27 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.4.14/arch/tile/include/asm/
Dthread_info.h36 mm_segment_t addr_limit; /* thread address space
Dprocessor.h37 } mm_segment_t; typedef
Duaccess.h37 #define MAKE_MM_SEG(a) ((mm_segment_t) { (a) })
/linux-4.4.14/arch/mips/include/asm/
Dthread_info.h31 mm_segment_t addr_limit; /*
Duaccess.h65 #define KERNEL_DS ((mm_segment_t) { 0x80000000UL })
66 #define USER_DS ((mm_segment_t) { 0xC0000000UL })
68 #define KERNEL_DS ((mm_segment_t) { 0UL })
69 #define USER_DS ((mm_segment_t) { __UA_LIMIT })
Dprocessor.h229 } mm_segment_t; typedef
/linux-4.4.14/sound/core/seq/
Dseq_compat.c50 mm_segment_t fs; in snd_seq_call_port_info_ioctl()
Dseq_clientmgr.c91 static inline mm_segment_t snd_enter_user(void) in snd_enter_user()
93 mm_segment_t fs = get_fs(); in snd_enter_user()
98 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
2419 mm_segment_t fs; in snd_seq_kernel_client_ctl()
/linux-4.4.14/kernel/power/
Duser.c413 mm_segment_t old_fs; in snapshot_compat_ioctl()
433 mm_segment_t old_fs; in snapshot_compat_ioctl()
/linux-4.4.14/arch/x86/include/asm/
Dthread_info.h60 mm_segment_t addr_limit;
Duaccess.h25 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
Dprocessor.h488 } mm_segment_t; typedef
/linux-4.4.14/arch/ia64/include/asm/
Dthread_info.h27 mm_segment_t addr_limit; /* user-level address space limit */
Duaccess.h48 #define KERNEL_DS ((mm_segment_t) { ~0UL }) /* cf. access_ok() */
49 #define USER_DS ((mm_segment_t) { TASK_SIZE-1 }) /* cf. access_ok() */
Dprocessor.h249 } mm_segment_t; typedef
/linux-4.4.14/arch/arm64/kernel/
Dtraps.c61 mm_segment_t fs; in dump_mem()
117 mm_segment_t 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.c112 mm_segment_t oldfs; in serial2002_tty_write()
154 mm_segment_t oldfs; in serial2002_tty_read()
190 mm_segment_t oldfs; in serial2002_tty_setspeed()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dkernel_user_comm.c60 mm_segment_t fs; in libcfs_kkuc_msg_put()
/linux-4.4.14/security/integrity/
Diint.c185 mm_segment_t old_fs; in integrity_kernel_read()
/linux-4.4.14/net/rds/
Dtcp_send.c42 mm_segment_t oldfs; in rds_tcp_cork()
Dtcp.c61 mm_segment_t oldfs = get_fs(); in rds_tcp_nonagle()
/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.c48 mm_segment_t fs; in aout_core_dump()
Dcoredump.c653 mm_segment_t old_fs; in do_coredump()
Dexec.c555 mm_segment_t oldfs = get_fs(); in copy_strings_kernel()
820 mm_segment_t old_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()
2127 mm_segment_t fs; in elf_core_dump()
Dcompat.c420 mm_segment_t old_fs; in COMPAT_SYSCALL_DEFINE3()
509 mm_segment_t oldfs = get_fs(); in COMPAT_SYSCALL_DEFINE2()
Dsplice.c578 mm_segment_t old_fs; in kernel_readv()
594 mm_segment_t old_fs; in kernel_write()
Dread_write.c499 mm_segment_t old_fs; in __kernel_write()
Dblock_dev.c1730 mm_segment_t old_fs = get_fs(); in ioctl_by_bdev()
Dbinfmt_elf_fdpic.c1574 mm_segment_t fs; in elf_fdpic_core_dump()
/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()
2817 mm_segment_t old_fs; in bond_ioctl()
2908 mm_segment_t old_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.c337 mm_segment_t old_fs; in do_set_sock_timeout()
398 mm_segment_t old_fs; in do_get_sock_timeout()
/linux-4.4.14/arch/sh/kernel/
Dio_trapped.c273 mm_segment_t oldfs; in handle_trapped_io()
Dtraps_32.c477 mm_segment_t oldfs; in do_address_error()
/linux-4.4.14/arch/m32r/kernel/
Dtraps.c284 mm_segment_t oldfs; in do_alignment_check()
/linux-4.4.14/arch/sparc/kernel/
Dprocess_64.c103 mm_segment_t old_fs; in show_regwindow32()
133 mm_segment_t old_fs; in show_regwindow()
Dperf_event.c1833 mm_segment_t old_fs; in perf_callchain_user()
/linux-4.4.14/arch/m68k/kernel/
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/drivers/usb/gadget/function/
Du_uac1.c160 mm_segment_t old_fs; in u_audio_playback()
/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/sound/core/oss/
Dpcm_oss.c68 static inline mm_segment_t snd_enter_user(void) in snd_enter_user()
70 mm_segment_t fs = get_fs(); in snd_enter_user()
75 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
1194 mm_segment_t fs; in snd_pcm_oss_write3()
1237 mm_segment_t fs; in snd_pcm_oss_read3()
1276 mm_segment_t fs; in snd_pcm_oss_writev3()
1316 mm_segment_t fs; in snd_pcm_oss_readv3()
1655 mm_segment_t fs; in snd_pcm_oss_sync()
/linux-4.4.14/fs/overlayfs/
Dcopy_up.c141 mm_segment_t old_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/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.c2626 mm_segment_t fs; in cs4297a_init()
/linux-4.4.14/arch/frv/kernel/
Dtraps.c115 mm_segment_t oldfs; in atomic_operation()
/linux-4.4.14/drivers/video/fbdev/
Dhpfb.c380 mm_segment_t 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/drivers/staging/lustre/lustre/lov/
Dlov_pack.c402 mm_segment_t seg; 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.c151 mm_segment_t fs; in aout_core_dump()
/linux-4.4.14/fs/autofs4/
Dwaitq.c61 mm_segment_t fs; in autofs4_write()
/linux-4.4.14/fs/nfsd/
Dvfs.c853 mm_segment_t oldfs; in nfsd_readv()
917 mm_segment_t oldfs; in nfsd_vfs_write()
1429 mm_segment_t oldfs; 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.c732 mm_segment_t old_fs; in ext4_compat_ioctl()
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c316 static inline mm_segment_t snd_enter_user(void) in snd_enter_user()
318 mm_segment_t fs = get_fs(); in snd_enter_user()
323 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
1182 mm_segment_t seg; in _snd_emu10k1_audigy_init_efx()
1820 mm_segment_t seg; in _snd_emu10k1_init_efx()
/linux-4.4.14/sound/core/
Dpcm_compat.c30 mm_segment_t fs; in snd_pcm_ioctl_delay_compat()
Dpcm_native.c183 static inline mm_segment_t snd_enter_user(void) in snd_enter_user()
185 mm_segment_t fs = get_fs(); in snd_enter_user()
190 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
3010 mm_segment_t fs; in snd_pcm_kernel_ioctl()
/linux-4.4.14/arch/mn10300/mm/
Dmisalignment.c323 mm_segment_t seg; 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.c1004 mm_segment_t fs; in hp_sdc_register()
/linux-4.4.14/net/9p/
Dtrans_fd.c416 mm_segment_t oldfs; 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.c656 mm_segment_t old_fs; in ecryptfs_readlink_lower()
/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.c1176 mm_segment_t old_fs; in SYSCALL_DEFINE4()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1016 mm_segment_t oldfs; in class_process_proc_param()
/linux-4.4.14/kernel/trace/
Dtrace_kprobe.c194 mm_segment_t old_fs; in FETCH_FUNC_NAME()
/linux-4.4.14/arch/s390/kernel/
Ddis.c1965 mm_segment_t old_fs; in show_code()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_v4l2.c1396 mm_segment_t old_fs; in uvc_v4l2_compat_ioctl32()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c377 mm_segment_t oldfs; 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.c1462 mm_segment_t oldfs; in o2net_set_nodelay()
/linux-4.4.14/drivers/video/fbdev/core/
Dfbmem.c1334 mm_segment_t old_fs; in fb_get_fscreeninfo()
/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/drivers/block/drbd/
Ddrbd_main.c1503 mm_segment_t oldfs = get_fs(); in _drbd_send_page()
/linux-4.4.14/fs/btrfs/
Dsend.c513 mm_segment_t old_fs; in write_buf()
/linux-4.4.14/net/ipv6/
Daddrconf.c2590 mm_segment_t oldfs = get_fs(); in addrconf_set_dstaddr()