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:root_role
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
197
* reading from the role_regs. Once the
root_role
is constructed, it becomes
646
return tdp_mmu_enabled && vcpu->arch.mmu->
root_role
.direct;
in is_tdp_mmu_active()
1914
union kvm_mmu_page_role
root_role
= vcpu->arch.mmu->
root_role
;
in kvm_sync_page_check()
local
1939
(sp->role.word ^
root_role
.word) & ~sync_role_ign.word))
in kvm_sync_page_check()
2366
iterator->level = vcpu->arch.mmu->
root_role
.level;
in shadow_walk_init_using_root()
2370
!vcpu->arch.mmu->
root_role
.direct)
in shadow_walk_init_using_root()
2774
if (vcpu->arch.mmu->
root_role
.direct)
in kvm_mmu_unprotect_page_virt()
3626
WARN_ON_ONCE(mmu->
root_role
.guest_mode);
in kvm_mmu_free_guest_mode_roots()
3645
union kvm_mmu_page_role role = vcpu->arch.mmu->
root_role
;
in mmu_alloc_root()
5201
union kvm_mmu_page_role
root_role
= kvm_calc_tdp_mmu_root_page_role(vcpu, cpu_role);
init_kvm_tdp_mmu()
local
5226
shadow_mmu_init_context(struct kvm_vcpu *vcpu, struct kvm_mmu *context, union kvm_cpu_role cpu_role, union kvm_mmu_page_role
root_role
)
shadow_mmu_init_context()
argument
5252
union kvm_mmu_page_role
root_role
;
kvm_init_shadow_mmu()
local
5283
union kvm_mmu_page_role
root_role
;
kvm_init_shadow_npt_mmu()
local
[all...]
H
A
D
mmu_internal.h
302
if (vcpu->arch.mmu->
root_role
.direct) {
in kvm_mmu_do_page_fault()
H
A
D
tdp_mmu.c
222
union kvm_mmu_page_role role = vcpu->arch.mmu->
root_role
;
in kvm_tdp_mmu_get_vcpu_root_hpa()
1772
*root_level = vcpu->arch.mmu->
root_role
.level;
in kvm_tdp_mmu_get_walk()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mmu.h
157
vcpu->arch.mmu->
root_role
.level);
in kvm_mmu_load_pgd()
H
A
D
x86.c
8584
if (!vcpu->arch.mmu->
root_role
.direct) {
in reexecute_instruction()
8617
if (vcpu->arch.mmu->
root_role
.direct) {
in reexecute_instruction()
8685
if (!vcpu->arch.mmu->
root_role
.direct)
in retry_instruction()
8979
if (vcpu->arch.mmu->
root_role
.direct) {
in x86_emulate_instruction()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
450
union kvm_mmu_page_role
root_role
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
3210
mmu->
root_role
.level));
in vmx_flush_tlb_current()
Completed in 40 milliseconds