Searched refs:addr_limit (Results 1 – 4 of 4) sorted by relevance
36 mm_segment_t addr_limit; /* thread address space: member77 .addr_limit = KERNEL_DS, \
31 #define get_fs() (current_thread_info()->addr_limit)32 #define set_fs(x) (current_thread_info()->addr_limit = (x))45 #define __addr_ok(addr) ((unsigned long __force)(addr) < (current_thread_info()->addr_limit.seg))61 :"1" (addr),"g" ((int)(size)),"rm" (current_thread_info()->addr_limit.seg)); \
54 mm_segment_t addr_limit; /* address limit */ member74 .addr_limit = KERNEL_DS, \
59 #define get_fs() (current_thread_info()->addr_limit)63 current_thread_info()->addr_limit = fs; in set_fs()73 : "0" (current_thread_info()->addr_limit), "r" (addr) \83 : "r" (addr), "Ir" (size), "0" (current_thread_info()->addr_limit) \