Searched refs:CodeData (Results 1 – 2 of 2) sorted by relevance
70 typedef struct CodeData CodeData; typedef106 struct CodeData { /* Don't modify this struct, used by h/w */ struct115 Codedatasize = (sizeof(CodeData) + BY2PG - 1) & ~(BY2PG - 1), argument
50 CodeData *codedata;120 CodeData *cd; in prepbuf()148 lml->codedata = (CodeData*)(((ulong)xalloc(Codedatasize+ BY2PG) in lmlreset()