Home
last modified time | relevance | path

Searched refs:MISC_CG_RES_SEV (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dmisc_cgroup.h17 MISC_CG_RES_SEV, enumerator
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsev.c41 * We will not have MISC_CG_RES_SEV and MISC_CG_RES_SEV_ES entries in the enum
46 #define MISC_CG_RES_SEV MISC_CG_RES_TYPES macro
134 enum misc_res_type type = sev->es_active ? MISC_CG_RES_SEV_ES : MISC_CG_RES_SEV; in sev_misc_cg_try_charge()
140 enum misc_res_type type = sev->es_active ? MISC_CG_RES_SEV_ES : MISC_CG_RES_SEV; in sev_misc_cg_uncharge()
2233 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV, sev_asid_count)); in sev_hardware_setup()
2290 misc_cg_set_capacity(MISC_CG_RES_SEV, 0); in sev_hardware_unsetup()

Completed in 4 milliseconds