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:sev_active
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
mem_encrypt.c
198
if (
sev_active
())
in sme_early_init()
337
* sme_active() and
sev_active
() functions are used for this. When a
351
bool
sev_active
(void)
in sev_active()
function
355
EXPORT_SYMBOL_GPL(
sev_active
);
variable
369
if (
sev_active
())
in force_dma_unencrypted()
428
if (
sev_active
())
in print_mem_encrypt_feature_info()
450
if (
sev_active
())
in mem_encrypt_init()
H
A
D
ioremap.c
95
if (!
sev_active
())
in __ioremap_check_encrypted()
115
if (!
sev_active
())
in __ioremap_check_other()
583
if (
sev_active
())
in memremap_should_map_decrypted()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
mem_encrypt.h
52
bool
sev_active
(void);
78
static inline bool
sev_active
(void) { return false; }
in sev_active()
function
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
machine_kexec_64.c
169
if (
sev_active
())
in init_transition_pgtable()
209
if (
sev_active
()) {
in init_pgtable()
601
if (
sev_active
())
in arch_kexec_post_alloc_pages()
614
if (
sev_active
())
in arch_kexec_pre_free_pages()
H
A
D
crash_dump_64.c
76
return read_from_oldmem(buf, count, ppos, 0,
sev_active
());
in elfcorehdr_read()
H
A
D
kvmclock.c
228
if (
sev_active
()) {
in kvmclock_init_mem()
H
A
D
kvm.c
460
if (!
sev_active
())
in sev_map_percpu_data()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
efi_64.c
290
if (
sev_active
() && md->type != EFI_MEMORY_MAPPED_IO)
in __map_region()
396
if (
sev_active
())
in efi_update_mem_attr()
444
if (
sev_active
())
in efi_runtime_update_mappings()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
435
if (
sev_active
()) {
in has_svm()
Completed in 11 milliseconds