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:msa_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-info.h
68
unsigned int
msa_id
;
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-info.h
68
unsigned int
msa_id
;
member
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
cpu-probe.c
41
unsigned long status,
msa_id
;
in cpu_get_msa_id()
local
46
msa_id
= read_msa_ir();
in cpu_get_msa_id()
49
return
msa_id
;
in cpu_get_msa_id()
2071
c->
msa_id
= cpu_get_msa_id();
in cpu_probe()
2072
WARN(c->
msa_id
& MSA_IR_WRPF,
in cpu_probe()
2137
pr_info("MSA revision is: %08x\n", c->
msa_id
);
in cpu_report()
H
A
D
ptrace.c
623
.msair = boot_cpu_data.
msa_id
,
in msa_get()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
cpu-probe.c
42
unsigned long status,
msa_id
;
in cpu_get_msa_id()
local
47
msa_id
= read_msa_ir();
in cpu_get_msa_id()
50
return
msa_id
;
in cpu_get_msa_id()
1944
c->
msa_id
= cpu_get_msa_id();
in cpu_probe()
1945
WARN(c->
msa_id
& MSA_IR_WRPF,
in cpu_probe()
2012
pr_info("MSA revision is: %08x\n", c->
msa_id
);
in cpu_report()
H
A
D
ptrace.c
630
.msair = boot_cpu_data.
msa_id
,
in msa_get()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mips.c
743
v = boot_cpu_data.
msa_id
;
in kvm_mips_get_reg()
1102
r = cpu_has_msa && !(boot_cpu_data.
msa_id
& MSA_IR_WRPF);
in kvm_vm_ioctl_check_extension()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
728
v = boot_cpu_data.
msa_id
;
in kvm_mips_get_reg()
1071
r = cpu_has_msa && !(boot_cpu_data.
msa_id
& MSA_IR_WRPF);
in kvm_vm_ioctl_check_extension()
Completed in 18 milliseconds