Home
last modified time | relevance | path

Searched refs:old_fs (Results 1 – 14 of 14) sorted by relevance

/arch/mips/kernel/
Dftrace.c93 mm_segment_t old_fs; in ftrace_modify_code() local
101 old_fs = get_fs(); in ftrace_modify_code()
104 set_fs(old_fs); in ftrace_modify_code()
114 mm_segment_t old_fs; in ftrace_modify_code_2() local
126 old_fs = get_fs(); in ftrace_modify_code_2()
129 set_fs(old_fs); in ftrace_modify_code_2()
138 mm_segment_t old_fs; in ftrace_modify_code_2r() local
150 old_fs = get_fs(); in ftrace_modify_code_2r()
153 set_fs(old_fs); in ftrace_modify_code_2r()
Dkgdb.c212 mm_segment_t old_fs; in kgdb_call_nmi_hook() local
214 old_fs = get_fs(); in kgdb_call_nmi_hook()
219 set_fs(old_fs); in kgdb_call_nmi_hook()
311 mm_segment_t old_fs; in kgdb_mips_notify() local
327 old_fs = get_fs(); in kgdb_mips_notify()
334 set_fs(old_fs); in kgdb_mips_notify()
346 set_fs(old_fs); in kgdb_mips_notify()
Dvpe.c751 mm_segment_t old_fs; in getcwd() local
754 old_fs = get_fs(); in getcwd()
759 set_fs(old_fs); in getcwd()
Dtraps.c197 mm_segment_t old_fs = get_fs(); in show_stack() local
224 set_fs(old_fs); in show_stack()
354 mm_segment_t old_fs = get_fs(); in show_registers() local
375 set_fs(old_fs); in show_registers()
1557 mm_segment_t old_fs = get_fs(); in do_mcheck() local
1573 set_fs(old_fs); in do_mcheck()
/arch/m68k/include/asm/
Dtlbflush.h15 mm_segment_t old_fs = get_fs(); in flush_tlb_kernel_page() local
21 set_fs(old_fs); in flush_tlb_kernel_page()
87 mm_segment_t old_fs = get_fs(); in flush_tlb_page() local
90 set_fs(old_fs); in flush_tlb_page()
/arch/sparc/kernel/
Dprocess_64.c103 mm_segment_t old_fs; in show_regwindow32() local
107 old_fs = get_fs(); in show_regwindow32()
110 set_fs (old_fs); in show_regwindow32()
114 set_fs (old_fs); in show_regwindow32()
133 mm_segment_t old_fs; in show_regwindow() local
142 old_fs = get_fs(); in show_regwindow()
145 set_fs (old_fs); in show_regwindow()
149 set_fs (old_fs); in show_regwindow()
Dperf_event.c1846 mm_segment_t old_fs; in perf_callchain_user() local
1853 old_fs = get_fs(); in perf_callchain_user()
1867 set_fs(old_fs); in perf_callchain_user()
/arch/m68k/kernel/
Dtraps.c184 mm_segment_t old_fs = get_fs(); in probe040() local
195 set_fs(old_fs); in probe040()
204 mm_segment_t old_fs = get_fs(); in do_040writeback1() local
222 set_fs(old_fs); in do_040writeback1()
848 mm_segment_t old_fs = get_fs(); in show_registers() local
933 set_fs(old_fs); in show_registers()
/arch/arm64/kernel/
Dptrace.c979 mm_segment_t old_fs = get_fs(); in compat_ptrace_write_user() local
992 set_fs(old_fs); in compat_ptrace_write_user()
1080 mm_segment_t old_fs = get_fs(); in compat_ptrace_gethbpregs() local
1093 set_fs(old_fs); in compat_ptrace_gethbpregs()
1106 mm_segment_t old_fs = get_fs(); in compat_ptrace_sethbpregs() local
1120 set_fs(old_fs); in compat_ptrace_sethbpregs()
/arch/um/drivers/
Dmconsole_kern.c151 mm_segment_t old_fs = get_fs(); in mconsole_proc() local
154 set_fs(old_fs); in mconsole_proc()
/arch/alpha/kernel/
Dosf_sys.c1168 mm_segment_t old_fs; in SYSCALL_DEFINE4() local
1173 old_fs = get_fs(); in SYSCALL_DEFINE4()
1178 set_fs (old_fs); in SYSCALL_DEFINE4()
/arch/x86/net/
Dbpf_jit_comp.c102 mm_segment_t old_fs = get_fs(); in bpf_flush_icache() local
107 set_fs(old_fs); in bpf_flush_icache()
/arch/s390/kernel/
Ddis.c1966 mm_segment_t old_fs; in show_code() local
1971 old_fs = get_fs(); in show_code()
1985 set_fs(old_fs); in show_code()
/arch/ia64/kernel/
Dunaligned.c1295 mm_segment_t old_fs = get_fs(); in ia64_handle_unaligned() local
1518 set_fs(old_fs); /* restore original address limit */ in ia64_handle_unaligned()