/arch/m68k/include/asm/ |
D | segment.h | 23 } mm_segment_t; typedef 25 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) }) 34 static inline mm_segment_t get_fs(void) in get_fs() 36 mm_segment_t _v; in get_fs() 41 static inline void set_fs(mm_segment_t val) in set_fs()
|
D | thread_info.h | 30 mm_segment_t addr_limit; /* thread address space */
|
/arch/csky/include/asm/ |
D | segment.h | 9 } mm_segment_t; typedef 11 #define KERNEL_DS ((mm_segment_t) { 0xFFFFFFFF }) 13 #define USER_DS ((mm_segment_t) { 0x80000000UL })
|
/arch/h8300/include/asm/ |
D | segment.h | 21 } mm_segment_t; typedef 23 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) }) 31 static inline mm_segment_t get_fs(void) in get_fs()
|
/arch/s390/lib/ |
D | uaccess.c | 43 void set_fs(mm_segment_t fs) in set_fs() 63 mm_segment_t enable_sacf_uaccess(void) in enable_sacf_uaccess() 65 mm_segment_t old_fs; in enable_sacf_uaccess() 94 void disable_sacf_uaccess(mm_segment_t old_fs) in disable_sacf_uaccess() 138 mm_segment_t old_fs; in copy_from_user_mvcp() 213 mm_segment_t old_fs; in copy_to_user_mvcs() 280 mm_segment_t old_fs; in copy_in_user_mvc() 349 mm_segment_t old_fs; in clear_user_xc() 417 mm_segment_t old_fs; in __strnlen_user()
|
/arch/arc/include/asm/ |
D | segment.h | 11 typedef unsigned long mm_segment_t; typedef 13 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
|
/arch/x86/um/asm/ |
D | segment.h | 13 } mm_segment_t; typedef 15 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
|
/arch/sh/include/asm/ |
D | segment.h | 9 } mm_segment_t; typedef 11 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
|
/arch/riscv/include/asm/ |
D | thread_info.h | 29 } mm_segment_t; typedef 42 mm_segment_t addr_limit;
|
/arch/c6x/include/asm/ |
D | thread_info.h | 33 } mm_segment_t; typedef 43 mm_segment_t addr_limit; /* thread address space */
|
/arch/nios2/include/asm/ |
D | thread_info.h | 31 } mm_segment_t; typedef 45 mm_segment_t addr_limit; /* thread address space:
|
/arch/nds32/include/asm/ |
D | thread_info.h | 19 typedef unsigned long mm_segment_t; typedef 28 mm_segment_t addr_limit; /* address limit */
|
D | uaccess.h | 37 #define KERNEL_DS ((mm_segment_t) { ~0UL }) 38 #define USER_DS ((mm_segment_t) {TASK_SIZE - 1}) 43 static inline void set_fs(mm_segment_t fs) in set_fs()
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 27 } mm_segment_t; typedef 40 mm_segment_t addr_limit; /* segmentation sux */
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 43 typedef unsigned long mm_segment_t; typedef 51 mm_segment_t addr_limit; /* thread address space:
|
/arch/sparc/include/asm/ |
D | processor_32.h | 37 } mm_segment_t; typedef 54 mm_segment_t current_ds;
|
D | uaccess_64.h | 30 #define KERNEL_DS ((mm_segment_t) { ASI_P }) 31 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */ 33 #define get_fs() ((mm_segment_t){(current_thread_info()->current_ds)})
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 64 } mm_segment_t; typedef 72 mm_segment_t addr_limit; /* thread address space */
|
/arch/arm64/include/asm/ |
D | thread_info.h | 21 typedef unsigned long mm_segment_t; typedef 28 mm_segment_t addr_limit; /* address limit */
|
/arch/s390/include/asm/ |
D | futex.h | 30 mm_segment_t old_fs; in arch_futex_atomic_op_inuser() 70 mm_segment_t old_fs; in futex_atomic_cmpxchg_inatomic()
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 29 } mm_segment_t; typedef 68 mm_segment_t addr_limit; /* address limit */
|
/arch/arm/include/asm/ |
D | thread_info.h | 26 typedef unsigned long mm_segment_t; typedef 49 mm_segment_t addr_limit; /* address limit */
|
/arch/mips/kernel/ |
D | ftrace.c | 80 mm_segment_t old_fs; in ftrace_modify_code() 101 mm_segment_t old_fs; in ftrace_modify_code_2() 125 mm_segment_t old_fs; in ftrace_modify_code_2r()
|
/arch/xtensa/include/asm/ |
D | processor.h | 137 } mm_segment_t; typedef 145 mm_segment_t current_ds; /* see uaccess.h for example uses */
|
/arch/parisc/include/asm/ |
D | uaccess.h | 14 #define KERNEL_DS ((mm_segment_t){0}) 15 #define USER_DS ((mm_segment_t){1})
|