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:hostsa
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
sev.c
3081
void sev_es_prepare_switch_to_guest(struct sev_es_save_area *
hostsa
)
in sev_es_prepare_switch_to_guest()
argument
3100
hostsa
->xcr0 = xgetbv(XCR_XFEATURE_ENABLED_MASK);
in sev_es_prepare_switch_to_guest()
3101
hostsa
->pkru = read_pkru();
in sev_es_prepare_switch_to_guest()
3102
hostsa
->xss = host_xss;
in sev_es_prepare_switch_to_guest()
3110
hostsa
->dr0 = native_get_debugreg(0);
in sev_es_prepare_switch_to_guest()
3111
hostsa
->dr1 = native_get_debugreg(1);
in sev_es_prepare_switch_to_guest()
3112
hostsa
->dr2 = native_get_debugreg(2);
in sev_es_prepare_switch_to_guest()
3113
hostsa
->dr3 = native_get_debugreg(3);
in sev_es_prepare_switch_to_guest()
3114
hostsa
->dr0_addr_mask = amd_get_dr_addr_mask(0);
in sev_es_prepare_switch_to_guest()
3115
hostsa
in sev_es_prepare_switch_to_guest()
[all...]
H
A
D
svm.h
693
void sev_es_prepare_switch_to_guest(struct sev_es_save_area *
hostsa
);
H
A
D
svm.c
693
struct sev_es_save_area *
hostsa
;
in svm_hardware_enable()
local
696
hostsa
= (struct sev_es_save_area *)(page_address(sd->save_area) + 0x400);
in svm_hardware_enable()
698
rdmsr(MSR_TSC_AUX,
hostsa
->tsc_aux, msr_hi);
in svm_hardware_enable()
1540
struct sev_es_save_area *
hostsa
;
in svm_prepare_switch_to_guest()
local
1541
hostsa
= (struct sev_es_save_area *)(page_address(sd->save_area) + 0x400);
in svm_prepare_switch_to_guest()
1543
sev_es_prepare_switch_to_guest(
hostsa
);
in svm_prepare_switch_to_guest()
Completed in 11 milliseconds