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:hae_cache
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
machvec_impl.h
14
#define IRONGATE_HAE_ADDRESS (&alpha_mv.
hae_cache
)
15
#define MARVEL_HAE_ADDRESS (&alpha_mv.
hae_cache
)
16
#define POLARIS_HAE_ADDRESS (&alpha_mv.
hae_cache
)
17
#define TSUNAMI_HAE_ADDRESS (&alpha_mv.
hae_cache
)
18
#define TITAN_HAE_ADDRESS (&alpha_mv.
hae_cache
)
19
#define WILDFIRE_HAE_ADDRESS (&alpha_mv.
hae_cache
)
22
#define CIA_HAE_ADDRESS (&alpha_mv.
hae_cache
)
25
#define MCPCIA_HAE_ADDRESS (&alpha_mv.
hae_cache
)
28
#define T2_HAE_ADDRESS (&alpha_mv.
hae_cache
)
H
A
D
asm-offsets.c
42
DEFINE(HAE_CACHE, offsetof(struct alpha_machine_vector,
hae_cache
));
in foo()
H
A
D
process.c
259
childregs->hae = alpha_mv.
hae_cache
,
in copy_thread()
H
A
D
setup.c
643
__set_hae(alpha_mv.
hae_cache
);
in setup_arch()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
machvec_impl.h
14
#define IRONGATE_HAE_ADDRESS (&alpha_mv.
hae_cache
)
15
#define MARVEL_HAE_ADDRESS (&alpha_mv.
hae_cache
)
16
#define POLARIS_HAE_ADDRESS (&alpha_mv.
hae_cache
)
17
#define TSUNAMI_HAE_ADDRESS (&alpha_mv.
hae_cache
)
18
#define TITAN_HAE_ADDRESS (&alpha_mv.
hae_cache
)
19
#define WILDFIRE_HAE_ADDRESS (&alpha_mv.
hae_cache
)
22
#define CIA_HAE_ADDRESS (&alpha_mv.
hae_cache
)
25
#define MCPCIA_HAE_ADDRESS (&alpha_mv.
hae_cache
)
28
#define T2_HAE_ADDRESS (&alpha_mv.
hae_cache
)
H
A
D
asm-offsets.c
44
DEFINE(HAE_CACHE, offsetof(struct alpha_machine_vector,
hae_cache
));
in foo()
H
A
D
process.c
257
childregs->hae = alpha_mv.
hae_cache
;
in copy_thread()
H
A
D
setup.c
627
__set_hae(alpha_mv.
hae_cache
);
in setup_arch()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
machvec.h
32
unsigned long
hae_cache
;
member
H
A
D
io.h
43
alpha_mv.
hae_cache
= new_hae;
in __set_hae()
55
if (new_hae != alpha_mv.
hae_cache
)
in set_hae()
H
A
D
jensen.h
96
if (addr != alpha_mv.
hae_cache
)
in jensen_set_hae()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
machvec.h
32
unsigned long
hae_cache
;
member
H
A
D
io.h
39
alpha_mv.
hae_cache
= new_hae;
in __set_hae()
51
if (new_hae != alpha_mv.
hae_cache
)
in set_hae()
H
A
D
jensen.h
96
if (addr != alpha_mv.
hae_cache
)
in jensen_set_hae()
Completed in 10 milliseconds