Changeset f9a56c0 in mainline for kernel/arch/sparc64/include/mm/mmu.h


Ignore:
Timestamp:
2006-08-17T11:39:38Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee289cf0
Parents:
ec2c55a
Message:

sparc64 work.
interrupt_vector trap experimental handling.
Minimal reverse-engineered FireHose Controller driver (documentation needed!).
Keyboard on Sun Enterprise is now interrupt driven. Keyboard on Sun Ultra
is still polled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/mm/mmu.h

    rec2c55a rf9a56c0  
    3636#define __sparc64_MMU_H__
    3737
    38 /** LSU Control Register ASI. */
     38/* LSU Control Register ASI. */
    3939#define ASI_LSU_CONTROL_REG             0x45    /**< Load/Store Unit Control Register. */
    4040
    41 /** I-MMU ASIs. */
     41/* I-MMU ASIs. */
    4242#define ASI_IMMU                        0x50
    4343#define ASI_IMMU_TSB_8KB_PTR_REG        0x51   
     
    4848#define ASI_IMMU_DEMAP                  0x57
    4949
    50 /** Virtual Addresses within ASI_IMMU. */
     50/* Virtual Addresses within ASI_IMMU. */
    5151#define VA_IMMU_TAG_TARGET              0x0     /**< IMMU tag target register. */
    5252#define VA_IMMU_SFSR                    0x18    /**< IMMU sync fault status register. */
     
    5454#define VA_IMMU_TAG_ACCESS              0x30    /**< IMMU TLB tag access register. */
    5555
    56 /** D-MMU ASIs. */
     56/* D-MMU ASIs. */
    5757#define ASI_DMMU                        0x58
    5858#define ASI_DMMU_TSB_8KB_PTR_REG        0x59   
     
    6464#define ASI_DMMU_DEMAP                  0x5f
    6565
    66 /** Virtual Addresses within ASI_DMMU. */
     66/* Virtual Addresses within ASI_DMMU. */
    6767#define VA_DMMU_TAG_TARGET              0x0     /**< DMMU tag target register. */
    6868#define VA_PRIMARY_CONTEXT_REG          0x8     /**< DMMU primary context register. */
Note: See TracChangeset for help on using the changeset viewer.