Lines Matching defs:lo
44 #define DO_GET_IO_PORTID(env, lo, hi, portid) \
45 PUSH(DS, lo); \
51 mem_map_in(fcode_env_t *env, fstack_t hi, fstack_t lo, fstack_t len)
61 * The calculation of the offset, lo and len are left here
65 offset = lo & PAGEOFFSET;
66 lo &= PAGEMASK;
70 fc_uint32_t2cell(hi), fc_uint32_t2cell(lo), &virt);
99 * The calculation of the offset, lo and len are left here
174 fstack_t hi, lo;
181 lo = POP(DS);
182 off = (long long)(((hi & 0x1F) << 32) | lo);
185 DO_GET_IO_PORTID(env, lo, hi, id);
194 (uint32_t)hi, (uint32_t)lo, enc_buf);
203 long long lo;
210 if (sscanf(buf, "%x,%llx", &portid, &lo) != 2) {
215 lo = 0;
223 "jupiter:decode_unit ( '%s' ) -> %x %llx\n", buf, hi, lo);
225 PUSH(DS, (fstack_t)lo);
235 long long lo;
241 lo = POP(DS);
250 if (sscanf(buf, "%x,%llx", &portid, &lo) != 2) {
263 DO_GET_IO_PORTID(env, lo, hi, portid);
267 "jupiter:do_device_id:(%x,%llx)\n", portid, lo);