~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-sparc64/vaddrs.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* $Id: vaddrs.h,v 1.10 1998/05/14 13:36:01 jj Exp $ */
  2 #ifndef _SPARC64_VADDRS_H
  3 #define _SPARC64_VADDRS_H
  4 
  5 /* asm-sparc64/vaddrs.h:  Here will be define the virtual addresses at
  6  *                      which important I/O addresses will be mapped.
  7  *                      For instance the timer register virtual address
  8  *                      is defined here.
  9  *
 10  * Copyright (C) 1995,1998 David S. Miller (davem@caip.rutgers.edu)
 11  */
 12 
 13 /* Everything here must be in the first kernel PGD. */
 14 #define  DVMA_VADDR     0x0000000100000000ULL  /* Base area of the DVMA on suns */
 15 #define  DVMA_LEN       0x0000000040000000ULL  /* Size of the DVMA address space */
 16 #define  DVMA_END       0x0000000140000000ULL
 17 #define  MODULES_VADDR  0x0000000001000000ULL  /* Where to map modules */
 18 #define  MODULES_LEN    0x000000007f000000ULL
 19 #define  MODULES_END    0x0000000080000000ULL
 20 
 21 #endif /* !(_SPARC_VADDRS_H) */
 22 
 23 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.