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
defs:host_kvm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H
A
D
pkvm.h
32
struct kvm *
host_kvm
;
member
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
pkvm.c
104
static void __pkvm_destroy_hyp_vm(struct kvm *
host_kvm
)
in __pkvm_destroy_hyp_vm()
argument
125
static int __pkvm_create_hyp_vm(struct kvm *
host_kvm
)
in __pkvm_create_hyp_vm()
argument
204
pkvm_create_hyp_vm(struct kvm *
host_kvm
)
pkvm_create_hyp_vm()
argument
216
pkvm_destroy_hyp_vm(struct kvm *
host_kvm
)
pkvm_destroy_hyp_vm()
argument
223
pkvm_init_host_vm(struct kvm *
host_kvm
)
pkvm_init_host_vm()
argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-main.c
83
struct kvm *
host_kvm
;
in handle___kvm_vcpu_run()
local
H
A
D
pkvm.c
301
static void init_pkvm_hyp_vm(struct kvm *
host_kvm
, struct pkvm_hyp_vm *hyp_vm,
in init_pkvm_hyp_vm()
argument
338
static int find_free_vm_table_entry(struct kvm *
host_kvm
)
in find_free_vm_table_entry()
argument
356
static pkvm_handle_t insert_vm_table_entry(struct kvm *
host_kvm
,
in insert_vm_table_entry()
argument
466
int __pkvm_init_vm(struct kvm *
host_kvm
, unsigned long vm_hva,
in __pkvm_init_vm()
argument
592
struct kvm *
host_kvm
;
__pkvm_teardown_vm()
local
[all...]
Completed in 2 milliseconds