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:mmu_ready
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
132
if (kvm->arch.
mmu_ready
) {
in kvmppc_alloc_reset_hpt()
133
kvm->arch.
mmu_ready
= 0;
in kvmppc_alloc_reset_hpt()
134
/* order
mmu_ready
vs. vcpus_running */
in kvmppc_alloc_reset_hpt()
137
kvm->arch.
mmu_ready
= 1;
in kvmppc_alloc_reset_hpt()
669
* The synchronization for
mmu_ready
test vs. set is provided
in kvmppc_book3s_hv_page_fault()
672
if (!kvm->arch.
mmu_ready
)
in kvmppc_book3s_hv_page_fault()
1574
if (WARN_ON(!kvm->arch.
mmu_ready
))
in kvm_vm_ioctl_resize_hpt_commit()
1578
kvm->arch.
mmu_ready
= 0;
in kvm_vm_ioctl_resize_hpt_commit()
1582
*
mmu_ready
*/
in kvm_vm_ioctl_resize_hpt_commit()
1601
kvm->arch.
mmu_ready
in kvm_vm_ioctl_resize_hpt_commit()
1839
int
mmu_ready
;
kvm_htab_write()
local
[all...]
H
A
D
book3s_hv.c
2921
if (!pvc->n_runnable || !pvc->kvm->arch.
mmu_ready
) {
in collect_piggybacks()
2950
if (!vc->kvm->arch.
mmu_ready
)
in recheck_signals_and_mmu()
3179
* If the
mmu_ready
flag has been cleared, don't go into the
in kvmppc_run_core()
3995
if (!kvm->arch.
mmu_ready
) {
in kvmhv_setup_mmu()
4001
kvm->arch.
mmu_ready
= 1;
in kvmhv_setup_mmu()
4056
if (!vcpu->kvm->arch.
mmu_ready
) {
in kvmppc_run_vcpu()
4166
if (!kvm->arch.
mmu_ready
)
in kvmhv_run_single_vcpu()
4186
if (lazy_irq_pending() || need_resched() || !kvm->arch.
mmu_ready
)
in kvmhv_run_single_vcpu()
4387
/* Order vcpus_running vs.
mmu_ready
, see kvmppc_alloc_reset_hpt */
in kvmppc_vcpu_run_hv()
4782
/* Order updates to kvm->arch.lpcr etc. vs.
mmu_ready
*/
in kvmppc_hv_setup_htab_rma()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
134
if (kvm->arch.
mmu_ready
) {
in kvmppc_alloc_reset_hpt()
135
kvm->arch.
mmu_ready
= 0;
in kvmppc_alloc_reset_hpt()
136
/* order
mmu_ready
vs. vcpus_running */
in kvmppc_alloc_reset_hpt()
139
kvm->arch.
mmu_ready
= 1;
in kvmppc_alloc_reset_hpt()
693
* The synchronization for
mmu_ready
test vs. set is provided
in kvmppc_book3s_hv_page_fault()
696
if (!kvm->arch.
mmu_ready
)
in kvmppc_book3s_hv_page_fault()
1572
if (WARN_ON(!kvm->arch.
mmu_ready
))
in kvm_vm_ioctl_resize_hpt_commit()
1576
kvm->arch.
mmu_ready
= 0;
in kvm_vm_ioctl_resize_hpt_commit()
1580
*
mmu_ready
*/
in kvm_vm_ioctl_resize_hpt_commit()
1599
kvm->arch.
mmu_ready
in kvm_vm_ioctl_resize_hpt_commit()
1837
int
mmu_ready
;
kvm_htab_write()
local
[all...]
H
A
D
book3s_hv.c
3543
if (!pvc->n_runnable || !pvc->kvm->arch.
mmu_ready
) {
in collect_piggybacks()
3572
if (!vc->kvm->arch.
mmu_ready
)
in recheck_signals_and_mmu()
3785
* If the
mmu_ready
flag has been cleared, don't go into the
in kvmppc_run_core()
4451
if (!kvm->arch.
mmu_ready
) {
in kvmhv_setup_mmu()
4457
kvm->arch.
mmu_ready
= 1;
in kvmhv_setup_mmu()
4512
if (!vcpu->kvm->arch.
mmu_ready
) {
in kvmppc_run_vcpu()
4619
if (unlikely(!kvm->arch.
mmu_ready
)) {
in kvmhv_run_single_vcpu()
4646
if (need_resched() || !kvm->arch.
mmu_ready
)
in kvmhv_run_single_vcpu()
4849
/* Order vcpus_running vs.
mmu_ready
, see kvmppc_alloc_reset_hpt */
in kvmppc_vcpu_run_hv()
5250
/* Order updates to kvm->arch.lpcr etc. vs.
mmu_ready
*/
in kvmppc_hv_setup_htab_rma()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
298
int
mmu_ready
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
292
int
mmu_ready
;
member
Completed in 21 milliseconds