Help for this page

Select Code to Download


  1. or download this
    typedef struct {
        EntryType type;
    ...
        u64 slbev;
    } TM_SlbEntry;
    
  2. or download this
    TYPEMAP
    PageTranslation     T_PTROBJ
    ...
    TM_SlbEntry         T_PTROBJ
    TM_TranslationEntry T_PTROBJ
    U64                 T_UV
    
  3. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    MODULE = trans        PACKAGE = trans        
    
    PROTOTYPES: ENABLE
    
  4. or download this
    InMemoryEntries
    selectMemoryEntriesSet(type)
    ...
    getSlbEntry(pageTranslation)
        PageTranslation pageTranslation
    
  5. or download this
    Error: 'InMemoryEntries' not in typemap in trans.xs, line 167
    Error: 'InMemoryEntries' not in typemap in trans.xs, line 172
    Error: 'SlbEntry' not in typemap in trans.xs, line 176