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:SEG32
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
ptrace.c
836
#define
SEG32
(rs) \
macro
850
SEG32
(cs);
in putreg32()
851
SEG32
(ds);
in putreg32()
852
SEG32
(es);
in putreg32()
879
SEG32
(ss);
in putreg32()
929
#undef
SEG32
macro
935
#define
SEG32
(rs) \
macro
947
SEG32
(ds);
in getreg32()
948
SEG32
(es);
in getreg32()
949
SEG32
(f
in getreg32()
990
#undef
SEG32
global()
macro
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
ptrace.c
866
#define
SEG32
(rs) \
macro
880
SEG32
(cs);
in putreg32()
881
SEG32
(ds);
in putreg32()
882
SEG32
(es);
in putreg32()
909
SEG32
(ss);
in putreg32()
959
#undef
SEG32
macro
965
#define
SEG32
(rs) \
macro
977
SEG32
(ds);
in getreg32()
978
SEG32
(es);
in getreg32()
979
SEG32
(f
in getreg32()
1020
#undef
SEG32
global()
macro
[all...]
/kernel/linux/linux-5.10/arch/x86/math-emu/
H
A
D
get_address.c
284
case
SEG32
:
in FPU_get_address()
392
case
SEG32
:
in FPU_get_address_16()
H
A
D
load_store.c
79
if (addr_modes.default_mode ==
SEG32
) {
in FPU_load_store()
H
A
D
fpu_emu.h
142
#define
SEG32
PROTECTED
macro
H
A
D
fpu_entry.c
151
addr_modes.default_mode =
SEG32
;
in math_emulate()
/kernel/linux/linux-6.6/arch/x86/math-emu/
H
A
D
get_address.c
284
case
SEG32
:
in FPU_get_address()
392
case
SEG32
:
in FPU_get_address_16()
H
A
D
load_store.c
79
if (addr_modes.default_mode ==
SEG32
) {
in FPU_load_store()
H
A
D
fpu_emu.h
142
#define
SEG32
PROTECTED
macro
H
A
D
fpu_entry.c
152
addr_modes.default_mode =
SEG32
;
in math_emulate()
Completed in 8 milliseconds