Home
last modified time | relevance | path

Searched refs:mm_segment_t (Results 1 – 25 of 37) sorted by relevance

12

/arch/h8300/include/asm/
Dsegment.h21 } 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()
Dthread_info.h34 mm_segment_t addr_limit;
/arch/arc/include/asm/
Dsegment.h11 typedef unsigned long mm_segment_t; typedef
13 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
Dthread_info.h43 mm_segment_t addr_limit; /* thread address space */
/arch/x86/um/asm/
Dsegment.h13 } mm_segment_t; typedef
15 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/arch/sh/include/asm/
Dsegment.h9 } mm_segment_t; typedef
11 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/arch/nios2/include/asm/
Dthread_info.h31 } mm_segment_t; typedef
45 mm_segment_t addr_limit; /* thread address space:
/arch/nds32/include/asm/
Dthread_info.h19 typedef unsigned long mm_segment_t; typedef
28 mm_segment_t addr_limit; /* address limit */
Duaccess.h36 #define KERNEL_DS ((mm_segment_t) { ~0UL })
37 #define USER_DS ((mm_segment_t) {TASK_SIZE - 1})
42 static inline void set_fs(mm_segment_t fs) in set_fs()
/arch/hexagon/include/asm/
Dthread_info.h27 } mm_segment_t; typedef
40 mm_segment_t addr_limit; /* segmentation sux */
/arch/openrisc/include/asm/
Dthread_info.h43 typedef unsigned long mm_segment_t; typedef
51 mm_segment_t addr_limit; /* thread address space:
/arch/sparc/include/asm/
Dprocessor_32.h37 } mm_segment_t; typedef
53 mm_segment_t current_ds;
Duaccess_64.h29 #define KERNEL_DS ((mm_segment_t) { ASI_P })
30 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */
32 #define get_fs() ((mm_segment_t){(current_thread_info()->current_ds)})
Duaccess_32.h22 #define KERNEL_DS ((mm_segment_t) { 0 })
23 #define USER_DS ((mm_segment_t) { -1 })
/arch/microblaze/include/asm/
Dthread_info.h61 } mm_segment_t; typedef
69 mm_segment_t addr_limit; /* thread address space */
/arch/csky/include/asm/
Dsegment.h8 } mm_segment_t; typedef
Dthread_info.h19 mm_segment_t addr_limit;
/arch/xtensa/include/asm/
Dprocessor.h137 } mm_segment_t; typedef
145 mm_segment_t current_ds; /* see uaccess.h for example uses */
Duaccess.h32 #define KERNEL_DS ((mm_segment_t) { 0 })
33 #define USER_DS ((mm_segment_t) { 1 })
Dthread_info.h55 mm_segment_t addr_limit; /* thread address space */
/arch/alpha/include/asm/
Dprocessor.h31 } mm_segment_t; typedef
Dthread_info.h22 mm_segment_t addr_limit; /* thread address space */
Duaccess.h17 #define KERNEL_DS ((mm_segment_t) { 0UL })
18 #define USER_DS ((mm_segment_t) { -0x40000000000UL })
/arch/um/include/asm/
Dthread_info.h25 mm_segment_t addr_limit; /* thread address space:
/arch/ia64/include/asm/
Duaccess.h47 #define KERNEL_DS ((mm_segment_t) { ~0UL }) /* cf. access_ok() */
48 #define USER_DS ((mm_segment_t) { TASK_SIZE-1 }) /* cf. access_ok() */

12