Searched refs:USER_DS (Results 1 - 25 of 55) sorted by relevance

123

/arch/blackfin/include/asm/
H A Dsegment.h11 #define USER_DS (0x1) macro
/arch/arc/include/asm/
H A Dsegment.h19 #define USER_DS MAKE_MM_SEG(TASK_SIZE) macro
/arch/sparc/include/asm/
H A Duaccess.h10 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
/arch/sh/include/asm/
H A Dsegment.h14 * performed or not. If get_fs() == USER_DS, checking is performed, with
21 #define USER_DS MAKE_MM_SEG(PAGE_OFFSET) macro
23 #define USER_DS KERNEL_DS macro
/arch/frv/include/asm/
H A Dsegment.h25 #define USER_DS MAKE_MM_SEG(TASK_SIZE - 1) macro
28 #define USER_DS MAKE_MM_SEG(memory_end) macro
/arch/score/include/asm/
H A Dsegment.h11 #define USER_DS KERNEL_DS macro
/arch/m68k/include/asm/
H A Dsegment.h30 #define USER_DS MAKE_MM_SEG(__USER_DS) macro
54 #define USER_DS MAKE_MM_SEG(TASK_SIZE) macro
H A Dtlbflush.h88 set_fs(USER_DS);
/arch/c6x/kernel/
H A Dprocess.c104 set_fs(USER_DS);
/arch/m32r/include/asm/
H A Duaccess.h24 * performed or not. If get_fs() == USER_DS, checking is performed, with
35 #define USER_DS MAKE_MM_SEG(PAGE_OFFSET) macro
43 #define USER_DS MAKE_MM_SEG(0xFFFFFFFF) macro
48 return USER_DS;
/arch/xtensa/include/asm/
H A Duaccess.h41 #define USER_DS 1 macro
98 #if ((KERNEL_DS != 0) || (USER_DS == 0))
171 * be performed or not. If get_fs() == USER_DS, checking is
179 #define USER_DS ((mm_segment_t) { 1 })
/arch/arc/kernel/
H A Dprocess.c158 set_fs(USER_DS); /* user space */
/arch/hexagon/kernel/
H A Dprocess.c41 set_fs(USER_DS);
/arch/metag/include/asm/
H A Dprocessor.h114 set_fs(USER_DS); \
/arch/microblaze/include/asm/
H A Duaccess.h35 * performed or not. If get_fs() == USER_DS, checking is performed, with
40 * For non-MMU arch like Microblaze, KERNEL_DS and USER_DS is equal.
46 # define USER_DS KERNEL_DS macro
49 # define USER_DS MAKE_MM_SEG(TASK_SIZE - 1) macro
/arch/openrisc/include/asm/
H A Duaccess.h36 * performed or not. If get_fs() == USER_DS, checking is performed, with
43 * the KERNEL_DS and USER_DS values to both assign and compare the
51 #define USER_DS (TASK_SIZE) macro
317 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
/arch/m68k/mm/
H A Dinit.c102 set_fs (USER_DS);
/arch/openrisc/kernel/
H A Dprocess.c200 set_fs(USER_DS);
/arch/sh/kernel/
H A Dprocess_32.c166 ti->addr_limit = USER_DS;
/arch/um/include/asm/
H A Duaccess.h24 * performed or not. If get_fs() == USER_DS, checking is performed, with
33 #define USER_DS MAKE_MM_SEG(TASK_SIZE) macro
/arch/alpha/include/asm/
H A Duaccess.h10 * performed or not. If get_fs() == USER_DS, checking is performed, with
21 #define USER_DS ((mm_segment_t) { -0x40000000000UL }) macro
437 (segment_eq(get_fs(), USER_DS) ? TASK_SIZE : ~0UL)
/arch/x86/ia32/
H A Dia32_aout.c177 set_fs(USER_DS);
193 set_fs(USER_DS);
394 set_fs(USER_DS);
/arch/arm/include/asm/
H A Duaccess.h67 #define USER_DS TASK_SIZE macro
256 #define USER_DS KERNEL_DS macro
/arch/frv/kernel/
H A Dsignal.c179 set_fs(USER_DS);
260 set_fs(USER_DS);
/arch/powerpc/include/asm/
H A Duaccess.h18 * performed or not. If get_fs() == USER_DS, checking is performed, with
32 #define USER_DS MAKE_MM_SEG(TASK_SIZE_USER64 - 1) macro
34 #define USER_DS MAKE_MM_SEG(TASK_SIZE - 1) macro

Completed in 2643 milliseconds

123