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:CAUSEB_EXCCODE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
emulate.c
2406
(EXCCODE_SYS <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_syscall()
2452
(EXCCODE_TLBL <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_tlbmiss_ld()
2493
(EXCCODE_TLBL <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_tlbinv_ld()
2534
(EXCCODE_TLBS <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_tlbmiss_st()
2574
(EXCCODE_TLBS <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_tlbinv_st()
2613
(EXCCODE_MOD <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_tlbmod()
2645
(EXCCODE_CPU <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_fpu_exc()
2672
(EXCCODE_RI <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_ri_exc()
2706
(EXCCODE_BP <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_bp_exc()
2740
(EXCCODE_TR <<
CAUSEB_EXCCODE
));
in kvm_mips_emulate_trap_exc()
[all...]
H
A
D
interrupt.c
116
(exccode <<
CAUSEB_EXCCODE
));
in kvm_mips_irq_deliver_cb()
H
A
D
mips.c
1206
u32 exccode = (cause >>
CAUSEB_EXCCODE
) & 0x1f;
in kvm_mips_handle_exit()
H
A
D
trap_emul.c
48
u32 exccode = (cause & CAUSEF_EXCCODE) >>
CAUSEB_EXCCODE
;
in kvm_trap_emul_no_handler()
H
A
D
vz.c
823
u32 exccode = (cause & CAUSEF_EXCCODE) >>
CAUSEB_EXCCODE
;
in kvm_trap_vz_no_handler()
/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()
H
A
D
vz.c
821
u32 exccode = (cause & CAUSEF_EXCCODE) >>
CAUSEB_EXCCODE
;
in kvm_trap_vz_no_handler()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
414
#define
CAUSEB_EXCCODE
2
macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
traps.c
337
exccode = (cause & CAUSEF_EXCCODE) >>
CAUSEB_EXCCODE
;
in __show_regs()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
399
#define
CAUSEB_EXCCODE
2
macro
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
traps.c
351
exccode = (cause & CAUSEF_EXCCODE) >>
CAUSEB_EXCCODE
;
in __show_regs()
Completed in 32 milliseconds