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:host_mmu
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H
A
D
mem_protect.h
48
struct
host_mmu
{
struct
54
extern struct
host_mmu
host_mmu
;
89
__load_stage2(&
host_mmu
.arch.mmu, &
host_mmu
.arch);
in __load_host_stage2()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
mem_protect.c
24
struct
host_mmu
host_mmu
;
variable
45
hyp_spin_lock(&
host_mmu
.lock);
in host_lock_component()
50
hyp_spin_unlock(&
host_mmu
.lock);
in host_unlock_component()
96
kvm_pgtable_stage2_free_unlinked(&
host_mmu
.mm_ops, addr, level);
in host_s2_free_unlinked_table()
110
host_mmu
.mm_ops = (struct kvm_pgtable_mm_ops) {
in prepare_s2_pool()
132
host_mmu
.arch.vtcr = kvm_get_vtcr(id_aa64mmfr0_el1_sys_val,
in prepare_host_vtcr()
140
struct kvm_s2_mmu *mmu = &
host_mmu
.arch.mmu;
in kvm_host_prepare_stage2()
144
hyp_spin_lock_init(&
host_mmu
.lock);
in kvm_host_prepare_stage2()
145
mmu->arch = &
host_mmu
in kvm_host_prepare_stage2()
[all...]
H
A
D
pkvm.c
306
hyp_vm->kvm.arch.vtcr =
host_mmu
.arch.vtcr;
in init_pkvm_hyp_vm()
486
pgd_size = kvm_pgtable_stage2_pgd_size(
host_mmu
.arch.vtcr);
in __pkvm_init_vm()
Completed in 3 milliseconds