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_pgsz_mask
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
88
static unsigned long
cpu_pgsz_mask
;
variable
383
if ((hv_pgsz_mask &
cpu_pgsz_mask
) == 0U)
in arch_hugetlb_valid_size()
538
if (
cpu_pgsz_mask
& (1UL << i)) {
in mmu_info()
2171
cpu_pgsz_mask
);
in sun4v_ktsb_init()
2221
if (
cpu_pgsz_mask
& HV_PGSZ_MASK_256MB) {
in sun4v_linear_pte_xor_finalize()
2230
if (
cpu_pgsz_mask
& HV_PGSZ_MASK_2GB) {
in sun4v_linear_pte_xor_finalize()
2239
if (
cpu_pgsz_mask
& HV_PGSZ_MASK_16GB) {
in sun4v_linear_pte_xor_finalize()
2414
mdesc_get_page_sizes(cpu_all_mask, &
cpu_pgsz_mask
);
in paging_init()
2423
cpu_pgsz_mask
= (HV_PGSZ_MASK_8K | HV_PGSZ_MASK_64K |
in paging_init()
2429
cpu_pgsz_mask
|
in paging_init()
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
89
static unsigned long
cpu_pgsz_mask
;
variable
390
if ((hv_pgsz_mask &
cpu_pgsz_mask
) == 0U)
in arch_hugetlb_valid_size()
553
if (
cpu_pgsz_mask
& (1UL << i)) {
in mmu_info()
2186
cpu_pgsz_mask
);
in sun4v_ktsb_init()
2236
if (
cpu_pgsz_mask
& HV_PGSZ_MASK_256MB) {
in sun4v_linear_pte_xor_finalize()
2245
if (
cpu_pgsz_mask
& HV_PGSZ_MASK_2GB) {
in sun4v_linear_pte_xor_finalize()
2254
if (
cpu_pgsz_mask
& HV_PGSZ_MASK_16GB) {
in sun4v_linear_pte_xor_finalize()
2429
mdesc_get_page_sizes(cpu_all_mask, &
cpu_pgsz_mask
);
in paging_init()
2438
cpu_pgsz_mask
= (HV_PGSZ_MASK_8K | HV_PGSZ_MASK_64K |
in paging_init()
2444
cpu_pgsz_mask
|
in paging_init()
[all...]
Completed in 8 milliseconds