OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-or32/] [or32_asm.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
/*
2
 * include/asm-or32/or32_asm.h
3
 */
4
 
5
#include <linux/config.h>
6
 
7
#define tophys(rd,rs)                           \
8
        l.movhi rd,hi(-KERNELBASE);             \
9
  l.add   rd,rd,rs;
10
 
11
#define tovirt(rd,rs)                           \
12
        l.movhi rd,hi(KERNELBASE);              \
13
  l.add   rd,rd,rs;
14
 
15
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.