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:vp_context
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_vtl.c
117
input->
vp_context
.rip = rip;
in hv_vtl_bringup_vcpu()
118
input->
vp_context
.rsp = rsp;
in hv_vtl_bringup_vcpu()
119
input->
vp_context
.rflags = 0x0000000000000002;
in hv_vtl_bringup_vcpu()
120
input->
vp_context
.efer = __rdmsr(MSR_EFER);
in hv_vtl_bringup_vcpu()
121
input->
vp_context
.cr0 = native_read_cr0();
in hv_vtl_bringup_vcpu()
122
input->
vp_context
.cr3 = __native_read_cr3();
in hv_vtl_bringup_vcpu()
123
input->
vp_context
.cr4 = native_read_cr4();
in hv_vtl_bringup_vcpu()
124
input->
vp_context
.msr_cr_pat = __rdmsr(MSR_IA32_CR_PAT);
in hv_vtl_bringup_vcpu()
125
input->
vp_context
.idtr.limit = idt_ptr.size;
in hv_vtl_bringup_vcpu()
126
input->
vp_context
in hv_vtl_bringup_vcpu()
[all...]
H
A
D
ivm.c
353
*(u64 *)&start_vp_input->
vp_context
= __pa(vmsa) | 1;
in hv_snp_boot_ap()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
hyperv-tlfs.h
792
struct hv_init_vp_context
vp_context
;
member
Completed in 4 milliseconds