Searched refs:anyc (Results 1 – 1 of 1) sorted by relevance
368 union vcpu_guest_context_any anyc; in _change_TF() local369 int sz = sizeof(anyc); in _change_TF()384 memset(&anyc, 0, sz); in _change_TF()394 anyc.ctxt32.user_regs.eflags |= X86_EFLAGS_TF; in _change_TF()396 anyc.ctxt32.user_regs.eflags &= ~X86_EFLAGS_TF; in _change_TF()399 anyc.ctxt64.user_regs.rflags |= X86_EFLAGS_TF; in _change_TF()699 union vcpu_guest_context_any anyc; in xg_regs_read() local711 if ((rc=_get_vcpu_ctxt(which_vcpu, &anyc))) in xg_regs_read()736 union vcpu_guest_context_any anyc; in xg_regs_write() local741 int rc, sz = sizeof(anyc); in xg_regs_write()[all …]
Completed in 3 milliseconds