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:sec_out
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
security.c
23
u32
sec_out
;
in cxl_pmem_get_security_flags()
local
36
sec_out
= le32_to_cpu(out.flags);
in cxl_pmem_get_security_flags()
38
mds->security.state =
sec_out
;
in cxl_pmem_get_security_flags()
41
if (
sec_out
& CXL_PMEM_SEC_STATE_MASTER_PASS_SET)
in cxl_pmem_get_security_flags()
45
if (
sec_out
& CXL_PMEM_SEC_STATE_MASTER_PLIMIT)
in cxl_pmem_get_security_flags()
50
if (
sec_out
& CXL_PMEM_SEC_STATE_USER_PASS_SET) {
in cxl_pmem_get_security_flags()
51
if (
sec_out
& CXL_PMEM_SEC_STATE_FROZEN ||
in cxl_pmem_get_security_flags()
52
sec_out
& CXL_PMEM_SEC_STATE_USER_PLIMIT)
in cxl_pmem_get_security_flags()
55
if (
sec_out
& CXL_PMEM_SEC_STATE_LOCKED)
in cxl_pmem_get_security_flags()
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
mbox.c
1131
u32
sec_out
= 0;
in __cxl_mem_sanitize()
local
1157
sec_out
= le32_to_cpu(out.flags);
in __cxl_mem_sanitize()
1158
if (
sec_out
& CXL_PMEM_SEC_STATE_USER_PASS_SET)
in __cxl_mem_sanitize()
1162
sec_out
& CXL_PMEM_SEC_STATE_LOCKED)
in __cxl_mem_sanitize()
Completed in 3 milliseconds