Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:set_fs
(Results
51 - 73
of
73
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
uaccess.h
36
* addr_limit values through the equally misnamed get/
set_fs
macros.
44
#define
set_fs
(x) (current_thread_info()->addr_limit = (x))
macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
uaccess.h
31
#define
set_fs
(seg) (current_thread_info()->addr_limit = (seg))
macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
uaccess_32.h
29
#define
set_fs
(val) ((current->thread.current_ds) = (val))
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
uaccess.h
65
static inline void
set_fs
(mm_segment_t fs)
in set_fs()
function
70
* Prevent a mispredicted conditional call to
set_fs
from forwarding
in set_fs()
277
static inline void
set_fs
(mm_segment_t fs)
in set_fs()
function
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
uaccess.h
36
#define
set_fs
(val) (current->thread.current_ds = (val))
macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
uaccess.h
51
#define
set_fs
(x) (current_thread_info()->addr_limit = (x))
macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
uaccess.h
42
# define
set_fs
(val) (current_thread_info()->addr_limit = (val))
macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
process.c
227
set_fs
(USER_DS);
in set_fs_fixup()
230
WARN(1, "Unbalanced
set_fs
- int code: 0x%x\n", regs->int_code);
in set_fs_fixup()
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
video-vesa.c
51
set_fs
(vginfo.video_mode_ptr.seg);
in vesa_probe()
H
A
D
boot.h
87
static inline void
set_fs
(u16 seg)
in set_fs()
function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
uaccess.h
21
#define
set_fs
(x) (current_thread_info()->addr_limit = (x))
macro
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
video-vesa.c
51
set_fs
(vginfo.video_mode_ptr.seg);
in vesa_probe()
H
A
D
boot.h
54
static inline void
set_fs
(u16 seg)
in set_fs()
function
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
uaccess.h
113
static inline void
set_fs
(mm_segment_t fs)
in set_fs()
function
/kernel/linux/common_modules/tzdriver/tui/
H
A
D
tui.c
235
set_fs
(KERNEL_DS);
in get_tui_font_file_size()
240
set_fs
(old_fs);
in get_tui_font_file_size()
243
set_fs
(old_fs);
in get_tui_font_file_size()
500
set_fs
(KERNEL_DS);
in copy_tui_font_file()
509
set_fs
(old_fs);
in copy_tui_font_file()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
uaccess.h
29
static inline void
set_fs
(mm_segment_t fs)
in set_fs()
function
34
* Prevent a mispredicted conditional call to
set_fs
from forwarding
in set_fs()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
uaccess.h
37
void
set_fs
(mm_segment_t fs);
/kernel/linux/common_modules/tzdriver/tlogger/
H
A
D
tlogger.c
1044
set_fs
(KERNEL_DS);
in tlogger_chown()
1054
set_fs
(old_fs);
in tlogger_chown()
1060
set_fs
(old_fs);
in tlogger_chown()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
vpe.c
755
set_fs
(KERNEL_DS);
in getcwd()
759
set_fs
(old_fs);
in getcwd()
/kernel/linux/linux-5.10/arch/m68k/mm/
H
A
D
motorola.c
470
set_fs
(KERNEL_DS);
in paging_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
uaccess.h
73
#define
set_fs
(x) (current_thread_info()->addr_limit = (x))
macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
unaligned.c
1370
set_fs
(KERNEL_DS);
in ia64_handle_unaligned()
1524
set_fs
(old_fs); /* restore original address limit */
in ia64_handle_unaligned()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
712
set_fs
(get_fs());
in prom_world()
Completed in 20 milliseconds
1
2
3