Searched refs:KERNEL_DS (Results 1 - 155 of 155) sorted by relevance

/linux-4.4.14/arch/score/include/asm/
H A Dsegment.h10 #define KERNEL_DS ((mm_segment_t){0}) macro
11 #define USER_DS KERNEL_DS
13 # define get_ds() (KERNEL_DS)
H A Dthread_info.h57 .addr_limit = KERNEL_DS, \
H A Duaccess.h11 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/sh/include/asm/
H A Dsegment.h15 * get_fs() == KERNEL_DS, checking is bypassed.
19 #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFFUL) macro
23 #define USER_DS KERNEL_DS
28 #define get_ds() (KERNEL_DS)
H A Dthread_info.h62 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/blackfin/include/asm/
H A Dsegment.h10 #define KERNEL_DS (0x5) macro
H A Duaccess.h22 #define get_ds() (KERNEL_DS)
40 * get_fs() == KERNEL_DS, checking is bypassed.
/linux-4.4.14/arch/x86/um/asm/
H A Dsegment.h15 #define KERNEL_DS MAKE_MM_SEG(~0UL) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dsegment.h31 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS) macro
50 return KERNEL_DS; get_ds()
55 #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFF) macro
56 #define get_ds() (KERNEL_DS)
H A Dthread_info.h39 .addr_limit = KERNEL_DS, \
H A Dtlbflush.h16 set_fs(KERNEL_DS); flush_tlb_kernel_page()
/linux-4.4.14/arch/frv/include/asm/
H A Dsegment.h26 #define KERNEL_DS MAKE_MM_SEG(0xdfffffffUL) macro
29 #define KERNEL_DS MAKE_MM_SEG(0xe0000000UL) macro
32 #define get_ds() (KERNEL_DS)
35 #define __kernel_ds_p() segment_eq(get_fs(), KERNEL_DS)
H A Dthread_info.h64 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/h8300/include/asm/
H A Dsegment.h24 #define KERNEL_DS MAKE_MM_SEG(__KERNEL_DS) macro
38 return KERNEL_DS; get_ds()
H A Dthread_info.h46 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/arc/include/asm/
H A Dsegment.h18 #define KERNEL_DS MAKE_MM_SEG(0) macro
H A Dthread_info.h62 .addr_limit = KERNEL_DS, \
H A Duaccess.h32 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
/linux-4.4.14/arch/sparc/lib/
H A DGENcopy_to_user.S24 * Reading %asi to check for KERNEL_DS is comparatively
H A DNGcopy_to_user.S25 * Reading %asi to check for KERNEL_DS is comparatively
H A DNG2copy_to_user.S42 * Reading %asi to check for KERNEL_DS is comparatively
H A DNG4copy_to_user.S37 * Reading %asi to check for KERNEL_DS is comparatively
H A DU1copy_from_user.S28 * Reading %asi to check for KERNEL_DS is comparatively
H A DU1copy_to_user.S28 * Reading %asi to check for KERNEL_DS is comparatively
H A DU3copy_to_user.S28 * Reading %asi to check for KERNEL_DS is comparatively
/linux-4.4.14/arch/um/kernel/skas/
H A Duaccess.c144 if (segment_eq(get_fs(), KERNEL_DS)) { __copy_from_user()
164 if (segment_eq(get_fs(), KERNEL_DS)) { __copy_to_user()
192 if (segment_eq(get_fs(), KERNEL_DS)) { __strncpy_from_user()
213 if (segment_eq(get_fs(), KERNEL_DS)) { __clear_user()
238 if (segment_eq(get_fs(), KERNEL_DS)) __strnlen_user()
/linux-4.4.14/mm/
H A Dmaccess.c31 set_fs(KERNEL_DS); __probe_kernel_read()
59 set_fs(KERNEL_DS); __probe_kernel_write()
95 set_fs(KERNEL_DS); strncpy_from_unsafe()
H A Dnommu.c1204 set_fs(KERNEL_DS); do_mmap_private()
H A Dmempolicy.c2559 /* assumes fs == KERNEL_DS */ numa_policy_init()
H A Dmemory.c3840 if (segment_eq(get_fs(), KERNEL_DS)) __might_fault()
/linux-4.4.14/arch/microblaze/include/asm/
H A Duaccess.h36 * get_fs() == KERNEL_DS, checking is bypassed.
40 * For non-MMU arch like Microblaze, KERNEL_DS and USER_DS is equal.
45 # define KERNEL_DS MAKE_MM_SEG(0) macro
46 # define USER_DS KERNEL_DS
48 # define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFF) macro
52 # define get_ds() (KERNEL_DS)
H A Dthread_info.h86 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/um/include/asm/
H A Dthread_info.h33 .addr_limit = KERNEL_DS, \
H A Duaccess.h49 segment_eq(get_fs(), KERNEL_DS)); __access_ok()
/linux-4.4.14/arch/unicore32/include/asm/
H A Duaccess.h26 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
H A Dthread_info.h87 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/c6x/kernel/
H A Dsys_c6x.c26 if (segment_eq(get_fs(), KERNEL_DS)) _access_ok()
/linux-4.4.14/arch/c6x/mm/
H A Dinit.c47 set_fs(KERNEL_DS); paging_init()
/linux-4.4.14/arch/metag/include/asm/
H A Duaccess.h15 * get_fs() == KERNEL_DS, checking is bypassed.
22 #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFF) macro
25 #define get_ds() (KERNEL_DS)
31 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
H A Dthread_info.h73 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/parisc/include/asm/
H A Dthread_info.h23 .addr_limit = KERNEL_DS, \
H A Duaccess.h17 #define KERNEL_DS ((mm_segment_t){0}) macro
22 #define get_ds() (KERNEL_DS)
89 if (segment_eq(get_fs(), KERNEL_DS)) { \
131 if (segment_eq(get_fs(), KERNEL_DS)) { \
H A Dfutex.h127 if (segment_eq(KERNEL_DS, get_fs()) && !uaddr) futex_atomic_cmpxchg_inatomic()
/linux-4.4.14/arch/xtensa/include/asm/
H A Duaccess.h40 #define KERNEL_DS 0 macro
43 #define get_ds (KERNEL_DS)
98 #if ((KERNEL_DS != 0) || (USER_DS == 0))
172 * performed, with get_fs() == KERNEL_DS, checking is bypassed.
178 #define KERNEL_DS ((mm_segment_t) { 0 })
181 #define get_ds() (KERNEL_DS)
187 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
H A Dthread_info.h77 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/cris/include/asm/
H A Duaccess.h30 * get_fs() == KERNEL_DS, checking is bypassed.
38 * the KERNEL_DS and USER_DS values to both assign and compare the
43 #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFF) macro
46 #define get_ds() (KERNEL_DS)
52 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
H A Dthread_info.h55 .addr_limit = KERNEL_DS, \
/linux-4.4.14/kernel/
H A Dcompat.c225 set_fs(KERNEL_DS); compat_nanosleep_restart()
253 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
380 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE1()
470 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
550 set_fs (KERNEL_DS); COMPAT_SYSCALL_DEFINE4()
579 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE5()
713 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE4()
731 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
750 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
765 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
786 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
805 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
823 set_fs(KERNEL_DS); compat_clock_nanosleep_restart()
851 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE4()
1149 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
H A Dexit.c670 * that get_fs() was left as KERNEL_DS, so reset it to USER_DS before do_exit()
H A Dmodule.c3085 set_fs(KERNEL_DS); flush_module_icache()
H A Dsignal.c3195 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
/linux-4.4.14/arch/ia64/include/asm/
H A Duaccess.h18 * get_fs()==KERNEL_DS, checking is bypassed.
48 #define KERNEL_DS ((mm_segment_t) { ~0UL }) /* cf. access_ok() */ macro
54 #define get_ds() (KERNEL_DS)
70 && ((segment).seg == KERNEL_DS.seg \
205 #define __get_user_nocheck(x, ptr, size) __do_get_user(0, x, ptr, size, KERNEL_DS)
232 #define __put_user_nocheck(x, ptr, size) __do_put_user(0, x, ptr, size, KERNEL_DS)
H A Dthread_info.h44 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/tile/include/asm/
H A Dthread_info.h37 (KERNEL_DS or USER_DS) */
57 .addr_limit = KERNEL_DS, \
H A Duaccess.h33 * get_fs() == KERNEL_DS, checking is bypassed.
39 #define KERNEL_DS MAKE_MM_SEG(-1UL) macro
42 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/nios2/include/asm/
H A Duaccess.h49 #define KERNEL_DS MAKE_MM_SEG(0) macro
51 #define get_ds() (KERNEL_DS)
H A Dthread_info.h63 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/c6x/include/asm/
H A Dthread_info.h60 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/openrisc/include/asm/
H A Duaccess.h37 * get_fs() == KERNEL_DS, checking is bypassed.
43 * the KERNEL_DS and USER_DS values to both assign and compare the
48 #define KERNEL_DS (~0UL) macro
49 #define get_ds() (KERNEL_DS)
H A Dthread_info.h78 .addr_limit = KERNEL_DS, \
/linux-4.4.14/include/asm-generic/
H A Duaccess.h16 #ifndef KERNEL_DS
17 #define KERNEL_DS MAKE_MM_SEG(~0UL) macro
25 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/arm/include/asm/
H A Duaccess.h91 #define KERNEL_DS 0x00000000 macro
92 #define get_ds() (KERNEL_DS)
289 #define USER_DS KERNEL_DS
294 #define get_fs() (KERNEL_DS)
308 (segment_eq(get_fs(), KERNEL_DS) ? ~0UL : get_fs())
H A Dthread_info.h75 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/alpha/include/asm/
H A Duaccess.h11 * get_fs() == KERNEL_DS, checking is bypassed.
20 #define KERNEL_DS ((mm_segment_t) { 0UL }) macro
27 #define get_ds() (KERNEL_DS)
H A Dthread_info.h37 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/powerpc/include/asm/
H A Duaccess.h19 * get_fs() == KERNEL_DS, checking is bypassed.
29 #define KERNEL_DS MAKE_MM_SEG(~0UL) macro
37 #define get_ds() (KERNEL_DS)
H A Dprocessor.h341 .fs = KERNEL_DS, \
350 .fs = KERNEL_DS, \
/linux-4.4.14/arch/s390/include/asm/
H A Duaccess.h26 * get_fs() == KERNEL_DS, checking is bypassed.
34 #define KERNEL_DS MAKE_MM_SEG(0) macro
37 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/sparc/include/asm/
H A Duaccess_32.h30 #define KERNEL_DS ((mm_segment_t) { 0 }) macro
36 #define get_ds() (KERNEL_DS)
48 #define __kernel_ok (segment_eq(get_fs(), KERNEL_DS))
H A Dprocessor_32.h73 .current_ds = KERNEL_DS, \
H A Duaccess_64.h35 #define KERNEL_DS ((mm_segment_t) { ASI_P }) macro
42 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/mn10300/include/asm/
H A Duaccess.h28 * get_fs() == KERNEL_DS, checking is bypassed.
35 #define KERNEL_DS MAKE_MM_SEG(0x9FFFFFFF) macro
38 #define get_ds() (KERNEL_DS)
H A Dthread_info.h79 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/avr32/include/asm/
H A Duaccess.h24 * get_fs() == KERNEL_DS, checking is bypassed.
33 #define KERNEL_DS MAKE_MM_SEG(0) macro
36 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/blackfin/mm/
H A Dinit.c59 set_fs(KERNEL_DS); paging_init()
/linux-4.4.14/arch/hexagon/include/asm/
H A Dthread_info.h82 .addr_limit = KERNEL_DS, \
H A Duaccess.h57 ((get_fs().seg == KERNEL_DS.seg) || \
/linux-4.4.14/arch/m32r/include/asm/
H A Dthread_info.h55 .addr_limit = KERNEL_DS, \
H A Duaccess.h25 * get_fs() == KERNEL_DS, checking is bypassed.
34 #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFF) macro
36 #define get_ds() (KERNEL_DS)
42 #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFF) macro
44 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/arm64/include/asm/
H A Dthread_info.h60 .addr_limit = KERNEL_DS, \
H A Duaccess.h58 #define KERNEL_DS (-1UL) macro
59 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/arm/kernel/
H A Dsys_oabi-compat.c214 set_fs(KERNEL_DS); do_locks()
268 set_fs(KERNEL_DS); sys_oabi_epoll_ctl()
288 set_fs(KERNEL_DS); sys_oabi_epoll_wait()
339 set_fs(KERNEL_DS); sys_oabi_semtimedop()
H A Dtraps.c109 set_fs(KERNEL_DS); dump_mem()
150 set_fs(KERNEL_DS); dump_instr()
/linux-4.4.14/drivers/dio/
H A Ddio.c139 set_fs(KERNEL_DS); dio_find()
218 set_fs(KERNEL_DS); dio_init()
/linux-4.4.14/arch/unicore32/kernel/
H A Dtraps.c77 set_fs(KERNEL_DS); dump_mem()
118 set_fs(KERNEL_DS); dump_instr()
/linux-4.4.14/kernel/power/
H A Duser.c417 set_fs(KERNEL_DS); snapshot_compat_ioctl()
441 set_fs(KERNEL_DS); snapshot_compat_ioctl()
/linux-4.4.14/arch/arm/lib/
H A Duaccess_with_memcpy.c94 if (unlikely(segment_eq(get_fs(), KERNEL_DS))) { __copy_to_user_memcpy()
166 if (unlikely(segment_eq(get_fs(), KERNEL_DS))) { __clear_user_memset()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dserial2002.c115 set_fs(KERNEL_DS); serial2002_tty_write()
159 set_fs(KERNEL_DS); serial2002_tty_read()
193 set_fs(KERNEL_DS); serial2002_tty_setspeed()
/linux-4.4.14/arch/mips/include/asm/
H A Dthread_info.h49 .addr_limit = KERNEL_DS, \
H A Duaccess.h22 * get_fs() == KERNEL_DS, checking is bypassed.
65 #define KERNEL_DS ((mm_segment_t) { 0x80000000UL }) macro
68 #define KERNEL_DS ((mm_segment_t) { 0UL }) macro
75 #define get_ds() (KERNEL_DS)
/linux-4.4.14/arch/sh/kernel/
H A Dprocess_32.c157 ti->addr_limit = KERNEL_DS; copy_thread()
H A Dio_trapped.c285 set_fs(KERNEL_DS); handle_trapped_io()
H A Dtraps_32.c549 set_fs(KERNEL_DS); do_address_error()
/linux-4.4.14/arch/m68k/sun3/
H A Dconfig.c95 set_fs(KERNEL_DS); sun3_init()
H A Dmmu_emu.c199 set_fs(KERNEL_DS); mmu_emu_init()
/linux-4.4.14/arch/arm/xen/
H A Dhypercall.S113 * unconditionally as no set_fs(KERNEL_DS)/set_fs(get_ds()) is
/linux-4.4.14/fs/
H A Dbinfmt_aout.c62 set_fs(KERNEL_DS); aout_core_dump()
85 set_fs(KERNEL_DS); aout_core_dump()
H A Dcompat_ioctl.c125 set_fs (KERNEL_DS); w_long()
149 set_fs(KERNEL_DS); do_video_get_event()
536 set_fs (KERNEL_DS); mt_ioctl_trans()
631 set_fs(KERNEL_DS); serial_struct_ioctl()
755 set_fs(KERNEL_DS); rtc_ioctl()
H A Dcompat.c433 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE3()
467 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE3()
513 set_fs(KERNEL_DS); COMPAT_SYSCALL_DEFINE2()
H A Dcoredump.c656 set_fs(KERNEL_DS); do_coredump()
H A Dbinfmt_elf.c1493 set_fs(KERNEL_DS); fill_siginfo_note()
2185 set_fs(KERNEL_DS); elf_core_dump()
H A Dbinfmt_elf_fdpic.c1703 set_fs(KERNEL_DS); elf_fdpic_core_dump()
H A Dexec.c560 set_fs(KERNEL_DS); copy_strings_kernel()
H A Dblock_dev.c1731 set_fs(KERNEL_DS); ioctl_by_bdev()
/linux-4.4.14/arch/x86/include/asm/
H A Duaccess.h20 * get_fs() == KERNEL_DS, checking is bypassed.
27 #define KERNEL_DS MAKE_MM_SEG(-1UL) macro
30 #define get_ds() (KERNEL_DS)
H A Dthread_info.h70 .addr_limit = KERNEL_DS, \
/linux-4.4.14/arch/x86/ia32/
H A Dia32_aout.c157 set_fs(KERNEL_DS); aout_core_dump()
185 set_fs(KERNEL_DS); aout_core_dump()
/linux-4.4.14/arch/arm64/kernel/
H A Dtraps.c71 set_fs(KERNEL_DS); dump_mem()
127 set_fs(KERNEL_DS); dump_instr()
H A Dptrace.c979 set_fs(KERNEL_DS); compat_ptrace_write_user()
1074 set_fs(KERNEL_DS); compat_ptrace_gethbpregs()
1107 set_fs(KERNEL_DS); compat_ptrace_sethbpregs()
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_uac1.c178 set_fs(KERNEL_DS); u_audio_playback()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dkernel_user_comm.c72 set_fs(KERNEL_DS); libcfs_kkuc_msg_put()
/linux-4.4.14/arch/alpha/lib/
H A Dcsum_partial_copy.c383 set_fs(KERNEL_DS); csum_partial_copy_nocheck()
/linux-4.4.14/arch/m68k/mm/
H A Dmotorola.c295 set_fs(KERNEL_DS); paging_init()
/linux-4.4.14/arch/m32r/kernel/
H A Dtraps.c311 set_fs(KERNEL_DS); do_alignment_check()
/linux-4.4.14/net/rds/
H A Dtcp_send.c45 set_fs(KERNEL_DS); rds_tcp_cork()
H A Dtcp.c64 set_fs(KERNEL_DS); rds_tcp_nonagle()
/linux-4.4.14/net/
H A Dsocket.c747 set_fs(KERNEL_DS); kernel_recvmsg()
2557 set_fs(KERNEL_DS); do_siocgstamp()
2573 set_fs(KERNEL_DS); do_siocgstampns()
2829 set_fs(KERNEL_DS); bond_ioctl()
2923 set_fs(KERNEL_DS); compat_sioc_ifmap()
3021 set_fs(KERNEL_DS); routing_ioctl()
3238 set_fs(KERNEL_DS); kernel_getsockopt()
3258 set_fs(KERNEL_DS); kernel_setsockopt()
3284 set_fs(KERNEL_DS); kernel_sock_ioctl()
H A Dcompat.c347 set_fs(KERNEL_DS); do_set_sock_timeout()
408 set_fs(KERNEL_DS); do_get_sock_timeout()
/linux-4.4.14/block/
H A Dcompat_ioctl.c88 set_fs(KERNEL_DS); compat_hdio_ioctl()
407 set_fs(KERNEL_DS); compat_fd_ioctl()
/linux-4.4.14/drivers/video/fbdev/
H A Dhpfb.c406 set_fs(KERNEL_DS); hpfb_init()
/linux-4.4.14/arch/blackfin/kernel/
H A Dprocess.c369 if (segment_eq(get_fs(), KERNEL_DS)) _access_ok()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dlib-socket.c52 set_fs(KERNEL_DS); kernel_sock_unlocked_ioctl()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
H A Dlov_pack.c412 set_fs(KERNEL_DS); lov_getstripe()
/linux-4.4.14/fs/autofs4/
H A Dwaitq.c69 set_fs(KERNEL_DS); autofs4_write()
/linux-4.4.14/arch/mips/kernel/
H A Dprocess.c132 ti->addr_limit = KERNEL_DS; copy_thread()
H A Dtraps.c219 set_fs(KERNEL_DS); show_stack()
367 set_fs(KERNEL_DS); show_registers()
944 set_fs(KERNEL_DS); do_bp()
1552 set_fs(KERNEL_DS); do_mcheck()
H A Dunaligned.c2263 set_fs(KERNEL_DS); do_ade()
2274 set_fs(KERNEL_DS); do_ade()
2291 set_fs(KERNEL_DS); do_ade()
H A Dvpe.c755 set_fs(KERNEL_DS); getcwd()
/linux-4.4.14/arch/sparc/kernel/
H A Dprocess_32.c350 p->thread.current_ds = KERNEL_DS;
/linux-4.4.14/arch/frv/kernel/
H A Dtraps.c124 set_fs(KERNEL_DS); atomic_operation()
/linux-4.4.14/fs/nfsd/
H A Dvfs.c857 set_fs(KERNEL_DS); nfsd_readv()
944 oldfs = get_fs(); set_fs(KERNEL_DS); nfsd_vfs_write()
1451 oldfs = get_fs(); set_fs(KERNEL_DS); nfsd_readlink()
/linux-4.4.14/arch/um/drivers/
H A Dmconsole_kern.c152 set_fs(KERNEL_DS); mconsole_proc()
/linux-4.4.14/lib/
H A Diov_iter.c351 if (segment_eq(get_fs(), KERNEL_DS)) { iov_iter_init()
/linux-4.4.14/security/tomoyo/
H A Dnetwork.c611 return segment_eq(get_fs(), KERNEL_DS); tomoyo_kernel_service()
/linux-4.4.14/fs/ext4/
H A Dioctl.c746 set_fs(KERNEL_DS); ext4_compat_ioctl()
/linux-4.4.14/arch/parisc/lib/
H A Dmemcpy.c79 #define get_user_space() (segment_eq(get_fs(), KERNEL_DS) ? 0 : mfsp(3))
/linux-4.4.14/net/ipv4/
H A Dipmr.c383 set_fs(KERNEL_DS); ipmr_del_tunnel()
416 set_fs(KERNEL_DS); ipmr_new_tunnel()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c1019 set_fs(KERNEL_DS); class_process_proc_param()
/linux-4.4.14/drivers/input/serio/
H A Dhp_sdc.c1030 set_fs(KERNEL_DS); hp_sdc_register()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_v4l2.c1415 set_fs(KERNEL_DS); uvc_v4l2_compat_ioctl32()
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c974 set_fs(KERNEL_DS); do_video_ioctl()
/linux-4.4.14/arch/x86/net/
H A Dbpf_jit_comp.c103 set_fs(KERNEL_DS); bpf_flush_icache()
/linux-4.4.14/arch/alpha/kernel/
H A Dosf_sys.c1183 set_fs (KERNEL_DS); SYSCALL_DEFINE4()
/linux-4.4.14/kernel/trace/
H A Dtrace_kprobe.c199 set_fs(KERNEL_DS); FETCH_FUNC_NAME()
/linux-4.4.14/arch/m68k/kernel/
H A Dtraps.c921 set_fs(KERNEL_DS); show_registers()
/linux-4.4.14/arch/mn10300/mm/
H A Dmisalignment.c342 set_fs(KERNEL_DS); misalignment()
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbmem.c1342 set_fs(KERNEL_DS); fb_get_fscreeninfo()
/linux-4.4.14/net/sunrpc/
H A Dsvcsock.c378 oldfs = get_fs(); set_fs(KERNEL_DS); svc_sock_setbufsize()
/linux-4.4.14/arch/ia64/kernel/
H A Dunaligned.c1365 set_fs(KERNEL_DS); ia64_handle_unaligned()
/linux-4.4.14/fs/ocfs2/cluster/
H A Dtcp.c1465 set_fs(KERNEL_DS); o2net_set_nodelay()
/linux-4.4.14/arch/s390/kernel/
H A Ddis.c1971 set_fs(user_mode(regs) ? USER_DS : KERNEL_DS); show_code()
/linux-4.4.14/sound/oss/
H A Dswarm_cs4297a.c2713 set_fs(KERNEL_DS); cs4297a_init()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_main.c1518 set_fs(KERNEL_DS); _drbd_send_page()
/linux-4.4.14/net/ipv6/
H A Daddrconf.c2592 set_fs(KERNEL_DS); addrconf_set_dstaddr()
/linux-4.4.14/fs/btrfs/
H A Dsend.c517 set_fs(KERNEL_DS); write_buf()

Completed in 4505 milliseconds