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:SPRN_TLB0CFG
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
tlb.c
475
tlb0cfg = mfspr(
SPRN_TLB0CFG
);
in setup_page_sizes()
509
tlb0cfg = mfspr(
SPRN_TLB0CFG
);
in setup_page_sizes()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
tlb.c
441
tlb0cfg = mfspr(
SPRN_TLB0CFG
);
in setup_page_sizes()
475
tlb0cfg = mfspr(
SPRN_TLB0CFG
);
in setup_page_sizes()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
769
host_tlb_params[0].entries = mfspr(
SPRN_TLB0CFG
) & TLBnCFG_N_ENTRY;
in e500_mmu_host_init()
783
host_tlb_params[0].ways = (mfspr(
SPRN_TLB0CFG
) & TLBnCFG_ASSOC) >>
in e500_mmu_host_init()
H
A
D
e500_emulate.c
362
case
SPRN_TLB0CFG
:
in kvmppc_core_emulate_mfspr_e500()
H
A
D
e500_mmu.c
873
vcpu->arch.tlbcfg[0] = mfspr(
SPRN_TLB0CFG
) &
in vcpu_mmu_init()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
760
host_tlb_params[0].entries = mfspr(
SPRN_TLB0CFG
) & TLBnCFG_N_ENTRY;
in e500_mmu_host_init()
774
host_tlb_params[0].ways = (mfspr(
SPRN_TLB0CFG
) & TLBnCFG_ASSOC) >>
in e500_mmu_host_init()
H
A
D
e500_emulate.c
362
case
SPRN_TLB0CFG
:
in kvmppc_core_emulate_mfspr_e500()
H
A
D
e500_mmu.c
873
vcpu->arch.tlbcfg[0] = mfspr(
SPRN_TLB0CFG
) &
in vcpu_mmu_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_booke.h
154
#define
SPRN_TLB0CFG
0x2B0 /* TLB 0 Config Register */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_booke.h
154
#define
SPRN_TLB0CFG
0x2B0 /* TLB 0 Config Register */
macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
exceptions-64e.S
1417
mfspr r4,
SPRN_TLB0CFG
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
exceptions-64e.S
1090
mfspr r4,
SPRN_TLB0CFG
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
3819
tlbcfg = mfspr(
SPRN_TLB0CFG
);
in dump_tlb_book3e()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
3888
tlbcfg = mfspr(
SPRN_TLB0CFG
);
in dump_tlb_book3e()
Completed in 25 milliseconds