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:mimpid
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/riscv/util/
H
A
D
header.c
17
#define CPUINFO_MIMP "
mimpid
"
41
char *
mimpid
= NULL;
in _get_cpuid()
local
61
mimpid
= _get_field(line);
in _get_cpuid()
62
if (!
mimpid
)
in _get_cpuid()
69
if (!mvendorid || !marchid || !
mimpid
)
in _get_cpuid()
72
if (asprintf(&cpuid, "%s-%s-%s", mvendorid, marchid,
mimpid
) < 0)
in _get_cpuid()
79
free(
mimpid
);
in _get_cpuid()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
cpu.c
164
return ci->
mimpid
;
in riscv_cached_mimpid()
175
ci->
mimpid
= sbi_spec_is_0_1() ? 0 : sbi_get_mimpid();
in riscv_cpuinfo_starting()
179
ci->
mimpid
= csr_read(CSR_MIMPID);
in riscv_cpuinfo_starting()
183
ci->
mimpid
= 0;
in riscv_cpuinfo_starting()
295
seq_printf(m, "
mimpid
\t\t: 0x%lx\n", ci->
mimpid
);
in c_show()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
cpufeature.h
19
unsigned long
mimpid
;
member
H
A
D
kvm_host.h
180
unsigned long
mimpid
;
member
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_onereg.c
152
case KVM_REG_RISCV_CONFIG_REG(
mimpid
):
in kvm_riscv_vcpu_get_reg_config()
153
reg_val = vcpu->arch.
mimpid
;
in kvm_riscv_vcpu_get_reg_config()
253
case KVM_REG_RISCV_CONFIG_REG(
mimpid
):
in kvm_riscv_vcpu_set_reg_config()
254
if (reg_val == vcpu->arch.
mimpid
)
in kvm_riscv_vcpu_set_reg_config()
257
vcpu->arch.
mimpid
= reg_val;
in kvm_riscv_vcpu_set_reg_config()
H
A
D
vcpu_sbi_base.c
59
*out_val = vcpu->arch.
mimpid
;
in kvm_sbi_ext_base_handler()
H
A
D
vcpu.c
114
vcpu->arch.
mimpid
= sbi_get_mimpid();
in kvm_arch_vcpu_create()
/kernel/linux/linux-6.6/arch/riscv/include/uapi/asm/
H
A
D
kvm.h
56
unsigned long
mimpid
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/riscv/
H
A
D
get-reg-list.c
131
case KVM_REG_RISCV_CONFIG_REG(
mimpid
):
in config_id_to_str()
132
return "KVM_REG_RISCV_CONFIG_REG(
mimpid
)";
in config_id_to_str()
490
KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CONFIG | KVM_REG_RISCV_CONFIG_REG(
mimpid
),
Completed in 7 milliseconds