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:current_ds
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
processor_32.h
54
mm_segment_t
current_ds
;
member
62
.
current_ds
= KERNEL_DS, \
H
A
D
uaccess_64.h
33
#define get_fs() ((mm_segment_t){(current_thread_info()->
current_ds
)})
39
current_thread_info()->
current_ds
= (val).seg; \
H
A
D
uaccess_32.h
28
#define get_fs() (current->thread.
current_ds
)
29
#define set_fs(val) ((current->thread.
current_ds
) = (val))
H
A
D
thread_info_64.h
49
__u8
current_ds
;
member
119
.
current_ds
= ASI_P, \
H
A
D
switch_to_64.h
26
: : "r" (task_thread_info(next)->
current_ds
));\
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
processor.h
145
mm_segment_t
current_ds
; /* see uaccess.h for example uses */
member
169
current_ds
: {0}, \
H
A
D
uaccess.h
35
#define get_fs() (current->thread.
current_ds
)
36
#define set_fs(val) (current->thread.
current_ds
= (val))
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
process_32.c
317
p->thread.
current_ds
= KERNEL_DS;
329
p->thread.
current_ds
= USER_DS;
H
A
D
process_64.c
604
t->
current_ds
= ASI_P;
in copy_thread()
619
t->
current_ds
= ASI_AIUS;
in copy_thread()
H
A
D
traps_64.c
2867
current_ds
) ||
in trap_init()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H
A
D
asm-offsets.c
112
thread.
current_ds
));
in main()
Completed in 10 milliseconds