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:mem_enabled
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
pci.c
369
info->
mem_enabled
= FIELD_GET(CXL_DVSEC_MEM_ENABLE, ctrl);
in cxl_dvsec_rr_decode()
370
if (!info->
mem_enabled
)
in cxl_dvsec_rr_decode()
451
if (global_ctrl & CXL_HDM_DECODER_ENABLE || (!hdm && info->
mem_enabled
))
in cxl_hdm_decode_init()
464
for (i = 0, allowed = 0; info->
mem_enabled
&& i < info->ranges; i++) {
in cxl_hdm_decode_init()
478
if (!allowed && info->
mem_enabled
) {
in cxl_hdm_decode_init()
492
if (info->
mem_enabled
)
in cxl_hdm_decode_init()
H
A
D
hdm.c
124
if (!info->
mem_enabled
)
in should_emulate_decoders()
168
if (!crb && info && info->
mem_enabled
) {
in devm_cxl_setup_hdm()
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
cxl.h
729
* @
mem_enabled
: cached value of
mem_enabled
in the DVSEC at init time
735
bool
mem_enabled
;
member
Completed in 5 milliseconds