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:PHYS_MASK_SHIFT
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
kernel-pgtable.h
38
#define IDMAP_PGTABLE_LEVELS (ARM64_HW_PGTABLE_LEVELS(
PHYS_MASK_SHIFT
) - 1)
41
#define IDMAP_PGTABLE_LEVELS (ARM64_HW_PGTABLE_LEVELS(
PHYS_MASK_SHIFT
))
H
A
D
pgtable-hwdef.h
172
#define
PHYS_MASK_SHIFT
(CONFIG_ARM64_PA_BITS)
macro
173
#define PHYS_MASK ((UL(1) <<
PHYS_MASK_SHIFT
) - 1)
H
A
D
kvm_arm.h
316
(((par) & GENMASK_ULL(
PHYS_MASK_SHIFT
- 1, 12)) >> 8)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-3level-hwdef.h
74
#define
PHYS_MASK_SHIFT
(40)
macro
75
#define PHYS_MASK ((1ULL <<
PHYS_MASK_SHIFT
) - 1)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-3level-hwdef.h
74
#define
PHYS_MASK_SHIFT
(40)
macro
75
#define PHYS_MASK ((1ULL <<
PHYS_MASK_SHIFT
) - 1)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
pgtable-hwdef.h
189
#define
PHYS_MASK_SHIFT
(CONFIG_ARM64_PA_BITS)
macro
190
#define PHYS_MASK ((UL(1) <<
PHYS_MASK_SHIFT
) - 1)
H
A
D
assembler.h
641
and \phys, \phys, GENMASK_ULL(
PHYS_MASK_SHIFT
- 1, PAGE_SHIFT)
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
init.c
331
memblock_remove(1ULL <<
PHYS_MASK_SHIFT
, ULLONG_MAX);
in arm64_memblock_init()
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
init.c
331
memblock_remove(1ULL <<
PHYS_MASK_SHIFT
, ULLONG_MAX);
in arm64_memblock_init()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
head.S
348
#define EXTRA_PTRS (1 << (
PHYS_MASK_SHIFT
- EXTRA_SHIFT))
368
mov x4, #1 << (
PHYS_MASK_SHIFT
- PGDIR_SHIFT)
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
head.S
375
#define IDMAP_PGD_ORDER (
PHYS_MASK_SHIFT
- PGDIR_SHIFT)
Completed in 8 milliseconds