Searched refs:svm_cpu (Results 1 – 1 of 1) sorted by relevance
659 hma_svm_cpu_t *svm_cpu = hma_svm_cpu(CPU->cpu_seqid); in hma_svm_gif_disable() local660 const uint_t old_gif = atomic_swap_uint(&svm_cpu->hsc_gif_disabled, 1); in hma_svm_gif_disable()670 hma_svm_cpu_t *svm_cpu = hma_svm_cpu(CPU->cpu_seqid); in hma_svm_gif_enable() local671 const uint_t old_gif = atomic_swap_uint(&svm_cpu->hsc_gif_disabled, 0); in hma_svm_gif_enable()687 hma_svm_cpu_t *svm_cpu = hma_svm_cpu(CPU->cpu_seqid); in hma_svm_gif_is_disabled() local695 return (svm_cpu->hsc_gif_disabled != 0); in hma_svm_gif_is_disabled()717 hma_svm_cpu_t *svm_cpu = hma_svm_cpu(CPU->cpu_seqid); in hma_svm_cpc_enter() local721 svm_cpu->hsc_cpc_saved_flags = HCF_DISABLED; in hma_svm_cpc_enter()757 svm_cpu->hsc_cpc_host_regs[i].hc_evtsel = evtsel; in hma_svm_cpc_enter()784 svm_cpu->hsc_cpc_host_regs[i].hc_evtsel; in hma_svm_cpc_enter()[all …]