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:skip_blocks_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
security.c
632
static bool hl_check_block_type_exclusion(struct hl_skip_blocks_cfg *
skip_blocks_cfg
,
in hl_check_block_type_exclusion()
argument
638
for (i = 0 ; i <
skip_blocks_cfg
->block_types_len ; i++)
in hl_check_block_type_exclusion()
639
if (block_type ==
skip_blocks_cfg
->block_types[i])
in hl_check_block_type_exclusion()
646
struct hl_skip_blocks_cfg *
skip_blocks_cfg
,
in hl_check_block_range_exclusion()
656
for (i = 0 ; i <
skip_blocks_cfg
->block_ranges_len ; i++) {
in hl_check_block_range_exclusion()
657
blocks_in_range = (
skip_blocks_cfg
->block_ranges[i].end -
in hl_check_block_range_exclusion()
658
skip_blocks_cfg
->block_ranges[i].start) /
in hl_check_block_range_exclusion()
661
block_base_addr_in_range =
skip_blocks_cfg
->block_ranges[i].start +
in hl_check_block_range_exclusion()
714
special_blocks_cfg.
skip_blocks_cfg
= &prop->skip_special_blocks_cfg;
in hl_check_for_glbl_errors()
729
struct hl_skip_blocks_cfg *
skip_blocks_cfg
in hl_iterate_special_blocks()
local
645
hl_check_block_range_exclusion(struct hl_device *hdev, struct hl_
skip_blocks_cfg
*
skip_blocks_cfg
, struct hl_special_block_info *block_info, u32 major, u32 minor, u32 sub_minor)
hl_check_block_range_exclusion()
argument
[all...]
H
A
D
security.h
105
* @
skip_blocks_cfg
: holds arrays of block types & block ranges to be excluded.
113
struct hl_skip_blocks_cfg *
skip_blocks_cfg
;
member
Completed in 7 milliseconds