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
defs:exccode
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
interrupt.c
82
u32
exccode
, ie;
in kvm_mips_irq_deliver_cb()
local
H
A
D
trap_emul.c
48
u32
exccode
= (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE;
in kvm_trap_emul_no_handler()
local
H
A
D
mips.c
1206
u32
exccode
= (cause >> CAUSEB_EXCCODE) & 0x1f;
in kvm_mips_handle_exit()
local
H
A
D
emulate.c
3094
u32
exccode
= (cause >> CAUSEB_EXCCODE) & 0x1f;
in kvm_mips_emulate_exc()
local
3132
u32
exccode
= (cause >> CAUSEB_EXCCODE) & 0x1f;
in kvm_mips_check_privilege()
local
3228
u32
exccode
= (cause >> CAUSEB_EXCCODE) & 0x1f;
in kvm_mips_handle_tlbmiss()
local
[all...]
H
A
D
vz.c
823
u32
exccode
= (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE;
in kvm_trap_vz_no_handler()
local
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
exit.c
36
unsigned int
exccode
, inst;
in _kvm_fault_ni()
local
H
A
D
loongarch.c
528
u32
exccode
= (exst & KVM_ESTAT_EXC) >> KVM_ESTAT_EXC_SHIFT;
in _kvm_handle_exit()
local
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
traps.c
335
unsigned int
exccode
= FIELD_GET(CSR_ESTAT_EXC, regs->csr_estat);
in __show_regs()
local
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
traps.c
303
unsigned int
exccode
= FIELD_GET(CSR_ESTAT_EXC, regs->csr_estat);
in __show_regs()
local
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
1175
u32
exccode
= (cause >> CAUSEB_EXCCODE) & 0x1f;
in __kvm_mips_handle_exit()
local
H
A
D
vz.c
821
u32
exccode
= (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE;
in kvm_trap_vz_no_handler()
local
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H
A
D
core_feature_base.h
164
rv_csr_t
exccode
:12; /*!< bit: 11..0 exception or interrupt code */
member
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
traps.c
253
unsigned int
exccode
;
in __show_regs()
local
1920
u32
exccode
= (diag1 & LOONGSON_DIAG1_EXCCODE) >>
in do_gsexc()
local
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
traps.c
267
unsigned int
exccode
;
in __show_regs()
local
1911
u32
exccode
= (diag1 & LOONGSON_DIAG1_EXCCODE) >>
in do_gsexc()
local
Completed in 31 milliseconds