Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
5090dfb5
Commit
5090dfb5
authored
Oct 01, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide 64-bit address space definitions for the Sibyte SB1 CPU core.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
6aaf7786
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
include/asm-mips/addrspace.h
include/asm-mips/addrspace.h
+10
-0
No files found.
include/asm-mips/addrspace.h
View file @
5090dfb5
...
...
@@ -162,6 +162,16 @@
#define TO_PHYS_MASK _LLCONST_(0x000000ffffffffff)
/* 2^^40 - 1 */
#endif
#if defined(CONFIG_CPU_SB1)
#define KUSIZE _LLCONST_(0x0000100000000000)
/* 2^^44 */
#define KUSIZE_64 _LLCONST_(0x0000100000000000)
/* 2^^44 */
#define K0SIZE _LLCONST_(0x0000100000000000)
/* 2^^44 */
#define K1SIZE _LLCONST_(0x0000100000000000)
/* 2^^44 */
#define K2SIZE _LLCONST_(0x0000ffff80000000)
#define KSEGSIZE _LLCONST_(0x0000ffff80000000)
/* max syssegsz */
#define TO_PHYS_MASK _LLCONST_(0x00000fffffffffff)
/* 2^^44 - 1 */
#endif
/*
* Further names for SGI source compatibility. These are stolen from
* IRIX's <sys/mips_addrspace.h>.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment