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:satc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/intel/
H
A
D
iommu.c
3224
static struct dmar_satc_unit *dmar_find_satc(struct acpi_dmar_satc *
satc
)
in dmar_find_satc()
argument
3232
if (
satc
->segment != tmp->segment)
in dmar_find_satc()
3234
if (
satc
->header.length != tmp->header.length)
in dmar_find_satc()
3236
if (memcmp(
satc
, tmp,
satc
->header.length) == 0)
in dmar_find_satc()
3245
struct acpi_dmar_satc *
satc
;
in dmar_parse_one_satc()
local
3251
satc
= container_of(hdr, struct acpi_dmar_satc, header);
in dmar_parse_one_satc()
3252
satcu = dmar_find_satc(
satc
);
in dmar_parse_one_satc()
3262
satcu->atc_required =
satc
->flags & 0x1;
in dmar_parse_one_satc()
3263
satcu->devices = dmar_alloc_dev_scope((void *)(
satc
in dmar_parse_one_satc()
3393
struct acpi_dmar_
satc
*
satc
;
dmar_find_matched_satc_unit()
local
3478
struct acpi_dmar_
satc
*
satc
;
dmar_iommu_notify_scope_dev()
local
[all...]
H
A
D
dmar.c
527
struct acpi_dmar_satc *
satc
;
in dmar_table_print_dmar_entry()
local
558
satc
= container_of(header, struct acpi_dmar_satc, header);
in dmar_table_print_dmar_entry()
559
pr_info("SATC flags: 0x%x\n",
satc
->flags);
in dmar_table_print_dmar_entry()
Completed in 9 milliseconds