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:min_sev_asid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
sev.c
72
static unsigned int
min_sev_asid
;
variable
161
* SEV-enabled guests must use asid from
min_sev_asid
to max_sev_asid.
in sev_asid_new()
162
* SEV-ES-enabled guest can use from 1 to
min_sev_asid
- 1.
in sev_asid_new()
164
min_asid = sev->es_active ? 1 :
min_sev_asid
;
in sev_asid_new()
165
max_asid = sev->es_active ?
min_sev_asid
- 1 : max_sev_asid;
in sev_asid_new()
2212
min_sev_asid
= edx;
in sev_hardware_setup()
2232
sev_asid_count = max_sev_asid -
min_sev_asid
+ 1;
in sev_hardware_setup()
2254
if (
min_sev_asid
== 1)
in sev_hardware_setup()
2257
sev_es_asid_count =
min_sev_asid
- 1;
in sev_hardware_setup()
2265
min_sev_asid
, max_sev_asi
in sev_hardware_setup()
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
sev.c
25
static unsigned int
min_sev_asid
;
variable
66
max_sev_asid,
min_sev_asid
- 1);
in __sev_recycle_asids()
88
* SEV-enabled guest must use asid from
min_sev_asid
to max_sev_asid.
in sev_asid_new()
91
pos = find_next_zero_bit(sev_asid_bitmap, max_sev_asid,
min_sev_asid
- 1);
in sev_asid_new()
1153
min_sev_asid
= cpuid_edx(0x8000001F);
in sev_hardware_setup()
Completed in 5 milliseconds