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_DECODER_PMEM
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
cxl.h
358
CXL_DECODER_PMEM
,
enumerator
368
[
CXL_DECODER_PMEM
] = "pmem",
in cxl_decoder_mode_name()
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
hdm.c
328
cxled->mode =
CXL_DECODER_PMEM
;
in __cxl_dpa_reserve()
428
case
CXL_DECODER_PMEM
:
in cxl_dpa_set_mode()
445
if (mode ==
CXL_DECODER_PMEM
&& !resource_size(&cxlds->pmem_res)) {
in cxl_dpa_set_mode()
507
} else if (cxled->mode ==
CXL_DECODER_PMEM
) {
in cxl_dpa_alloc()
H
A
D
region.c
43
if (cxlr->mode !=
CXL_DECODER_PMEM
)
in uuid_show()
356
if (a == &dev_attr_uuid.attr && cxlr->mode !=
CXL_DECODER_PMEM
)
in cxl_region_visible()
545
(cxlr->mode ==
CXL_DECODER_PMEM
&& uuid_is_null(&p->uuid)))
in alloc_hpa()
2191
case
CXL_DECODER_PMEM
:
in devm_cxl_add_region()
2272
cxlr = __create_region(cxlrd,
CXL_DECODER_PMEM
, id);
in create_pmem_region_store()
2424
if (ctx->mode ==
CXL_DECODER_PMEM
) {
in cxl_get_poison_unmapped()
2998
case
CXL_DECODER_PMEM
:
in cxl_region_probe()
H
A
D
port.c
207
mode =
CXL_DECODER_PMEM
;
in mode_store()
Completed in 18 milliseconds