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_vmid
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
vmid.c
92
static u64 new_vmid(struct
kvm_vmid
*
kvm_vmid
)
in new_vmid()
argument
95
u64 vmid = atomic64_read(&
kvm_vmid
->id);
in new_vmid()
102
atomic64_set(&
kvm_vmid
->id, newvmid);
in new_vmid()
107
atomic64_set(&
kvm_vmid
->id, newvmid);
in new_vmid()
128
atomic64_set(&
kvm_vmid
->id, vmid);
in new_vmid()
138
void kvm_arm_vmid_update(struct
kvm_vmid
*
kvm_vmid
)
in kvm_arm_vmid_update()
argument
143
vmid = atomic64_read(&
kvm_vmid
->id);
in kvm_arm_vmid_update()
164
vmid = atomic64_read(&
kvm_vmid
in kvm_arm_vmid_update()
[all...]
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vmid.c
57
bool kvm_riscv_gstage_vmid_ver_changed(struct
kvm_vmid
*vmid)
in kvm_riscv_gstage_vmid_ver_changed()
75
struct
kvm_vmid
*vmid = &vcpu->kvm->arch.vmid;
in kvm_riscv_gstage_vmid_update()
H
A
D
tlb.c
189
struct
kvm_vmid
*vmid;
in kvm_riscv_hfence_gvma_vmid_all_process()
197
struct
kvm_vmid
*vmid;
in kvm_riscv_hfence_vvma_all_process()
255
struct
kvm_vmid
*v = &vcpu->kvm->arch.vmid;
in kvm_riscv_hfence_process()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_host.h
82
struct
kvm_vmid
{
struct
93
struct
kvm_vmid
vmid;
322
bool kvm_riscv_gstage_vmid_ver_changed(struct
kvm_vmid
*vmid);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_host.h
141
struct
kvm_vmid
{
struct
146
struct
kvm_vmid
vmid;
1028
void kvm_arm_vmid_update(struct
kvm_vmid
*
kvm_vmid
);
H
A
D
kvm_mmu.h
285
struct
kvm_vmid
*vmid = &mmu->vmid;
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kvm_mmu.h
262
struct
kvm_vmid
*vmid = &mmu->vmid;
H
A
D
kvm_host.h
64
struct
kvm_vmid
{
struct
71
struct
kvm_vmid
vmid;
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
arm.c
480
static bool need_new_vmid_gen(struct
kvm_vmid
*vmid)
in need_new_vmid_gen()
491
static void update_vmid(struct
kvm_vmid
*vmid)
in update_vmid()
Completed in 9 milliseconds