Searched refs:set_fs (Results 1 - 25 of 81) sorted by relevance

1234

/arch/score/include/asm/
H A Dsegment.h15 # define set_fs(x) \ macro
/arch/m68k/include/asm/
H A Dsegment.h40 static inline void set_fs(mm_segment_t val) function
58 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
H A Dtlbflush.h16 set_fs(KERNEL_DS);
21 set_fs(old_fs);
88 set_fs(USER_DS);
90 set_fs(old_fs);
/arch/sh/include/asm/
H A Dsegment.h31 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
/arch/x86/boot/compressed/
H A Dcmdline.c6 static inline void set_fs(unsigned long seg) function
/arch/x86/boot/
H A Dmca.c30 set_fs(oreg.es);
H A Dcmdline.c48 set_fs(cmdline_ptr >> 4);
118 set_fs(cmdline_ptr >> 4);
H A Da20.c61 set_fs(0x0000);
H A Dvideo-bios.c78 set_fs(0);
H A Dvideo.c80 set_fs(0);
250 set_fs(video_segment);
272 set_fs(video_segment);
/arch/frv/include/asm/
H A Dsegment.h38 #define set_fs(_x) \ macro
/arch/c6x/mm/
H A Dinit.c47 set_fs(KERNEL_DS);
/arch/m32r/kernel/
H A Dtraps.c295 set_fs(USER_DS);
297 set_fs(oldfs);
301 set_fs(oldfs);
311 set_fs(KERNEL_DS);
313 set_fs(oldfs);
317 set_fs(oldfs);
/arch/mips/kernel/
H A Dftrace.c102 set_fs(get_ds());
104 set_fs(old_fs);
127 set_fs(get_ds());
129 set_fs(old_fs);
151 set_fs(get_ds());
153 set_fs(old_fs);
H A Dunaligned.c489 set_fs(USER_DS);
493 set_fs(seg);
498 set_fs(seg);
506 set_fs(seg);
511 set_fs(seg);
519 set_fs(seg);
524 set_fs(seg);
532 set_fs(seg);
539 set_fs(seg);
545 set_fs(se
[all...]
H A Dkgdb.c215 set_fs(get_ds());
219 set_fs(old_fs);
310 set_fs(get_ds());
316 set_fs(old_fs);
328 set_fs(old_fs);
/arch/arm/kernel/
H A Dsys_oabi-compat.c222 set_fs(KERNEL_DS);
241 set_fs(fs);
267 set_fs(KERNEL_DS);
269 set_fs(fs);
287 set_fs(KERNEL_DS);
289 set_fs(fs);
338 set_fs(KERNEL_DS);
340 set_fs(fs);
/arch/unicore32/kernel/
H A Dtraps.c77 set_fs(KERNEL_DS);
101 set_fs(fs);
118 set_fs(KERNEL_DS);
135 set_fs(fs);
/arch/sh/kernel/
H A Dtraps_32.c496 set_fs(USER_DS);
499 set_fs(oldfs);
502 set_fs(oldfs);
525 set_fs(USER_DS);
529 set_fs(oldfs);
549 set_fs(KERNEL_DS);
555 set_fs(oldfs);
563 set_fs(oldfs);
H A Dio_trapped.c285 set_fs(KERNEL_DS);
288 set_fs(oldfs);
294 set_fs(oldfs);
/arch/arm64/kernel/
H A Dtraps.c66 set_fs(KERNEL_DS);
89 set_fs(fs);
113 set_fs(KERNEL_DS);
129 set_fs(fs);
/arch/blackfin/mm/
H A Dinit.c59 set_fs(KERNEL_DS);
/arch/c6x/kernel/
H A Dprocess.c104 set_fs(USER_DS);
/arch/sparc/kernel/
H A Dprocess_64.c108 set_fs (USER_DS);
110 set_fs (old_fs);
114 set_fs (old_fs);
143 set_fs (USER_DS);
145 set_fs (old_fs);
149 set_fs (old_fs);
/arch/x86/ia32/
H A Dia32_aout.c157 set_fs(KERNEL_DS);
177 set_fs(USER_DS);
185 set_fs(KERNEL_DS);
193 set_fs(USER_DS);
209 set_fs(fs);
394 set_fs(USER_DS);

Completed in 433 milliseconds

1234