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:VMGEXIT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
sev-es-shared.c
39
VMGEXIT
();
in sev_es_terminate()
51
VMGEXIT
();
in sev_es_negotiate_protocol()
113
VMGEXIT
();
in sev_es_ghcb_hv_call()
157
VMGEXIT
();
in do_vc_no_ghcb()
164
VMGEXIT
();
in do_vc_no_ghcb()
171
VMGEXIT
();
in do_vc_no_ghcb()
178
VMGEXIT
();
in do_vc_no_ghcb()
213
VMGEXIT
();
in do_vc_no_ghcb()
449
* Issue an
VMGEXIT
to the HV to consume the bytes from the
in vc_handle_ioio()
H
A
D
sev-es.c
498
* Invalidate the GHCB so a
VMGEXIT
instruction issued
in __sev_put_ghcb()
519
VMGEXIT
();
in __sev_es_nmi_complete()
541
VMGEXIT
();
in get_jump_table_addr()
681
VMGEXIT
();
in sev_es_ap_hlt_loop()
695
* Instead the kernel has to issue a
VMGEXIT
to halt the VCPU until the
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
ivm.c
98
VMGEXIT
();
in hv_ghcb_hypercall()
132
VMGEXIT
();
in hv_ghcb_hv_call()
149
VMGEXIT
();
in hv_ghcb_terminate()
165
VMGEXIT
();
in hv_ghcb_negotiate_protocol()
180
VMGEXIT
();
in hv_ghcb_negotiate_protocol()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
sev-shared.c
101
VMGEXIT
();
in sev_es_terminate()
118
VMGEXIT
();
in get_hv_features()
133
VMGEXIT
();
in snp_register_ghcb_early()
149
VMGEXIT
();
in sev_es_negotiate_protocol()
239
VMGEXIT
();
in sev_es_ghcb_hv_call()
249
VMGEXIT
();
in __sev_cpuid_hv()
864
* Issue an
VMGEXIT
to the HV to consume the bytes from the
in vc_handle_ioio()
1142
* Page State Change
VMGEXIT
can pass error code through
in vmgexit_psc()
H
A
D
sev.c
574
* Invalidate the GHCB so a
VMGEXIT
instruction issued
in __sev_put_ghcb()
595
VMGEXIT
();
in __sev_es_nmi_complete()
672
VMGEXIT
();
in get_jump_table_addr()
710
VMGEXIT
();
in early_set_pages_state()
1078
/* Issue
VMGEXIT
AP Creation NAE event */
in wakeup_cpu_via_vmgexit()
1090
VMGEXIT
();
in wakeup_cpu_via_vmgexit()
1289
VMGEXIT
();
in sev_es_ap_hlt_loop()
1303
* Instead the kernel has to issue a
VMGEXIT
to halt the VCPU until the
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
sev-es.h
41
#define
VMGEXIT
() { asm volatile("rep; vmmcall\n\r"); }
macro
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
sev.c
147
/* Issue
VMGEXIT
to change the page state in RMP table. */
in __page_state_change()
149
VMGEXIT
();
in __page_state_change()
151
/* Read the response of the
VMGEXIT
. */
in __page_state_change()
282
VMGEXIT
();
in sev_es_ghcb_terminate()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
sev.h
23
#define
VMGEXIT
() { asm volatile("rep; vmmcall\n\r"); }
macro
Completed in 12 milliseconds