Home
last modified time | relevance | path

Searched refs:profile_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/security/apparmor/include/
Dpolicy.h61 enum profile_mode { enum
165 extern enum profile_mode aa_g_profile_mode;
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/
Drenoir_ppt.c766 uint32_t profile_mode = input[size]; in renoir_set_power_profile_mode() local
768 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in renoir_set_power_profile_mode()
769 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in renoir_set_power_profile_mode()
776 profile_mode); in renoir_set_power_profile_mode()
782 dev_err_once(smu->adev->dev, "Unsupported power profile mode %d on RENOIR\n", profile_mode); in renoir_set_power_profile_mode()
794 smu->power_profile_mode = profile_mode; in renoir_set_power_profile_mode()
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c1284 uint32_t profile_mode = input[size]; in arcturus_set_power_profile_mode() local
1288 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode()
1289 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in arcturus_set_power_profile_mode()
1297 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) && in arcturus_set_power_profile_mode()
1351 profile_mode); in arcturus_set_power_profile_mode()
1353 dev_err(smu->adev->dev, "Unsupported power profile mode %d on arcturus\n", profile_mode); in arcturus_set_power_profile_mode()
1366 smu->power_profile_mode = profile_mode; in arcturus_set_power_profile_mode()
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c1697 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local
1705 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode()
1709 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()
1726 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
/Linux-v5.10/security/apparmor/
Dlsm.c1313 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;