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