Lines Matching defs:update_bit
185 uint8_t *update_bit = NULL;
307 * • @update_bit → last byte of state_entry_time, which
313 update_bit = ((void *)(&rs_times[1])) - 1;
373 * The update_bit is still directly in the guest memory,
378 update_bit = gpc1->khva + times_ofs +
381 update_bit = gpc2->khva + times_ofs +
404 if (update_bit) {
406 *update_bit = (vx->runstate_entry_time | XEN_RUNSTATE_UPDATE) >> 56;
427 if (update_bit) {
429 *update_bit = entry_time >> 56;