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_mem
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
Makefile
4
obj-$(CONFIG_CXL_MEM) +=
cxl_mem
.o
9
cxl_mem
-y := mem.o
H
A
D
mem.c
19
* The
cxl_mem
driver owns kicking off the enumeration of this CXL.mem
24
*
cxl_mem
driver adds the device it is bound to as a CXL endpoint-port for use
242
__ATTRIBUTE_GROUPS(
cxl_mem
);
variable
245
.name = "
cxl_mem
",
H
A
D
cxlmem.h
5
#include <uapi/linux/
cxl_mem
.h>
/kernel/linux/linux-6.6/tools/testing/cxl/
H
A
D
cxl_mem_test.c
6
cxl_test_watermark(
cxl_mem
);
variable
/kernel/linux/linux-6.6/tools/testing/cxl/test/
H
A
D
cxl.c
41
struct platform_device *
cxl_mem
[NR_MEM_MULTI];
variable
87
for (i = 0; i < ARRAY_SIZE(
cxl_mem
); i++)
in is_mock_dev()
88
if (dev == &
cxl_mem
[i]->dev)
in is_mock_dev()
774
* assignment those devices are named
cxl_mem
.0, and
cxl_mem
.4.
in mock_init_hdm_decoder()
776
* See 'cxl list -BMPu -m
cxl_mem
.0,
cxl_mem
.4'
in mock_init_hdm_decoder()
816
/* put
cxl_mem
.4 second in the decode order */
in mock_init_hdm_decoder()
1173
pdev = platform_device_alloc("
cxl_mem
", NR_MEM_MULTI + i);
in cxl_single_init()
1348
for (i = 0; i < ARRAY_SIZE(
cxl_mem
);
in cxl_test_init()
[all...]
Completed in 8 milliseconds