Searched refs:mm_segment_t (Results 1 - 25 of 93) sorted by relevance

1234

/arch/cris/include/asm/
H A Dsegment.h6 } mm_segment_t; typedef in typeref:struct:__anon1401
H A Dthread_info.h37 mm_segment_t addr_limit; /* thread address space:
/arch/arc/include/asm/
H A Dsegment.h14 typedef unsigned long mm_segment_t; typedef
16 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dthread_info.h45 mm_segment_t addr_limit; /* thread address space */
/arch/m68k/include/asm/
H A Dsegment.h22 } mm_segment_t; typedef in typeref:struct:__anon1909
24 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
33 static inline mm_segment_t get_fs(void)
35 mm_segment_t _v;
40 static inline void set_fs(mm_segment_t val)
47 static inline mm_segment_t get_ds(void)
H A Dthread_info.h30 mm_segment_t addr_limit; /* thread address space */
/arch/score/include/asm/
H A Dsegment.h8 } mm_segment_t; typedef in typeref:struct:__anon2621
10 #define KERNEL_DS ((mm_segment_t){0})
H A Dthread_info.h44 mm_segment_t addr_limit;
/arch/sh/include/asm/
H A Dsegment.h8 } mm_segment_t; typedef in typeref:struct:__anon2650
10 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
/arch/frv/include/asm/
H A Dsegment.h20 } mm_segment_t; typedef in typeref:struct:__anon1425
22 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
H A Dthread_info.h40 mm_segment_t addr_limit; /* thread address space:
/arch/c6x/include/asm/
H A Dthread_info.h36 } mm_segment_t; typedef in typeref:struct:__anon366
47 mm_segment_t addr_limit; /* thread address space */
/arch/arm64/include/asm/
H A Dthread_info.h40 typedef unsigned long mm_segment_t; typedef
48 mm_segment_t addr_limit; /* address limit */
/arch/blackfin/include/asm/
H A Dthread_info.h31 typedef unsigned long mm_segment_t; typedef
44 mm_segment_t addr_limit; /* address limit */
/arch/hexagon/include/asm/
H A Dthread_info.h40 } mm_segment_t; typedef in typeref:struct:__anon1452
54 mm_segment_t addr_limit; /* segmentation sux */
/arch/openrisc/include/asm/
H A Dthread_info.h47 typedef unsigned long mm_segment_t; typedef
56 mm_segment_t addr_limit; /* thread address space:
/arch/alpha/include/asm/
H A Dprocessor.h36 } mm_segment_t; typedef in typeref:struct:__anon71
/arch/mn10300/include/asm/
H A Dthread_info.h39 } mm_segment_t; typedef in typeref:struct:__anon2244
49 mm_segment_t addr_limit; /* thread address space:
/arch/sparc/include/asm/
H A Dprocessor_32.h48 } mm_segment_t; typedef in typeref:struct:__anon2777
65 mm_segment_t current_ds;
/arch/unicore32/include/asm/
H A Dthread_info.h33 } mm_segment_t; typedef in typeref:struct:__anon3022
72 mm_segment_t addr_limit; /* address limit */
/arch/arm/include/asm/
H A Dthread_info.h31 typedef unsigned long mm_segment_t; typedef
54 mm_segment_t addr_limit; /* address limit */
/arch/microblaze/include/asm/
H A Dthread_info.h64 } mm_segment_t; typedef in typeref:struct:__anon1947
73 mm_segment_t addr_limit; /* thread address space */
/arch/xtensa/include/asm/
H A Dprocessor.h93 } mm_segment_t; typedef in typeref:struct:__anon3273
101 mm_segment_t current_ds; /* see uaccess.h for example uses */
/arch/avr32/include/asm/
H A Duaccess.h19 } mm_segment_t; typedef in typeref:struct:__anon351
28 #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) })
38 static inline mm_segment_t get_fs(void)
43 static inline void set_fs(mm_segment_t s)
/arch/m32r/include/asm/
H A Dprocessor.h75 } mm_segment_t; typedef in typeref:struct:__anon1844

Completed in 7012 milliseconds

1234