Home
last modified time | relevance | path

Searched refs:misc_cg_set_capacity (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmisc_cgroup.h67 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity);
110 static inline int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity() function
/linux/kernel/cgroup/
H A Dmisc.c86 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity() function
94 EXPORT_SYMBOL_GPL(misc_cg_set_capacity);
/linux/arch/x86/kvm/svm/
H A Dsev.c3068 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV, sev_asid_count)); in sev_hardware_setup()
3103 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV_ES, sev_es_asid_count)); in sev_hardware_setup()
3183 misc_cg_set_capacity(MISC_CG_RES_SEV, 0); in sev_hardware_unsetup()
3184 misc_cg_set_capacity(MISC_CG_RES_SEV_ES, 0); in sev_hardware_unsetup()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c3473 if (misc_cg_set_capacity(MISC_CG_RES_TDX, tdx_get_nr_guest_keyids())) in __tdx_bringup()
3492 misc_cg_set_capacity(MISC_CG_RES_TDX, 0); in tdx_cleanup()