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:cxl_version
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
acpi.c
344
u32
cxl_version
;
member
361
ctx->
cxl_version
= chbs->
cxl_version
;
in cxl_get_chbs_iter()
365
if (chbs->
cxl_version
== ACPI_CEDT_CHBS_VERSION_CXL11 &&
in cxl_get_chbs_iter()
391
.
cxl_version
= UINT_MAX,
in cxl_get_chbs()
417
if (ctx.
cxl_version
== UINT_MAX) {
in add_host_bridge_dport()
437
if (ctx.
cxl_version
== ACPI_CEDT_CHBS_VERSION_CXL11) {
in add_host_bridge_dport()
490
if (ctx.
cxl_version
== ACPI_CEDT_CHBS_VERSION_CXL11) {
in add_host_bridge_uport()
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
cxl.c
172
.
cxl_version
= ACPI_CEDT_CHBS_VERSION_CXL20,
180
.
cxl_version
= ACPI_CEDT_CHBS_VERSION_CXL20,
188
.
cxl_version
= ACPI_CEDT_CHBS_VERSION_CXL20,
196
.
cxl_version
= ACPI_CEDT_CHBS_VERSION_CXL11,
431
if (chbs->
cxl_version
== ACPI_CEDT_CHBS_VERSION_CXL20)
in populate_cedt()
/kernel/linux/linux-6.6/include/acpi/
H
A
D
actbl1.h
518
u32
cxl_version
;
member
Completed in 7 milliseconds