Home | History | Annotate | Download | only in priv

Lines Matching defs:guest_code

160 static UChar* guest_code;
162 /* The guest address corresponding to guest_code[0]. */
18479 is located in host memory at &guest_code[delta]. */
18538 theInstr = getUIntBigendianly( (UChar*)(&guest_code[delta]) );
18546 UChar* code = (UChar*)(guest_code + delta);
19326 getUIntBigendianly( (UChar*)(&guest_code[delta + 4])),
19934 is located in host memory at &guest_code[delta]. */
19976 guest_code = guest_code_IN;