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:kvm_cpu_role
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
5110
static union
kvm_cpu_role
kvm_calc_cpu_role(struct kvm_vcpu *vcpu,
in kvm_calc_cpu_role()
5113
union
kvm_cpu_role
role = {0};
in kvm_calc_cpu_role()
5180
union
kvm_cpu_role
cpu_role)
in kvm_calc_tdp_mmu_root_page_role()
5198
union
kvm_cpu_role
cpu_role)
in init_kvm_tdp_mmu()
5227
union
kvm_cpu_role
cpu_role,
in shadow_mmu_init_context()
5249
union
kvm_cpu_role
cpu_role)
in kvm_init_shadow_mmu()
5282
union
kvm_cpu_role
cpu_role = kvm_calc_cpu_role(vcpu, ®s);
in kvm_init_shadow_npt_mmu()
5299
static union
kvm_cpu_role
5303
union
kvm_cpu_role
role = {0};
in kvm_calc_shadow_ept_root_page_role()
5330
union
kvm_cpu_role
new_mod
in kvm_init_shadow_ept_mmu()
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
290
* the given MMU context. This is a subset of the overall
kvm_cpu_role
to
386
union
kvm_cpu_role
{
union
449
union
kvm_cpu_role
cpu_role;
Completed in 13 milliseconds