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:cxlr_dax
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
cxl.c
11
struct cxl_dax_region *
cxlr_dax
= to_cxl_dax_region(dev);
in cxl_dax_region_probe()
local
12
int nid = phys_to_target_node(
cxlr_dax
->hpa_range.start);
in cxl_dax_region_probe()
13
struct cxl_region *cxlr =
cxlr_dax
->cxlr;
in cxl_dax_region_probe()
18
nid = memory_add_physaddr_to_nid(
cxlr_dax
->hpa_range.start);
in cxl_dax_region_probe()
20
dax_region = alloc_dax_region(dev, cxlr->id, &
cxlr_dax
->hpa_range, nid,
in cxl_dax_region_probe()
28
.size = range_len(&
cxlr_dax
->hpa_range),
in cxl_dax_region_probe()
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
region.c
2581
struct cxl_dax_region *
cxlr_dax
= to_cxl_dax_region(dev);
in cxl_dax_region_release()
local
2583
kfree(
cxlr_dax
);
in cxl_dax_region_release()
2616
struct cxl_dax_region *
cxlr_dax
;
in cxl_dax_region_alloc()
local
2621
cxlr_dax
= ERR_PTR(-ENXIO);
in cxl_dax_region_alloc()
2625
cxlr_dax
= kzalloc(sizeof(*
cxlr_dax
), GFP_KERNEL);
in cxl_dax_region_alloc()
2626
if (!
cxlr_dax
) {
in cxl_dax_region_alloc()
2627
cxlr_dax
= ERR_PTR(-ENOMEM);
in cxl_dax_region_alloc()
2631
cxlr_dax
->hpa_range.start = p->res->start;
in cxl_dax_region_alloc()
2632
cxlr_dax
in cxl_dax_region_alloc()
2734
struct cxl_dax_region *
cxlr_dax
= _
cxlr_dax
;
cxlr_dax_unregister()
local
2741
struct cxl_dax_region *
cxlr_dax
;
devm_cxl_add_dax_region()
local
[all...]
Completed in 4 milliseconds