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:sme_get_me_mask
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
head64.c
171
load_delta +=
sme_get_me_mask
();
in __startup_64()
207
pgtable_flags = _KERNPG_TABLE_NOENC +
sme_get_me_mask
();
in __startup_64()
234
pmd_entry +=
sme_get_me_mask
();
in __startup_64()
278
*fixup_long(&phys_base, physaddr) += load_delta -
sme_get_me_mask
();
in __startup_64()
294
pmd[i] -=
sme_get_me_mask
();
in __startup_64()
302
return
sme_get_me_mask
();
in __startup_64()
311
return
sme_get_me_mask
();
in __startup_secondary_64()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
head64.c
144
if (
sme_get_me_mask
()) {
in sme_postprocess_startup()
162
pmd[i] -=
sme_get_me_mask
();
in sme_postprocess_startup()
170
return
sme_get_me_mask
();
in sme_postprocess_startup()
210
load_delta +=
sme_get_me_mask
();
in __startup_64()
246
pgtable_flags = _KERNPG_TABLE_NOENC +
sme_get_me_mask
();
in __startup_64()
273
pmd_entry +=
sme_get_me_mask
();
in __startup_64()
317
*fixup_long(&phys_base, physaddr) += load_delta -
sme_get_me_mask
();
in __startup_64()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
mem_encrypt.h
110
static inline u64
sme_get_me_mask
(void)
in sme_get_me_mask()
function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
mem_encrypt.h
109
static inline u64
sme_get_me_mask
(void)
in sme_get_me_mask()
function
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
mem_encrypt_identity.c
308
if (!
sme_get_me_mask
() || sev_status & MSR_AMD64_SEV_ENABLED)
in sme_encrypt_kernel()
Completed in 4 milliseconds