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:T2_HAE_3
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_t2.c
192
t2_cfg = *(vulp)
T2_HAE_3
& ~0xc0000000UL;
in conf_read()
193
*(vulp)
T2_HAE_3
= 0x40000000UL | t2_cfg;
in conf_read()
227
*(vulp)
T2_HAE_3
= t2_cfg;
in conf_read()
244
t2_cfg = *(vulp)
T2_HAE_3
& ~0xc0000000UL;
in conf_write()
245
*(vulp)
T2_HAE_3
= t2_cfg | 0x40000000UL;
in conf_write()
278
*(vulp)
T2_HAE_3
= t2_cfg;
in conf_write()
379
printk("%s: HAE_3 was 0x%lx\n", __func__, *(vulp)
T2_HAE_3
);
in t2_save_configuration()
401
t2_saved_config.hae_3 = *(vulp)
T2_HAE_3
;
in t2_save_configuration()
469
*(vulp)
T2_HAE_3
= 0; mb(); /* Config Space HAE */
in t2_init_arch()
499
*(vulp)
T2_HAE_3
in t2_kill_arch()
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_t2.c
192
t2_cfg = *(vulp)
T2_HAE_3
& ~0xc0000000UL;
in conf_read()
193
*(vulp)
T2_HAE_3
= 0x40000000UL | t2_cfg;
in conf_read()
227
*(vulp)
T2_HAE_3
= t2_cfg;
in conf_read()
244
t2_cfg = *(vulp)
T2_HAE_3
& ~0xc0000000UL;
in conf_write()
245
*(vulp)
T2_HAE_3
= t2_cfg | 0x40000000UL;
in conf_write()
278
*(vulp)
T2_HAE_3
= t2_cfg;
in conf_write()
379
printk("%s: HAE_3 was 0x%lx\n", __func__, *(vulp)
T2_HAE_3
);
in t2_save_configuration()
401
t2_saved_config.hae_3 = *(vulp)
T2_HAE_3
;
in t2_save_configuration()
469
*(vulp)
T2_HAE_3
= 0; mb(); /* Config Space HAE */
in t2_init_arch()
499
*(vulp)
T2_HAE_3
in t2_kill_arch()
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
core_t2.h
65
#define
T2_HAE_3
(IDENT_ADDR + GAMMA_BIAS + 0x38e000240UL)
macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
core_t2.h
65
#define
T2_HAE_3
(IDENT_ADDR + GAMMA_BIAS + 0x38e000240UL)
macro
Completed in 5 milliseconds