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:scause
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_exit.c
28
(trap->
scause
== EXC_STORE_GUEST_PAGE_FAULT && !writable)) {
in gstage_page_fault()
29
switch (trap->
scause
) {
in gstage_page_fault()
44
(trap->
scause
== EXC_STORE_GUEST_PAGE_FAULT) ? true : false);
in gstage_page_fault()
96
if (trap->
scause
== EXC_LOAD_PAGE_FAULT)
in kvm_riscv_vcpu_unpriv_read()
97
trap->
scause
= EXC_INST_PAGE_FAULT;
in kvm_riscv_vcpu_unpriv_read()
157
csr_write(CSR_VSCAUSE, trap->
scause
);
in kvm_riscv_vcpu_trap_redirect()
178
if (trap->
scause
& CAUSE_IRQ_FLAG)
in kvm_riscv_vcpu_exit()
184
switch (trap->
scause
) {
in kvm_riscv_vcpu_exit()
219
trap->
scause
, trap->stval, trap->htval, trap->htinst);
in kvm_riscv_vcpu_exit()
H
A
D
vcpu_sbi_v01.c
53
if (utrap->
scause
)
in kvm_sbi_ext_v01_handler()
75
if (utrap->
scause
)
in kvm_sbi_ext_v01_handler()
H
A
D
vcpu_insn.c
158
utrap.
scause
= EXC_INST_ILLEGAL;
in truly_illegal_insn()
174
utrap.
scause
= EXC_VIRTUAL_INST_FAULT;
in truly_virtual_insn()
423
if (utrap.
scause
) {
in kvm_riscv_vcpu_virtual_insn()
478
if (utrap.
scause
) {
in kvm_riscv_vcpu_mmio_load()
604
if (utrap.
scause
) {
in kvm_riscv_vcpu_mmio_store()
H
A
D
vcpu_sbi.c
396
if (sbi_ret.utrap->
scause
) {
in kvm_riscv_vcpu_sbi_ecall()
H
A
D
vcpu.c
742
trap.
scause
= csr_read(CSR_SCAUSE);
in kvm_arch_vcpu_ioctl_run()
/kernel/linux/linux-6.6/arch/riscv/include/uapi/asm/
H
A
D
kvm.h
78
unsigned long
scause
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/riscv/
H
A
D
get-reg-list.c
202
case KVM_REG_RISCV_CSR_REG(
scause
):
in general_csr_id_to_str()
203
return RISCV_CSR_GENERAL(
scause
);
in general_csr_id_to_str()
530
KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CSR | KVM_REG_RISCV_CSR_GENERAL | KVM_REG_RISCV_CSR_REG(
scause
),
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_host.h
108
unsigned long
scause
;
member
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
asm-offsets.c
202
OFFSET(KVM_ARCH_TRAP_SCAUSE, kvm_cpu_trap,
scause
);
in asm_offsets()
Completed in 7 milliseconds