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:TO_PHYS_MASK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
addrspace.h
35
#define
TO_PHYS_MASK
((1ULL << DMW_PABITS) - 1)
macro
44
#define TO_PHYS(x) ( ((x) &
TO_PHYS_MASK
))
45
#define TO_CACHE(x) (CACHE_BASE | ((x) &
TO_PHYS_MASK
))
46
#define TO_UNCACHE(x) (UNCACHE_BASE | ((x) &
TO_PHYS_MASK
))
105
#define PHYSADDR(a) ((_ACAST64_(a)) &
TO_PHYS_MASK
)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
addrspace.h
40
#define
TO_PHYS_MASK
((1ULL << DMW_PABITS) - 1)
macro
49
#define TO_PHYS(x) ( ((x) &
TO_PHYS_MASK
))
50
#define TO_CACHE(x) (CACHE_BASE | ((x) &
TO_PHYS_MASK
))
51
#define TO_UNCACHE(x) (UNCACHE_BASE | ((x) &
TO_PHYS_MASK
))
110
#define PHYSADDR(a) ((_ACAST64_(a)) &
TO_PHYS_MASK
)
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/
H
A
D
spaces.h
89
#define TO_PHYS(x) ( ((x) &
TO_PHYS_MASK
))
90
#define TO_CAC(x) (CAC_BASE | ((x) &
TO_PHYS_MASK
))
91
#define TO_UNCAC(x) (UNCAC_BASE | ((x) &
TO_PHYS_MASK
))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-generic/
H
A
D
spaces.h
81
#define TO_PHYS(x) ( ((x) &
TO_PHYS_MASK
))
82
#define TO_CAC(x) (CAC_BASE | ((x) &
TO_PHYS_MASK
))
83
#define TO_UNCAC(x) (UNCAC_BASE | ((x) &
TO_PHYS_MASK
))
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
H
A
D
spaces.h
28
#define TO_MSPEC(x) (MSPEC_BASE | ((x) &
TO_PHYS_MASK
))
29
#define TO_HSPEC(x) (HSPEC_BASE | ((x) &
TO_PHYS_MASK
))
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/
H
A
D
spaces.h
28
#define TO_MSPEC(x) (MSPEC_BASE | ((x) &
TO_PHYS_MASK
))
29
#define TO_HSPEC(x) (HSPEC_BASE | ((x) &
TO_PHYS_MASK
))
/kernel/linux/linux-5.10/arch/mips/lib/
H
A
D
uncached.c
19
#ifndef
TO_PHYS_MASK
20
#define
TO_PHYS_MASK
-1
macro
/kernel/linux/linux-6.6/arch/mips/lib/
H
A
D
uncached.c
19
#ifndef
TO_PHYS_MASK
20
#define
TO_PHYS_MASK
-1
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
addrspace.h
128
#define XKPHYS_TO_PHYS(p) ((p) &
TO_PHYS_MASK
)
136
#define
TO_PHYS_MASK
_CONST64_(0x07ffffffffffffff) /* 2^^59 - 1 */
macro
141
#define KDM_TO_PHYS(x) (_ACAST64_ (x) &
TO_PHYS_MASK
)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
addrspace.h
128
#define XKPHYS_TO_PHYS(p) ((p) &
TO_PHYS_MASK
)
136
#define
TO_PHYS_MASK
_CONST64_(0x07ffffffffffffff) /* 2^^59 - 1 */
macro
141
#define KDM_TO_PHYS(x) (_ACAST64_ (x) &
TO_PHYS_MASK
)
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/
H
A
D
addrs.h
67
#define TO_NODE_CAC(_n, _x) (NODE_CAC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
68
#define TO_NODE_UNCAC(_n, _x) (NODE_UNCAC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
69
#define TO_NODE_MSPEC(_n, _x) (NODE_MSPEC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
70
#define TO_NODE_HSPEC(_n, _x) (NODE_HSPEC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/
H
A
D
addrs.h
67
#define TO_NODE_CAC(_n, _x) (NODE_CAC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
68
#define TO_NODE_UNCAC(_n, _x) (NODE_UNCAC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
69
#define TO_NODE_MSPEC(_n, _x) (NODE_MSPEC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
70
#define TO_NODE_HSPEC(_n, _x) (NODE_HSPEC_BASE(_n) | ((_x) &
TO_PHYS_MASK
))
Completed in 5 milliseconds