RB_HEAD_WRAP_CNT_OFF
wrap_count = workload->guest_rb_head >> RB_HEAD_WRAP_CNT_OFF;
head = (wrap_count << RB_HEAD_WRAP_CNT_OFF) | tail;