Changeset 7c322bd in mainline for arch/ia64/include/pal/pal.h


Ignore:
Timestamp:
2006-03-12T13:13:12Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bdab828
Parents:
e792fa7
Message:

Itanium tlb_invalidate_all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/pal/pal.h

    re792fa7 r7c322bd  
    8989#define PAL_PMI_ENTRYPOINT      32
    9090
     91/*
     92        Ski PTCE data
     93*/
     94#define PAL_PTCE_INFO_BASE() (0x100000000LL)
     95#define PAL_PTCE_INFO_COUNT1() (2)
     96#define PAL_PTCE_INFO_COUNT2() (3)
     97#define PAL_PTCE_INFO_STRIDE1() (0x10000000)
     98#define PAL_PTCE_INFO_STRIDE2() (0x2000)
     99
     100
    91101#endif
Note: See TracChangeset for help on using the changeset viewer.