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:slb_max
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_host.c
278
for (i = 0; i < svcpu->
slb_max
; i++) {
in kvmppc_mmu_next_segment()
299
if ((svcpu->
slb_max
) == max_slb_size)
in kvmppc_mmu_next_segment()
302
r = svcpu->
slb_max
;
in kvmppc_mmu_next_segment()
303
svcpu->
slb_max
++;
in kvmppc_mmu_next_segment()
362
for (i = 0; i < svcpu->
slb_max
; i++) {
in kvmppc_mmu_flush_segment()
376
svcpu->
slb_max
= 0;
in kvmppc_mmu_flush_segments()
H
A
D
book3s_hv.c
432
pr_err("SLB (%d entries):\n", vcpu->arch.
slb_max
);
in kvmppc_dump_regs()
433
for (r = 0; r < vcpu->arch.
slb_max
; ++r)
in kvmppc_dump_regs()
1580
for (i = 0; i < vcpu->arch.
slb_max
; i++) {
in kvm_arch_vcpu_ioctl_get_sregs_hv()
1605
vcpu->arch.
slb_max
= j;
in kvm_arch_vcpu_ioctl_set_sregs_hv()
3723
vcpu->arch.
slb_max
= 0;
in kvmhv_p9_guest_entry()
H
A
D
book3s_pr.c
136
svcpu->
slb_max
= to_book3s(vcpu)->slb_shadow_max;
in kvmppc_core_vcpu_load_pr()
165
to_book3s(vcpu)->slb_shadow_max = svcpu->
slb_max
;
in kvmppc_core_vcpu_put_pr()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_host.c
280
for (i = 0; i < svcpu->
slb_max
; i++) {
in kvmppc_mmu_next_segment()
301
if ((svcpu->
slb_max
) == max_slb_size)
in kvmppc_mmu_next_segment()
304
r = svcpu->
slb_max
;
in kvmppc_mmu_next_segment()
305
svcpu->
slb_max
++;
in kvmppc_mmu_next_segment()
364
for (i = 0; i < svcpu->
slb_max
; i++) {
in kvmppc_mmu_flush_segment()
378
svcpu->
slb_max
= 0;
in kvmppc_mmu_flush_segments()
H
A
D
book3s_hv_p9_entry.c
346
for (i = 0; i < vcpu->arch.
slb_max
; i++)
in switch_mmu_to_guest_hpt()
414
vcpu->arch.
slb_max
= nr;
in save_clear_guest_mmu()
H
A
D
book3s_hv.c
476
pr_err("SLB (%d entries):\n", vcpu->arch.
slb_max
);
in kvmppc_dump_regs()
477
for (r = 0; r < vcpu->arch.
slb_max
; ++r)
in kvmppc_dump_regs()
2069
for (i = 0; i < vcpu->arch.
slb_max
; i++) {
in kvm_arch_vcpu_ioctl_get_sregs_hv()
2094
vcpu->arch.
slb_max
= j;
in kvm_arch_vcpu_ioctl_set_sregs_hv()
4235
vcpu->arch.
slb_max
= 0;
in kvmhv_p9_guest_entry()
H
A
D
book3s_pr.c
137
svcpu->
slb_max
= to_book3s(vcpu)->slb_shadow_max;
in kvmppc_core_vcpu_load_pr()
169
to_book3s(vcpu)->slb_shadow_max = svcpu->
slb_max
;
in kvmppc_core_vcpu_put_pr()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s_asm.h
158
u8
slb_max
; /* highest used guest slb entry */
H
A
D
kvm_host.h
526
int
slb_max
; /* 1 + index of last valid entry in slb[] */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s_asm.h
144
u8
slb_max
; /* highest used guest slb entry */
H
A
D
kvm_host.h
517
int
slb_max
; /* 1 + index of last valid entry in slb[] */
member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
asm-offsets.c
571
OFFSET(VCPU_SLB_MAX, kvm_vcpu, arch.
slb_max
);
in main()
667
SVCPU_FIELD(SVCPU_SLB_MAX,
slb_max
);
in main()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
asm-offsets.c
464
OFFSET(VCPU_SLB_MAX, kvm_vcpu, arch.
slb_max
);
in main()
557
SVCPU_FIELD(SVCPU_SLB_MAX,
slb_max
);
in main()
Completed in 26 milliseconds