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:stval
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_exit.c
22
fault_addr = (trap->htval << 2) | (trap->
stval
& 0x3);
in gstage_page_fault()
158
csr_write(CSR_VSTVAL, trap->
stval
);
in kvm_riscv_vcpu_trap_redirect()
219
trap->scause, trap->
stval
, trap->htval, trap->htinst);
in kvm_riscv_vcpu_exit()
H
A
D
vcpu_insn.c
159
utrap.
stval
= insn;
in truly_illegal_insn()
175
utrap.
stval
= insn;
in truly_virtual_insn()
413
unsigned long insn = trap->
stval
;
in kvm_riscv_vcpu_virtual_insn()
H
A
D
vcpu.c
743
trap.
stval
= csr_read(CSR_STVAL);
in kvm_arch_vcpu_ioctl_run()
/kernel/linux/linux-6.6/arch/riscv/include/uapi/asm/
H
A
D
kvm.h
79
unsigned long
stval
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/riscv/
H
A
D
get-reg-list.c
204
case KVM_REG_RISCV_CSR_REG(
stval
):
in general_csr_id_to_str()
205
return RISCV_CSR_GENERAL(
stval
);
in general_csr_id_to_str()
531
KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CSR | KVM_REG_RISCV_CSR_GENERAL | KVM_REG_RISCV_CSR_REG(
stval
),
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_host.h
109
unsigned long
stval
;
member
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
asm-offsets.c
203
OFFSET(KVM_ARCH_TRAP_STVAL, kvm_cpu_trap,
stval
);
in asm_offsets()
Completed in 10 milliseconds