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:cpu_vabits
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
cpu-features.h
24
# define
cpu_vabits
31
macro
30
# define
cpu_vabits
cpu_data[0].vabits
macro
H
A
D
processor.h
33
#define TASK_SIZE64 (0x1UL << ((
cpu_vabits
> VA_BITS) ? VA_BITS :
cpu_vabits
))
H
A
D
pgtable.h
96
min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL <<
cpu_vabits
)) - PMD_SIZE - VMEMMAP_SIZE - KFENCE_AREA_SIZE)
100
min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL <<
cpu_vabits
) / 2) - PMD_SIZE - VMEMMAP_SIZE - KFENCE_AREA_SIZE)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
cpu-features.h
20
# define
cpu_vabits
31
macro
26
# define
cpu_vabits
cpu_data[0].vabits
macro
H
A
D
processor.h
32
#define TASK_SIZE64 (0x1UL << ((
cpu_vabits
> VA_BITS) ? VA_BITS :
cpu_vabits
))
H
A
D
pgtable-64.h
78
min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL <<
cpu_vabits
)) - PMD_SIZE - VMEMMAP_SIZE)
82
min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, (1UL <<
cpu_vabits
) / 2) - PMD_SIZE - VMEMMAP_SIZE)
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
proc.c
64
cpu_pabits + 1,
cpu_vabits
+ 1);
in show_cpuinfo()
H
A
D
cpu-probe.c
377
__ua_limit = ~((1ull <<
cpu_vabits
) - 1);
in cpu_probe()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
proc.c
64
cpu_pabits + 1,
cpu_vabits
+ 1);
in show_cpuinfo()
H
A
D
cpu-probe.c
325
__ua_limit = ~((1ull <<
cpu_vabits
) - 1);
in cpu_probe()
Completed in 5 milliseconds