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:resize_hpt
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
1439
if (kvm->arch.
resize_hpt
== resize)
in resize_hpt_release()
1440
kvm->arch.
resize_hpt
= NULL;
in resize_hpt_release()
1457
if (kvm->arch.
resize_hpt
== resize) {
in resize_hpt_prepare_work()
1475
/* It is possible that kvm->arch.
resize_hpt
!= resize
in resize_hpt_prepare_work()
1482
if (kvm->arch.
resize_hpt
!= resize)
in resize_hpt_prepare_work()
1504
resize = kvm->arch.
resize_hpt
;
in kvm_vm_ioctl_resize_hpt_prepare()
1538
kvm->arch.
resize_hpt
= resize;
in kvm_vm_ioctl_resize_hpt_prepare()
1570
resize = kvm->arch.
resize_hpt
;
in kvm_vm_ioctl_resize_hpt_commit()
H
A
D
book3s_hv.c
5008
kvm->arch.
resize_hpt
= NULL;
in kvmppc_core_init_vm_hv()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
1437
if (kvm->arch.
resize_hpt
== resize)
in resize_hpt_release()
1438
kvm->arch.
resize_hpt
= NULL;
in resize_hpt_release()
1455
if (kvm->arch.
resize_hpt
== resize) {
in resize_hpt_prepare_work()
1473
/* It is possible that kvm->arch.
resize_hpt
!= resize
in resize_hpt_prepare_work()
1480
if (kvm->arch.
resize_hpt
!= resize)
in resize_hpt_prepare_work()
1502
resize = kvm->arch.
resize_hpt
;
in kvm_vm_ioctl_resize_hpt_prepare()
1536
kvm->arch.
resize_hpt
= resize;
in kvm_vm_ioctl_resize_hpt_prepare()
1568
resize = kvm->arch.
resize_hpt
;
in kvm_vm_ioctl_resize_hpt_commit()
H
A
D
book3s_hv.c
5504
kvm->arch.
resize_hpt
= NULL;
in kvmppc_core_init_vm_hv()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
811
if (!mmu_hash_ops.
resize_hpt
)
in resize_hpt_for_hotplug()
826
return mmu_hash_ops.
resize_hpt
(target_hpt_shift);
in resize_hpt_for_hotplug()
2026
if (!mmu_hash_ops.
resize_hpt
)
in hpt_order_set()
2030
ret = mmu_hash_ops.
resize_hpt
(val);
in hpt_order_set()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
943
if (!mmu_hash_ops.
resize_hpt
)
in resize_hpt_for_hotplug()
958
return mmu_hash_ops.
resize_hpt
(target_hpt_shift);
in resize_hpt_for_hotplug()
2238
if (!mmu_hash_ops.
resize_hpt
)
in hpt_order_set()
2242
ret = mmu_hash_ops.
resize_hpt
(val);
in hpt_order_set()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
163
int (*
resize_hpt
)(unsigned long shift);
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
163
int (*
resize_hpt
)(unsigned long shift);
member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_host.h
313
struct kvm_resize_hpt *
resize_hpt
; /* protected by kvm->lock */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_host.h
305
struct kvm_resize_hpt *
resize_hpt
; /* protected by kvm->lock */
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
1711
mmu_hash_ops.
resize_hpt
= pseries_lpar_resize_hpt;
in hpte_init_pseries()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
1717
mmu_hash_ops.
resize_hpt
= pseries_lpar_resize_hpt;
in hpte_init_pseries()
Completed in 40 milliseconds