HomeSort by: relevance | last modified time | path
    Searched defs:hyperv_idtvec (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
hyperv.c 766 int hyperv_idtvec; local in function:vmbus_init_interrupts_md
779 hyperv_idtvec = idt_vec_alloc(iv,
782 KASSERT(hyperv_idtvec > 0);
783 idt_vec_set(iv, hyperv_idtvec, Xintr_hyperv_hypercall);
788 hyperv_idtvec = hv_pd->pd_idtvec;
792 hv_pd->pd_idtvec = hyperv_idtvec;
831 int hyperv_idtvec; local in function:vmbus_init_synic_md
835 hyperv_idtvec = hv_pd->pd_idtvec;
858 val = hyperv_idtvec | MSR_HV_SINT_AUTOEOI |
867 val = hyperv_idtvec | MSR_HV_SINT_AUTOEOI
    [all...]
hyperv.c 766 int hyperv_idtvec; local in function:vmbus_init_interrupts_md
779 hyperv_idtvec = idt_vec_alloc(iv,
782 KASSERT(hyperv_idtvec > 0);
783 idt_vec_set(iv, hyperv_idtvec, Xintr_hyperv_hypercall);
788 hyperv_idtvec = hv_pd->pd_idtvec;
792 hv_pd->pd_idtvec = hyperv_idtvec;
831 int hyperv_idtvec; local in function:vmbus_init_synic_md
835 hyperv_idtvec = hv_pd->pd_idtvec;
858 val = hyperv_idtvec | MSR_HV_SINT_AUTOEOI |
867 val = hyperv_idtvec | MSR_HV_SINT_AUTOEOI
    [all...]

Completed in 115 milliseconds