Home
last modified time | relevance | path

Searched refs:set_fs (Results 1 – 25 of 30) sorted by relevance

12

/linux/mm/
A Dmaccess.c129 set_fs(KERNEL_DS); in copy_from_kernel_nofault()
134 set_fs(old_fs); in copy_from_kernel_nofault()
156 set_fs(KERNEL_DS); in copy_to_kernel_nofault()
160 set_fs(old_fs); in copy_to_kernel_nofault()
197 set_fs(KERNEL_DS); in strncpy_from_kernel_nofault()
206 set_fs(old_fs); in strncpy_from_kernel_nofault()
/linux/arch/x86/boot/
A Dcmdline.c46 set_fs(cmdline_ptr >> 4); in __cmdline_find_option()
116 set_fs(cmdline_ptr >> 4); in __cmdline_find_option_bool()
A Dvideo.c82 set_fs(0); in store_mode_params()
252 set_fs(video_segment); in save_screen()
274 set_fs(video_segment); in restore_screen()
A Da20.c59 set_fs(0x0000); in a20_test()
A Dvideo-bios.c76 set_fs(0); in bios_probe()
A Dvideo-mode.c122 set_fs(0); in vga_recalc_vertical()
A Dvideo-vesa.c51 set_fs(vginfo.video_mode_ptr.seg); in vesa_probe()
/linux/arch/sparc/kernel/
A Dprocess_64.c114 set_fs (USER_DS); in show_regwindow32()
116 set_fs (old_fs); in show_regwindow32()
120 set_fs (old_fs); in show_regwindow32()
149 set_fs (USER_DS); in show_regwindow()
151 set_fs (old_fs); in show_regwindow()
155 set_fs (old_fs); in show_regwindow()
/linux/arch/sh/kernel/
A Dio_trapped.c285 set_fs(KERNEL_DS); in handle_trapped_io()
288 set_fs(oldfs); in handle_trapped_io()
294 set_fs(oldfs); in handle_trapped_io()
A Dtraps_32.c541 set_fs(KERNEL_DS); in do_address_error()
547 set_fs(oldfs); in do_address_error()
555 set_fs(oldfs); in do_address_error()
/linux/arch/sh/include/asm/
A Dsegment.h30 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
/linux/arch/x86/boot/compressed/
A Dcmdline.c5 static inline void set_fs(unsigned long seg) in set_fs() function
/linux/arch/h8300/mm/
A Dinit.c77 set_fs(USER_DS); in paging_init()
/linux/include/linux/
A Duaccess.h23 set_fs(USER_DS); in force_uaccess_begin()
29 set_fs(oldfs); in force_uaccess_end()
/linux/arch/csky/include/asm/
A Dprocessor.h62 set_fs(USER_DS); /* reads from user space */ \
/linux/arch/xtensa/include/asm/
A Dasm-uaccess.h63 .macro set_fs at, av, sp
A Duaccess.h36 #define set_fs(val) (current->thread.current_ds = (val)) macro
/linux/arch/sparc/include/asm/
A Duaccess_64.h36 #define set_fs(val) \ macro
A Duaccess_32.h26 #define set_fs(val) ((current->thread.current_ds) = (val)) macro
/linux/arch/nios2/include/asm/
A Duaccess.h31 #define set_fs(seg) (current_thread_info()->addr_limit = (seg)) macro
/linux/arch/nds32/include/asm/
A Duaccess.h42 static inline void set_fs(mm_segment_t fs) in set_fs() function
/linux/arch/microblaze/include/asm/
A Duaccess.h37 # define set_fs(val) (current_thread_info()->addr_limit = (val)) macro
/linux/arch/openrisc/include/asm/
A Duaccess.h44 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
/linux/include/asm-generic/
A Duaccess.h113 static inline void set_fs(mm_segment_t fs) in set_fs() function
/linux/arch/ia64/include/asm/
A Duaccess.h51 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro

Completed in 21 milliseconds

12