Searched refs:mm_segment_t (Results 1 - 157 of 157) sorted by relevance

/linux-4.1.27/arch/cris/include/asm/
H A Dsegment.h6 } mm_segment_t; typedef in typeref:struct:__anon1374
H A Dthread_info.h36 mm_segment_t addr_limit; /* thread address space:
H A Duaccess.h35 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.1.27/arch/score/include/asm/
H A Dsegment.h8 } mm_segment_t; typedef in typeref:struct:__anon2550
10 #define KERNEL_DS ((mm_segment_t){0})
H A Dprocessor.h76 mm_segment_t current_ds;
H A Dthread_info.h43 mm_segment_t addr_limit;
/linux-4.1.27/arch/m68k/include/asm/
H A Dsegment.h22 } mm_segment_t; typedef in typeref:struct:__anon1819
24 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
33 static inline mm_segment_t get_fs(void) get_fs()
35 mm_segment_t _v; get_fs()
40 static inline void set_fs(mm_segment_t val) set_fs()
47 static inline mm_segment_t get_ds(void) get_ds()
H A Dthread_info.h29 mm_segment_t addr_limit; /* thread address space */
H A Dtlbflush.h15 mm_segment_t old_fs = get_fs(); flush_tlb_kernel_page()
87 mm_segment_t old_fs = get_fs(); flush_tlb_page()
/linux-4.1.27/arch/arc/include/asm/
H A Dsegment.h14 typedef unsigned long mm_segment_t; typedef
16 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dthread_info.h45 mm_segment_t addr_limit; /* thread address space */
/linux-4.1.27/arch/sh/include/asm/
H A Dsegment.h8 } mm_segment_t; typedef in typeref:struct:__anon2579
10 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dthread_info.h34 mm_segment_t addr_limit; /* thread address space */
/linux-4.1.27/arch/frv/include/asm/
H A Dsegment.h20 } mm_segment_t; typedef in typeref:struct:__anon1398
22 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dthread_info.h39 mm_segment_t addr_limit; /* thread address space:
/linux-4.1.27/mm/
H A Dmaccess.c24 mm_segment_t old_fs = get_fs(); __probe_kernel_read()
52 mm_segment_t old_fs = get_fs(); __probe_kernel_write()
H A Dnommu.c1235 mm_segment_t old_fs; do_mmap_private()
/linux-4.1.27/arch/blackfin/include/asm/
H A Dthread_info.h31 typedef unsigned long mm_segment_t; typedef
43 mm_segment_t addr_limit; /* address limit */
H A Duaccess.h25 static inline void set_fs(mm_segment_t fs) set_fs()
/linux-4.1.27/arch/c6x/include/asm/
H A Dthread_info.h36 } mm_segment_t; typedef in typeref:struct:__anon339
46 mm_segment_t addr_limit; /* thread address space */
/linux-4.1.27/arch/um/include/asm/
H A Duaccess.h9 /* thread_info has a mm_segment_t in it, so put the definition up here */
12 } mm_segment_t; typedef in typeref:struct:__anon2942
30 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dthread_info.h21 mm_segment_t addr_limit; /* thread address space:
/linux-4.1.27/arch/sparc/include/asm/
H A Dprocessor_32.h48 } mm_segment_t; typedef in typeref:struct:__anon2706
65 mm_segment_t current_ds;
H A 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)})
H A Duaccess_32.h30 #define KERNEL_DS ((mm_segment_t) { 0 })
31 #define USER_DS ((mm_segment_t) { -1 })
H A Dprocessor_64.h61 } mm_segment_t; typedef in typeref:struct:__anon2707
/linux-4.1.27/arch/unicore32/include/asm/
H A Dthread_info.h32 } mm_segment_t; typedef in typeref:struct:__anon2954
71 mm_segment_t addr_limit; /* address limit */
/linux-4.1.27/arch/nios2/include/asm/
H A Dthread_info.h31 } mm_segment_t; typedef in typeref:struct:__anon2184
45 mm_segment_t addr_limit; /* thread address space:
H A Duaccess.h47 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.1.27/arch/openrisc/include/asm/
H A Dthread_info.h47 typedef unsigned long mm_segment_t; typedef
55 mm_segment_t addr_limit; /* thread address space:
/linux-4.1.27/arch/arm64/include/asm/
H A Dthread_info.h39 typedef unsigned long mm_segment_t; typedef
47 mm_segment_t addr_limit; /* address limit */
H A Duaccess.h61 static inline void set_fs(mm_segment_t fs) set_fs()
/linux-4.1.27/arch/hexagon/include/asm/
H A Dthread_info.h40 } mm_segment_t; typedef in typeref:struct:__anon1425
53 mm_segment_t addr_limit; /* segmentation sux */
/linux-4.1.27/arch/parisc/include/asm/
H A Dthread_info.h13 mm_segment_t addr_limit; /* user-level address space limit */
H A Duaccess.h17 #define KERNEL_DS ((mm_segment_t){0})
18 #define USER_DS ((mm_segment_t){1})
H A Dprocessor.h122 } mm_segment_t; typedef in typeref:struct:__anon2206
/linux-4.1.27/arch/avr32/include/asm/
H A Duaccess.h19 } mm_segment_t; typedef in typeref:struct:__anon324
28 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
38 static inline mm_segment_t get_fs(void) get_fs()
43 static inline void set_fs(mm_segment_t s) set_fs()
/linux-4.1.27/arch/alpha/include/asm/
H A Dprocessor.h36 } mm_segment_t; typedef in typeref:struct:__anon76
H A Dthread_info.h21 mm_segment_t addr_limit; /* thread address space */
H A Duaccess.h20 #define KERNEL_DS ((mm_segment_t) { 0UL })
21 #define USER_DS ((mm_segment_t) { -0x40000000000UL })
/linux-4.1.27/sound/
H A Dsound_firmware.c70 mm_segment_t fs = get_fs(); mod_firmware_load()
/linux-4.1.27/kernel/
H A Dcompat.c220 mm_segment_t oldfs; compat_nanosleep_restart()
243 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE2()
378 mm_segment_t old_fs = get_fs(); COMPAT_SYSCALL_DEFINE1()
468 mm_segment_t old_fs = get_fs(); COMPAT_SYSCALL_DEFINE2()
548 mm_segment_t old_fs = get_fs(); COMPAT_SYSCALL_DEFINE4()
575 mm_segment_t old_fs = get_fs(); COMPAT_SYSCALL_DEFINE5()
705 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE4()
727 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE2()
744 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE2()
761 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE2()
778 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE2()
801 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE2()
817 mm_segment_t oldfs; compat_clock_nanosleep_restart()
843 mm_segment_t oldfs; COMPAT_SYSCALL_DEFINE4()
1147 mm_segment_t old_fs = get_fs(); COMPAT_SYSCALL_DEFINE2()
H A Dkmod.c287 * having an mm_segment_t which spans the entire address space. wait_for_helper()
H A Dmodule.c2926 mm_segment_t old_fs; flush_module_icache()
H A Dsignal.c3236 mm_segment_t seg; COMPAT_SYSCALL_DEFINE2()
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h64 } mm_segment_t; typedef in typeref:struct:__anon1857
72 mm_segment_t addr_limit; /* thread address space */
H A Duaccess.h42 # define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.1.27/arch/mn10300/include/asm/
H A Dthread_info.h39 } mm_segment_t; typedef in typeref:struct:__anon2173
48 mm_segment_t addr_limit; /* thread address space:
H A Duaccess.h32 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.1.27/arch/arm/include/asm/
H A Dthread_info.h30 typedef unsigned long mm_segment_t; typedef
53 mm_segment_t addr_limit; /* address limit */
H A Duaccess.h70 static inline void set_fs(mm_segment_t fs) set_fs()
263 static inline void set_fs(mm_segment_t fs) set_fs()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
H A Dlinux-mem.h75 #define DECL_MMSPACE mm_segment_t __oldfs
/linux-4.1.27/sound/drivers/opl3/
H A Dopl3_oss.c32 static inline mm_segment_t snd_enter_user(void) snd_enter_user()
34 mm_segment_t fs = get_fs(); snd_enter_user()
39 static inline void snd_leave_user(mm_segment_t fs) snd_leave_user()
/linux-4.1.27/arch/mips/kernel/
H A Dftrace.c93 mm_segment_t old_fs; ftrace_modify_code()
114 mm_segment_t old_fs; ftrace_modify_code_2()
138 mm_segment_t old_fs; ftrace_modify_code_2r()
H A Dkgdb.c212 mm_segment_t old_fs; kgdb_call_nmi_hook()
293 mm_segment_t old_fs; kgdb_mips_notify()
H A Dtraps.c195 mm_segment_t old_fs = get_fs(); show_stack()
348 mm_segment_t old_fs = get_fs(); show_registers()
942 mm_segment_t seg; do_bp()
1021 mm_segment_t seg; do_tr()
1527 mm_segment_t old_fs = get_fs(); do_mcheck()
H A Dvpe.c751 mm_segment_t old_fs; getcwd()
H A Dunaligned.c892 mm_segment_t seg; emulate_load_store_insn()
2144 mm_segment_t seg; do_ade()
/linux-4.1.27/arch/xtensa/include/asm/
H A Dthread_info.h52 mm_segment_t addr_limit; /* thread address space */
H A Dprocessor.h93 } mm_segment_t; typedef in typeref:struct:__anon3217
101 mm_segment_t current_ds; /* see uaccess.h for example uses */
H A Duaccess.h178 #define KERNEL_DS ((mm_segment_t) { 0 })
179 #define USER_DS ((mm_segment_t) { 1 })
/linux-4.1.27/arch/metag/include/asm/
H A Dthread_info.h36 mm_segment_t addr_limit; /* thread address space */
H A Dprocessor.h35 } mm_segment_t; typedef in typeref:struct:__anon1842
H A Duaccess.h20 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.1.27/include/linux/
H A Duaccess.h76 mm_segment_t old_fs = get_fs(); \
/linux-4.1.27/arch/m32r/include/asm/
H A Dprocessor.h75 } mm_segment_t; typedef in typeref:struct:__anon1754
H A Dthread_info.h32 mm_segment_t addr_limit; /* thread address space:
H A Duaccess.h30 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
46 static inline mm_segment_t get_fs(void) get_fs()
51 static inline void set_fs(mm_segment_t s) set_fs()
/linux-4.1.27/arch/arm/kernel/
H A Dsys_oabi-compat.c201 mm_segment_t fs = USER_DS; /* initialized to kill a warning */ sys_oabi_fcntl64()
257 mm_segment_t fs; sys_oabi_epoll_ctl()
278 mm_segment_t fs; sys_oabi_epoll_wait()
337 mm_segment_t fs = get_fs(); sys_oabi_semtimedop()
H A Dtraps.c100 mm_segment_t fs; dump_mem()
140 mm_segment_t fs; dump_instr()
/linux-4.1.27/sound/core/seq/
H A Dseq_compat.c50 mm_segment_t fs; snd_seq_call_port_info_ioctl()
H A Dseq_clientmgr.c91 static inline mm_segment_t snd_enter_user(void) snd_enter_user()
93 mm_segment_t fs = get_fs(); snd_enter_user()
98 static inline void snd_leave_user(mm_segment_t fs) snd_leave_user()
2419 mm_segment_t fs; snd_seq_kernel_client_ctl()
/linux-4.1.27/drivers/dio/
H A Ddio.c119 mm_segment_t fs; dio_find()
173 mm_segment_t fs; dio_init()
/linux-4.1.27/arch/unicore32/kernel/
H A Dtraps.c68 mm_segment_t fs; dump_mem()
108 mm_segment_t fs; dump_instr()
/linux-4.1.27/arch/s390/include/asm/
H A Dprocessor.h82 } mm_segment_t; typedef in typeref:struct:__anon2464
91 mm_segment_t mm_segment;
H A Duaccess.h31 #define MAKE_MM_SEG(a) ((mm_segment_t) { (a) })
/linux-4.1.27/kernel/power/
H A Duser.c413 mm_segment_t old_fs; snapshot_compat_ioctl()
433 mm_segment_t old_fs; snapshot_compat_ioctl()
/linux-4.1.27/include/asm-generic/
H A Duaccess.h14 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
28 static inline void set_fs(mm_segment_t fs) set_fs()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dserial2002.c112 mm_segment_t oldfs; serial2002_tty_write()
155 mm_segment_t oldfs; serial2002_tty_read()
191 mm_segment_t oldfs; serial2002_tty_setspeed()
/linux-4.1.27/arch/tile/include/asm/
H A Dthread_info.h36 mm_segment_t addr_limit; /* thread address space
H A Dprocessor.h37 } mm_segment_t; typedef in typeref:struct:__anon2815
H A Duaccess.h37 #define MAKE_MM_SEG(a) ((mm_segment_t) { (a) })
/linux-4.1.27/arch/mips/include/asm/
H A Dthread_info.h31 mm_segment_t addr_limit; /*
H A 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 })
H A Dprocessor.h235 } mm_segment_t; typedef in typeref:struct:__anon2062
/linux-4.1.27/arch/ia64/include/asm/
H A Dthread_info.h27 mm_segment_t addr_limit; /* user-level address space limit */
H A 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() */
H A Dprocessor.h249 } mm_segment_t; typedef in typeref:struct:__anon1524
/linux-4.1.27/security/integrity/
H A Diint.c185 mm_segment_t old_fs; integrity_kernel_read()
/linux-4.1.27/arch/arm64/kernel/
H A Dtraps.c58 mm_segment_t fs; dump_mem()
104 mm_segment_t fs; dump_instr()
H A Dptrace.c889 mm_segment_t old_fs = get_fs(); compat_ptrace_write_user()
990 mm_segment_t old_fs = get_fs(); compat_ptrace_gethbpregs()
1016 mm_segment_t old_fs = get_fs(); compat_ptrace_sethbpregs()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dprocessor.h153 } mm_segment_t; typedef in typeref:struct:__anon2323
216 mm_segment_t fs; /* for get_fs() validation */
H A Duaccess.h27 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dkernel_user_comm.c60 mm_segment_t fs; libcfs_kkuc_msg_put()
/linux-4.1.27/arch/sh/kernel/
H A Dio_trapped.c273 mm_segment_t oldfs; handle_trapped_io()
H A Dtraps_32.c477 mm_segment_t oldfs; do_address_error()
/linux-4.1.27/drivers/usb/gadget/function/
H A Du_uac1.c160 mm_segment_t old_fs; u_audio_playback()
/linux-4.1.27/arch/m32r/kernel/
H A Dtraps.c284 mm_segment_t oldfs; do_alignment_check()
/linux-4.1.27/arch/alpha/lib/
H A Dcsum_partial_copy.c382 mm_segment_t oldfs = get_fs(); csum_partial_copy_nocheck()
/linux-4.1.27/net/rds/
H A Dtcp.c58 mm_segment_t oldfs = get_fs(); rds_tcp_nonagle()
H A Dtcp_send.c42 mm_segment_t oldfs; rds_tcp_cork()
/linux-4.1.27/fs/
H A Dcompat_ioctl.c121 mm_segment_t old_fs = get_fs(); w_long()
146 mm_segment_t old_fs = get_fs(); do_video_get_event()
517 mm_segment_t old_fs = get_fs(); mt_ioctl_trans()
614 mm_segment_t oldseg = get_fs(); serial_struct_ioctl()
747 mm_segment_t oldfs = get_fs(); rtc_ioctl()
H A Dbinfmt_aout.c48 mm_segment_t fs; aout_core_dump()
H A Dbinfmt_elf.c1278 mm_segment_t fs = get_fs(); vma_dump_size()
1482 mm_segment_t old_fs = get_fs(); fill_siginfo_note()
2117 mm_segment_t fs; elf_core_dump()
H A Dcoredump.c649 mm_segment_t old_fs; do_coredump()
H A Dcompat.c420 mm_segment_t old_fs; COMPAT_SYSCALL_DEFINE3()
509 mm_segment_t oldfs = get_fs(); COMPAT_SYSCALL_DEFINE2()
H A Dexec.c549 mm_segment_t oldfs = get_fs(); copy_strings_kernel()
814 mm_segment_t old_fs; kernel_read()
H A Dsplice.c577 mm_segment_t old_fs; kernel_readv()
593 mm_segment_t old_fs; kernel_write()
H A Dread_write.c499 mm_segment_t old_fs; __kernel_write()
H A Dbinfmt_elf_fdpic.c1534 mm_segment_t fs; elf_fdpic_core_dump()
H A Dblock_dev.c1696 mm_segment_t old_fs = get_fs(); ioctl_by_bdev()
/linux-4.1.27/net/
H A Dsocket.c745 mm_segment_t oldfs = get_fs(); kernel_recvmsg()
2562 mm_segment_t old_fs = get_fs(); do_siocgstamp()
2578 mm_segment_t old_fs = get_fs(); do_siocgstampns()
2826 mm_segment_t old_fs; bond_ioctl()
2917 mm_segment_t old_fs; compat_sioc_ifmap()
2990 mm_segment_t old_fs = get_fs(); routing_ioctl()
3239 mm_segment_t oldfs = get_fs(); kernel_getsockopt()
3261 mm_segment_t oldfs = get_fs(); kernel_setsockopt()
3290 mm_segment_t oldfs = get_fs(); kernel_sock_ioctl()
H A Dcompat.c337 mm_segment_t old_fs; do_set_sock_timeout()
398 mm_segment_t old_fs; do_get_sock_timeout()
/linux-4.1.27/block/
H A Dcompat_ioctl.c83 mm_segment_t old_fs = get_fs(); compat_hdio_ioctl()
306 mm_segment_t old_fs = get_fs(); compat_fd_ioctl()
/linux-4.1.27/arch/sparc/kernel/
H A Dprocess_64.c103 mm_segment_t old_fs; show_regwindow32()
133 mm_segment_t old_fs; show_regwindow()
/linux-4.1.27/sound/core/oss/
H A Dpcm_oss.c68 static inline mm_segment_t snd_enter_user(void) snd_enter_user()
70 mm_segment_t fs = get_fs(); snd_enter_user()
75 static inline void snd_leave_user(mm_segment_t fs) snd_leave_user()
1194 mm_segment_t fs; snd_pcm_oss_write3()
1237 mm_segment_t fs; snd_pcm_oss_read3()
1276 mm_segment_t fs; snd_pcm_oss_writev3()
1316 mm_segment_t fs; snd_pcm_oss_readv3()
1655 mm_segment_t fs; snd_pcm_oss_sync()
/linux-4.1.27/arch/x86/include/asm/
H A Dthread_info.h58 mm_segment_t addr_limit;
H A Duaccess.h25 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dprocessor.h615 } mm_segment_t; typedef in typeref:struct:__anon3081
/linux-4.1.27/fs/overlayfs/
H A Dcopy_up.c141 mm_segment_t old_fs; ovl_read_symlink()
/linux-4.1.27/drivers/video/fbdev/
H A Dhpfb.c380 mm_segment_t fs; hpfb_init()
/linux-4.1.27/arch/m68k/kernel/
H A Dtraps.c184 mm_segment_t old_fs = get_fs(); probe040()
204 mm_segment_t old_fs = get_fs(); do_040writeback1()
848 mm_segment_t old_fs = get_fs(); show_registers()
/linux-4.1.27/sound/oss/
H A Ddmabuf.c240 mm_segment_t fs = get_fs(); default_set_bits()
250 mm_segment_t fs = get_fs(); default_set_speed()
261 mm_segment_t fs = get_fs(); default_set_channels()
H A Dswarm_cs4297a.c2626 mm_segment_t fs; cs4297a_init()
/linux-4.1.27/net/ipv4/
H A Dipconfig.c334 mm_segment_t oldfs = get_fs(); ic_devinet_ioctl()
345 mm_segment_t oldfs = get_fs(); ic_dev_ioctl()
356 mm_segment_t oldfs = get_fs(); ic_route_ioctl()
H A Dipmr.c382 mm_segment_t oldfs = get_fs(); ipmr_del_tunnel()
415 mm_segment_t oldfs = get_fs(); ipmr_new_tunnel()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tcpip.c49 mm_segment_t oldmm = get_fs(); libcfs_sock_ioctl()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_pack.c423 mm_segment_t seg; lov_getstripe()
/linux-4.1.27/arch/x86/ia32/
H A Dia32_aout.c151 mm_segment_t fs; aout_core_dump()
/linux-4.1.27/include/net/
H A Dbonding.h44 mm_segment_t fs = get_fs(); \
/linux-4.1.27/arch/frv/kernel/
H A Dtraps.c115 mm_segment_t oldfs; atomic_operation()
/linux-4.1.27/fs/autofs4/
H A Dwaitq.c61 mm_segment_t fs; autofs4_write()
/linux-4.1.27/kernel/trace/
H A Dtrace_kprobe.c172 mm_segment_t old_fs = get_fs(); FETCH_FUNC_NAME()
206 mm_segment_t old_fs; FETCH_FUNC_NAME()
/linux-4.1.27/sound/pci/emu10k1/
H A Demufx.c316 static inline mm_segment_t snd_enter_user(void) snd_enter_user()
318 mm_segment_t fs = get_fs(); snd_enter_user()
323 static inline void snd_leave_user(mm_segment_t fs) snd_leave_user()
1182 mm_segment_t seg; _snd_emu10k1_audigy_init_efx()
1820 mm_segment_t seg; _snd_emu10k1_init_efx()
/linux-4.1.27/fs/nfsd/
H A Dvfs.c891 mm_segment_t oldfs; nfsd_readv()
955 mm_segment_t oldfs; nfsd_vfs_write()
1505 mm_segment_t oldfs; nfsd_readlink()
/linux-4.1.27/arch/um/drivers/
H A Dmconsole_kern.c151 mm_segment_t old_fs = get_fs(); mconsole_proc()
/linux-4.1.27/fs/ext4/
H A Dioctl.c740 mm_segment_t old_fs; ext4_compat_ioctl()
/linux-4.1.27/sound/core/
H A Dpcm_compat.c30 mm_segment_t fs; snd_pcm_ioctl_delay_compat()
H A Dpcm_native.c183 static inline mm_segment_t snd_enter_user(void) snd_enter_user()
185 mm_segment_t fs = get_fs(); snd_enter_user()
190 static inline void snd_leave_user(mm_segment_t fs) snd_leave_user()
3012 mm_segment_t fs; snd_pcm_kernel_ioctl()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c949 mm_segment_t old_fs = get_fs(); do_video_ioctl()
/linux-4.1.27/drivers/input/serio/
H A Dhp_sdc.c1004 mm_segment_t fs; hp_sdc_register()
/linux-4.1.27/arch/x86/net/
H A Dbpf_jit_comp.c99 mm_segment_t old_fs = get_fs(); bpf_flush_icache()
/linux-4.1.27/arch/mn10300/mm/
H A Dmisalignment.c323 mm_segment_t seg; misalignment()
/linux-4.1.27/arch/alpha/kernel/
H A Dosf_sys.c1171 mm_segment_t old_fs; SYSCALL_DEFINE4()
/linux-4.1.27/fs/ecryptfs/
H A Dinode.c657 mm_segment_t old_fs; ecryptfs_readlink_lower()
/linux-4.1.27/net/9p/
H A Dtrans_fd.c416 mm_segment_t oldfs; p9_fd_write()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c1339 mm_segment_t oldfs; class_process_proc_param()
/linux-4.1.27/drivers/vhost/
H A Dvhost.c209 mm_segment_t oldfs = get_fs(); vhost_worker()
/linux-4.1.27/drivers/video/fbdev/core/
H A Dfbmem.c1334 mm_segment_t old_fs; fb_get_fscreeninfo()
/linux-4.1.27/arch/ia64/kernel/
H A Dunaligned.c1295 mm_segment_t old_fs = get_fs(); ia64_handle_unaligned()
/linux-4.1.27/net/sunrpc/
H A Dsvcsock.c377 mm_segment_t oldfs; svc_sock_setbufsize()
/linux-4.1.27/fs/ocfs2/cluster/
H A Dtcp.c1462 mm_segment_t oldfs; o2net_set_nodelay()
/linux-4.1.27/arch/s390/kernel/
H A Ddis.c1958 mm_segment_t old_fs; show_code()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_main.c1503 mm_segment_t oldfs = get_fs(); _drbd_send_page()
/linux-4.1.27/fs/btrfs/
H A Dsend.c512 mm_segment_t old_fs; write_buf()
/linux-4.1.27/net/ipv6/
H A Daddrconf.c2521 mm_segment_t oldfs = get_fs(); addrconf_set_dstaddr()
/linux-4.1.27/sound/pci/hda/
H A Dhda_codec.c1947 mm_segment_t fs = get_fs(); get_kctl_0dB_offset()

Completed in 2669 milliseconds