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

123

/arch/xtensa/kernel/
H A Dsignal.c408 /* Set access mode to USER_DS. Nomenclature is outdated, but
411 set_fs(USER_DS);
/arch/mips/include/asm/
H A Duaccess.h21 * performed or not. If get_fs() == USER_DS, checking is performed, with
57 * USER_DS is a bitmask that has the bits set that may not be set in a valid
66 #define USER_DS ((mm_segment_t) { 0xC0000000UL }) macro
69 #define USER_DS ((mm_segment_t) { __UA_LIMIT }) macro
/arch/mips/kernel/
H A Dunaligned.c489 set_fs(USER_DS);
/arch/powerpc/lib/
H A Dsstep.c88 return __access_ok(ea, nb, USER_DS);
/arch/s390/kernel/
H A Ddis.c2007 set_fs(user_mode(regs) ? USER_DS : KERNEL_DS);

Completed in 792 milliseconds

123