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:P3SEG
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
ioremap.c
50
if (likely(PXSEG(offset) <
P3SEG
&& PXSEG(last_addr) <
P3SEG
)) {
in __ioremap_29bit()
118
if (PXSEG(offset) <
P3SEG
|| offset >= P3_ADDR_MAX)
in iomapping_nontranslatable()
H
A
D
tlbex_32.c
37
if (address >=
P3SEG
&& address < P3_ADDR_MAX) {
in handle_tlbmiss()
H
A
D
pmb.c
204
return (addr >= P1SEG && (addr + size - 1) <
P3SEG
);
in pmb_addr_valid()
447
P3SEG
, caller);
in pmb_remap_caller()
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
ioremap.c
50
if (likely(PXSEG(offset) <
P3SEG
&& PXSEG(last_addr) <
P3SEG
)) {
in __ioremap_29bit()
154
if (PXSEG(offset) <
P3SEG
|| offset >= P3_ADDR_MAX)
in iomapping_nontranslatable()
H
A
D
tlbex_32.c
37
if (address >=
P3SEG
&& address < P3_ADDR_MAX) {
in handle_tlbmiss()
H
A
D
pmb.c
204
return (addr >= P1SEG && (addr + size - 1) <
P3SEG
);
in pmb_addr_valid()
447
P3SEG
, caller);
in pmb_remap_caller()
/kernel/linux/linux-5.10/arch/sh/include/cpu-common/cpu/
H
A
D
addrspace.h
13
#define
P3SEG
0xc0000000
macro
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh2a/cpu/
H
A
D
addrspace.h
8
#define
P3SEG
0x40000000
macro
/kernel/linux/linux-6.6/arch/sh/include/cpu-common/cpu/
H
A
D
addrspace.h
13
#define
P3SEG
0xc0000000
macro
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh2a/cpu/
H
A
D
addrspace.h
8
#define
P3SEG
0x40000000
macro
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh4/cpu/
H
A
D
addrspace.h
13
#define
P3SEG
0xc0000000
macro
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh4/cpu/
H
A
D
addrspace.h
13
#define
P3SEG
0xc0000000
macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
addrspace.h
35
((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) |
P3SEG
))
H
A
D
pgtable.h
79
#define VMALLOC_START (
P3SEG
)
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
addrspace.h
35
((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) |
P3SEG
))
H
A
D
pgtable.h
77
#define VMALLOC_START (
P3SEG
)
Completed in 6 milliseconds