| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | segment.h | 22 #define USER_DS MAKE_MM_SEG(PAGE_OFFSET) macro 24 #define USER_DS KERNEL_DS macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | segment.h | 24 #define USER_DS MAKE_MM_SEG(__USER_DS) macro 33 return USER_DS; in get_fs()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | segment.h | 31 #define USER_DS MAKE_MM_SEG(__USER_DS) macro 49 #define USER_DS MAKE_MM_SEG(TASK_SIZE) macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | asm-uaccess.h | 33 #define USER_DS 1 macro 88 #if ((KERNEL_DS != 0) || (USER_DS == 0))
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | uaccess.c | 46 if (fs == USER_DS) { in set_fs() 76 if (likely(old_fs == USER_DS)) { in enable_sacf_uaccess() 97 if (old_fs == USER_DS && test_facility(27)) { in disable_sacf_uaccess()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | uaccess.h | 35 # define USER_DS KERNEL_DS macro 38 # define USER_DS MAKE_MM_SEG(TASK_SIZE - 1) macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | segment.h | 16 #define USER_DS MAKE_MM_SEG(TASK_SIZE) macro
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | segment.h | 13 #define USER_DS ((mm_segment_t) { 0x80000000UL }) macro
|
| H A D | processor.h | 63 set_fs(USER_DS); /* reads from user space */ \
|
| /OK3568_Linux_fs/kernel/arch/x86/um/asm/ |
| H A D | segment.h | 17 #define USER_DS MAKE_MM_SEG(TASK_SIZE) macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | uaccess.h | 106 #ifndef USER_DS 107 #define USER_DS MAKE_MM_SEG(TASK_SIZE - 1) macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/mm/ |
| H A D | init.c | 77 set_fs(USER_DS); in paging_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/ |
| H A D | processor.h | 51 set_fs(USER_DS); \
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | init.c | 99 set_fs (USER_DS); in paging_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | uaccess.h | 62 #define USER_DS TASK_SIZE macro 270 #define USER_DS KERNEL_DS macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | uaccess_64.h | 31 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */ macro
|
| H A D | uaccess_32.h | 26 #define USER_DS ((mm_segment_t) { -1 }) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | uaccess.h | 15 #define USER_DS ((mm_segment_t){1}) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | uaccess.h | 66 #define USER_DS ((mm_segment_t) { 0xC0000000UL }) macro 69 #define USER_DS ((mm_segment_t) { __UA_LIMIT }) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | process_32.c | 135 ti->addr_limit = USER_DS; in copy_thread()
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | uaccess.h | 26 #define USER_DS MAKE_MM_SEG(0x80000000UL) macro
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | process.c | 227 set_fs(USER_DS); in set_fs_fixup()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | uaccess.h | 42 #define USER_DS (TASK_SIZE) macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | uaccess.h | 37 #define USER_DS ((mm_segment_t) {TASK_SIZE - 1}) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | process_64.c | 117 set_fs (USER_DS); in show_regwindow32() 152 set_fs (USER_DS); in show_regwindow()
|