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:include_all
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dmar.h
50
u8
include_all
:1;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
dmar.h
47
u8
include_all
:1;
member
/kernel/linux/linux-5.10/drivers/iommu/intel/
H
A
D
dmar.c
75
if (drhd->
include_all
)
in dmar_register_drhd_unit()
302
if (dmaru->
include_all
)
in dmar_pci_bus_add_dev()
433
dmaru->
include_all
= drhd->flags & 0x1; /* BIT0: INCLUDE_ALL */
in dmar_parse_one_drhd()
707
if (dmaru->
include_all
&&
in dmar_find_matched_drhd_unit()
2147
if (!dmaru->
include_all
&& dmaru->devices && dmaru->devices_cnt) {
in dmar_hp_remove_drhd()
H
A
D
iommu.c
317
u8
include_all
:1; /* include all ports */
member
949
if (pdev && drhd->
include_all
) {
in device_to_iommu()
4179
if (!drhd->
include_all
) {
in init_no_remapping_devices()
4190
if (drhd->
include_all
)
in init_no_remapping_devices()
4434
atsru->
include_all
= atsr->flags & 0x1;
in dmar_parse_one_atsr()
4435
if (!atsru->
include_all
) {
in dmar_parse_one_atsr()
4484
if (!atsru->
include_all
&& atsru->devices && atsru->devices_cnt) {
in dmar_check_one_atsr()
4641
if (atsru->
include_all
)
in dmar_find_matched_atsr_unit()
4679
if (atsru->
include_all
)
in dmar_iommu_notify_scope_dev()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
dmar.c
75
if (drhd->
include_all
)
in dmar_register_drhd_unit()
299
if (dmaru->
include_all
)
in dmar_pci_bus_add_dev()
432
dmaru->
include_all
= drhd->flags & 0x1; /* BIT0: INCLUDE_ALL */
in dmar_parse_one_drhd()
712
if (dmaru->
include_all
&&
in dmar_find_matched_drhd_unit()
2282
if (!dmaru->
include_all
&& dmaru->devices && dmaru->devices_cnt) {
in dmar_hp_remove_drhd()
H
A
D
iommu.c
266
u8
include_all
:1; /* include all ports */
member
757
if (pdev && drhd->
include_all
) {
in device_to_iommu()
2921
if (!drhd->
include_all
) {
in init_no_remapping_devices()
2932
if (drhd->
include_all
)
in init_no_remapping_devices()
3165
atsru->
include_all
= atsr->flags & 0x1;
in dmar_parse_one_atsr()
3166
if (!atsru->
include_all
) {
in dmar_parse_one_atsr()
3215
if (!atsru->
include_all
&& atsru->devices && atsru->devices_cnt) {
in dmar_check_one_atsr()
3460
if (atsru->
include_all
)
in dmar_ats_supported()
3500
if (atsru->
include_all
)
in dmar_iommu_notify_scope_dev()
Completed in 38 milliseconds