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:TCR_T0SZ
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
mmu_context.h
60
*
TCR_T0SZ
(VA_BITS), unless system RAM is positioned very high in
68
return unlikely(idmap_t0sz !=
TCR_T0SZ
(vabits_actual));
in __cpu_uses_extended_idmap()
97
#define cpu_set_default_tcr_t0sz() __cpu_set_tcr_t0sz(
TCR_T0SZ
(vabits_actual))
H
A
D
pgtable-hwdef.h
182
#define
TCR_T0SZ
(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET)
macro
184
#define TCR_TxSZ(x) (
TCR_T0SZ
(x) | TCR_T1SZ(x))
H
A
D
kvm_arm.h
122
#define VTCR_EL2_T0SZ(x)
TCR_T0SZ
(x)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable-hwdef.h
199
#define
TCR_T0SZ
(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET)
macro
201
#define TCR_TxSZ(x) (
TCR_T0SZ
(x) | TCR_T1SZ(x))
H
A
D
mmu_context.h
65
*
TCR_T0SZ
(VA_BITS), unless system RAM is positioned very high in
86
#define cpu_set_default_tcr_t0sz() __cpu_set_tcr_t0sz(
TCR_T0SZ
(vabits_actual))
H
A
D
kvm_arm.h
145
#define VTCR_EL2_T0SZ(x)
TCR_T0SZ
(x)
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
trans_pgd.c
266
*t0sz =
TCR_T0SZ
(max_msb + 1);
in trans_pgd_idmap_page()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
head.S
338
cmp x5,
TCR_T0SZ
(VA_BITS_MIN) // default T0SZ small enough?
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
mmu.c
43
u64 idmap_t0sz =
TCR_T0SZ
(VA_BITS_MIN);
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
arm.c
1749
tcr |=
TCR_T0SZ
(hyp_va_bits);
in cpu_prepare_hyp_mode()
Completed in 18 milliseconds