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:cfg_cookie
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
io-pgtable-arm-v7s.c
849
static struct io_pgtable_cfg *
cfg_cookie
__initdata;
853
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush_all()
859
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush()
860
WARN_ON(!(size &
cfg_cookie
->pgsize_bitmap));
in dummy_tlb_flush()
899
cfg_cookie
= &cfg;
in arm_v7s_do_selftests()
H
A
D
io-pgtable-arm.c
1068
static struct io_pgtable_cfg *
cfg_cookie
__initdata;
1072
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush_all()
1078
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush()
1079
WARN_ON(!(size &
cfg_cookie
->pgsize_bitmap));
in dummy_tlb_flush()
1130
cfg_cookie
= cfg;
in arm_lpae_run_tests()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
io-pgtable-arm-v7s.c
896
static struct io_pgtable_cfg *
cfg_cookie
__initdata;
900
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush_all()
906
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush()
907
WARN_ON(!(size &
cfg_cookie
->pgsize_bitmap));
in dummy_tlb_flush()
946
cfg_cookie
= &cfg;
in arm_v7s_do_selftests()
H
A
D
io-pgtable-arm.c
1109
static struct io_pgtable_cfg *
cfg_cookie
__initdata;
1113
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush_all()
1119
WARN_ON(cookie !=
cfg_cookie
);
in dummy_tlb_flush()
1120
WARN_ON(!(size &
cfg_cookie
->pgsize_bitmap));
in dummy_tlb_flush()
1170
cfg_cookie
= cfg;
in arm_lpae_run_tests()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_imx8q.h
56
u32
cfg_cookie
;
member
Completed in 8 milliseconds