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

  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 494 static struct svm_hsave hsave[MAXCPUS]; variable in typeref:struct:svm_hsave[]
2588 wrmsr(MSR_VM_HSAVE_PA, hsave[cpu_index(curcpu())].pa);
2623 memset(hsave, 0, sizeof(hsave));
2626 hsave[cpu_index(ci)].pa = VM_PAGE_TO_PHYS(pg);
2654 if (hsave[i].pa != 0)
2655 uvm_pagefree(PHYS_TO_VM_PAGE(hsave[i].pa));

Completed in 13 milliseconds