Help for this page

Select Code to Download


  1. or download this
    TM_PageTranslation* findPageByEffective(u32 lpid, u32 pid, u64 EA);
    
  2. or download this
    TYPEMAP
    T_PageTranslation     T_PTROBJ
    ...
    OUTPUT
    T_U_LONG_LONG
        sv_setuv($arg, (UV)$var);
    
  3. or download this
    typedef struct TM_PageTranslation * T_PageTranslation;
    ...
    ...
            u32 lpid
            u32 pid
            u64 EA
    
  4. or download this
    XS(XS_trans_findPageByEffective); /* prototype to pass -Wmissing-proto
    +types */
    XS(XS_trans_findPageByEffective)
    ...
        XSRETURN(1);
    }