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:tlb_sizes
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
tlb-debugfs.c
28
}
tlb_sizes
[] = {
variable
117
for (i = 0; i < ARRAY_SIZE(
tlb_sizes
); i++) {
in tlb_seq_show()
118
if (
tlb_sizes
[i].bits == size)
in tlb_seq_show()
122
if (i != ARRAY_SIZE(
tlb_sizes
))
in tlb_seq_show()
123
sz =
tlb_sizes
[i].size;
in tlb_seq_show()
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
tlb-debugfs.c
28
}
tlb_sizes
[] = {
variable
117
for (i = 0; i < ARRAY_SIZE(
tlb_sizes
); i++) {
in tlb_seq_show()
118
if (
tlb_sizes
[i].bits == size)
in tlb_seq_show()
122
if (i != ARRAY_SIZE(
tlb_sizes
))
in tlb_seq_show()
123
sz =
tlb_sizes
[i].size;
in tlb_seq_show()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500_mmu.c
721
if (params->
tlb_sizes
[0] <= 2048)
in vcpu_mmu_geometry_update()
722
vcpu->arch.tlbcfg[0] |= params->
tlb_sizes
[0];
in vcpu_mmu_geometry_update()
726
vcpu->arch.tlbcfg[1] |= params->
tlb_sizes
[1];
in vcpu_mmu_geometry_update()
751
if (params.
tlb_sizes
[1] > 64)
in kvm_vcpu_ioctl_config_tlb()
753
if (params.tlb_ways[1] != params.
tlb_sizes
[1])
in kvm_vcpu_ioctl_config_tlb()
755
if (params.
tlb_sizes
[2] != 0 || params.
tlb_sizes
[3] != 0)
in kvm_vcpu_ioctl_config_tlb()
763
sets = params.
tlb_sizes
[0] >> ilog2(params.tlb_ways[0]);
in kvm_vcpu_ioctl_config_tlb()
767
array_len = params.
tlb_sizes
[0] + params.
tlb_sizes
[
in kvm_vcpu_ioctl_config_tlb()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500_mmu.c
721
if (params->
tlb_sizes
[0] <= 2048)
in vcpu_mmu_geometry_update()
722
vcpu->arch.tlbcfg[0] |= params->
tlb_sizes
[0];
in vcpu_mmu_geometry_update()
726
vcpu->arch.tlbcfg[1] |= params->
tlb_sizes
[1];
in vcpu_mmu_geometry_update()
751
if (params.
tlb_sizes
[1] > 64)
in kvm_vcpu_ioctl_config_tlb()
753
if (params.tlb_ways[1] != params.
tlb_sizes
[1])
in kvm_vcpu_ioctl_config_tlb()
755
if (params.
tlb_sizes
[2] != 0 || params.
tlb_sizes
[3] != 0)
in kvm_vcpu_ioctl_config_tlb()
763
sets = params.
tlb_sizes
[0] >> ilog2(params.tlb_ways[0]);
in kvm_vcpu_ioctl_config_tlb()
767
array_len = params.
tlb_sizes
[0] + params.
tlb_sizes
[
in kvm_vcpu_ioctl_config_tlb()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
kvm.h
387
* - TLB2 and TLB3 are reserved, and their entries in
tlb_sizes
[]
390
* tlb_ways[n] =
tlb_sizes
[n] means the array is fully associative.
396
__u32
tlb_sizes
[4];
member
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
kvm.h
387
* - TLB2 and TLB3 are reserved, and their entries in
tlb_sizes
[]
390
* tlb_ways[n] =
tlb_sizes
[n] means the array is fully associative.
396
__u32
tlb_sizes
[4];
member
/kernel/linux/linux-5.10/tools/arch/powerpc/include/uapi/asm/
H
A
D
kvm.h
387
* - TLB2 and TLB3 are reserved, and their entries in
tlb_sizes
[]
390
* tlb_ways[n] =
tlb_sizes
[n] means the array is fully associative.
396
__u32
tlb_sizes
[4];
member
/kernel/linux/linux-6.6/tools/arch/powerpc/include/uapi/asm/
H
A
D
kvm.h
387
* - TLB2 and TLB3 are reserved, and their entries in
tlb_sizes
[]
390
* tlb_ways[n] =
tlb_sizes
[n] means the array is fully associative.
396
__u32
tlb_sizes
[4];
member
Completed in 10 milliseconds