Home | History | Annotate | Download | only in switchback

Lines Matching full:ulong

45 static ULong n_bbs_done = 0;
85 ULong gstack[64000] __attribute__((aligned(16)));
102 ULong trans_cache[N_TRANS_CACHE];
104 ULong* trans_tableP[N_TRANS_TABLE];
540 ULong* tmpP = trans_tableP[i-1];
648 static ULong stopAfter = 0;
756 stopAfter = (ULong)atoll(argv[1]);
785 gst.guest_PC = (ULong)entryP;
786 gst.guest_SP = (ULong)&gstack[32000];
787 gst.guest_X0 = (ULong)serviceFn;