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_ep
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
region.c
160
struct
cxl_ep
*ep;
in cxl_region_decode_reset()
222
struct
cxl_ep
*ep;
in cxl_region_decode_commit()
864
struct
cxl_ep
*ep = cxl_ep_load(port, cxled_to_memdev(cxled));
in cxl_rr_ep_add()
947
struct
cxl_ep
*ep = cxl_ep_load(port, cxlmd);
in cxl_port_attach_region()
958
struct
cxl_ep
*ep_iter;
in cxl_port_attach_region()
1033
struct
cxl_ep
*ep = NULL;
in cxl_port_detach_region()
1042
* Endpoint ports do not carry
cxl_ep
references, and they
in cxl_port_detach_region()
1050
struct
cxl_ep
*ep_iter;
in cxl_port_detach_region()
1070
struct
cxl_ep
*ep, struct cxl_region_ref *cxl_rr,
in check_last_peer()
1079
struct
cxl_ep
*ep_pee
in check_last_peer()
[all...]
H
A
D
port.c
504
static void cxl_ep_release(struct
cxl_ep
*ep)
in cxl_ep_release()
510
static void cxl_ep_remove(struct cxl_port *port, struct
cxl_ep
*ep)
in cxl_ep_remove()
522
struct
cxl_ep
*ep;
in cxl_port_release()
1125
static int add_ep(struct
cxl_ep
*new)
in add_ep()
1153
struct
cxl_ep
*ep;
in cxl_add_ep()
1349
struct
cxl_ep
*ep;
in cxl_detach_ep()
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
mem.c
62
struct
cxl_ep
*ep;
in devm_cxl_add_endpoint()
H
A
D
cxl.h
569
* @endpoints:
cxl_ep
instances, endpoints that are a descendant of this port
637
* struct
cxl_ep
- track an endpoint's interest in a port
643
struct
cxl_ep
{
struct
654
* @endpoints:
cxl_ep
references for region members beneath @port
H
A
D
cxlmem.h
97
static inline struct
cxl_ep
*cxl_ep_load(struct cxl_port *port,
in cxl_ep_load()
Completed in 10 milliseconds