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:exception_type
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/backend/
H
A
D
mali_kbase_mmu_csf.c
107
u32
exception_type
= fault->status & 0xFF;
in kbase_mmu_report_mcu_as_fault_and_reset()
local
142
int
exception_type
= (status & GPU_FAULTSTATUS_EXCEPTION_TYPE_MASK) >>
in kbase_gpu_report_bus_fault_and_kill()
local
202
unsigned int
exception_type
;
in kbase_mmu_report_fault_and_kill()
local
[all...]
H
A
D
mali_kbase_mmu_jm.c
62
u32 const
exception_type
= (status & 0xFF);
in kbase_gpu_report_bus_fault_and_kill()
local
108
u32
exception_type
;
in kbase_mmu_report_fault_and_kill()
local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/backend/
H
A
D
mali_kbase_mmu_jm.c
61
u32 const
exception_type
= (status & GPU_FAULTSTATUS_EXCEPTION_TYPE_MASK);
in kbase_gpu_report_bus_fault_and_kill()
local
101
u32
exception_type
;
in kbase_mmu_report_fault_and_kill()
local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mmu.c
1737
int
exception_type
;
in kbase_mmu_report_fault_and_kill()
local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mmu.c
1675
int
exception_type
;
in kbase_mmu_report_fault_and_kill()
local
Completed in 7 milliseconds