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:cfmws
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
acpi.c
142
struct acpi_cedt_cfmws *
cfmws
)
in cxl_acpi_cfmws_verify()
147
if (
cfmws
->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_MODULO &&
in cxl_acpi_cfmws_verify()
148
cfmws
->interleave_arithmetic != ACPI_CEDT_CFMWS_ARITHMETIC_XOR) {
in cxl_acpi_cfmws_verify()
150
cfmws
->interleave_arithmetic);
in cxl_acpi_cfmws_verify()
154
if (!IS_ALIGNED(
cfmws
->base_hpa, SZ_256M)) {
in cxl_acpi_cfmws_verify()
159
if (!IS_ALIGNED(
cfmws
->window_size, SZ_256M)) {
in cxl_acpi_cfmws_verify()
164
rc = eiw_to_ways(
cfmws
->interleave_ways, &ways);
in cxl_acpi_cfmws_verify()
167
cfmws
->interleave_ways);
in cxl_acpi_cfmws_verify()
171
expected_len = struct_size(
cfmws
, interleave_targets, ways);
in cxl_acpi_cfmws_verify()
173
if (
cfmws
in cxl_acpi_cfmws_verify()
141
cxl_acpi_
cfmws
_verify(struct device *dev, struct acpi_cedt_
cfmws
*
cfmws
)
cxl_acpi_cfmws_verify()
argument
197
__cxl_parse_
cfmws
(struct acpi_cedt_
cfmws
*
cfmws
, struct cxl_
cfmws
_context *ctx)
__cxl_parse_cfmws()
argument
306
struct acpi_cedt_
cfmws
*
cfmws
= (struct acpi_cedt_
cfmws
*)header;
cxl_parse_cfmws()
local
[all...]
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
cxl.c
119
struct acpi_cedt_cfmws
cfmws
;
member
123
struct acpi_cedt_cfmws
cfmws
;
member
127
struct acpi_cedt_cfmws
cfmws
;
member
131
struct acpi_cedt_cfmws
cfmws
;
member
135
struct acpi_cedt_cfmws
cfmws
;
member
139
struct acpi_cedt_cfmws
cfmws
;
member
143
struct acpi_cedt_cfmws
cfmws
;
member
147
struct acpi_cedt_cfmws
cfmws
;
member
151
struct acpi_cedt_cfmws
cfmws
;
member
199
.
cfmws
[all...]
/kernel/linux/linux-6.6/drivers/acpi/numa/
H
A
D
srat.c
304
struct acpi_cedt_cfmws *
cfmws
;
in acpi_parse_cfmws()
local
309
cfmws
= (struct acpi_cedt_cfmws *)header;
in acpi_parse_cfmws()
310
start =
cfmws
->base_hpa;
in acpi_parse_cfmws()
311
end =
cfmws
->base_hpa +
cfmws
->window_size;
in acpi_parse_cfmws()
Completed in 3 milliseconds