Searched refs:pm_type (Results 1 – 4 of 4) sorted by relevance
295 #define pmap_nested(pm) ((pm)->pm_type != PMAP_TYPE_NORMAL)296 #define pmap_is_ept(pm) ((pm)->pm_type == PMAP_TYPE_EPT)319 int pm_type; /* Type of pmap this is (PMAP_TYPE_x) */ member
622 enum amd_pm_state_type pm_type; in renoir_get_current_power_state() local631 pm_type = POWER_STATE_TYPE_BATTERY; in renoir_get_current_power_state()634 pm_type = POWER_STATE_TYPE_BALANCED; in renoir_get_current_power_state()637 pm_type = POWER_STATE_TYPE_PERFORMANCE; in renoir_get_current_power_state()641 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in renoir_get_current_power_state()643 pm_type = POWER_STATE_TYPE_DEFAULT; in renoir_get_current_power_state()647 return pm_type; in renoir_get_current_power_state()
480 enum amd_pm_state_type pm_type; in pp_dpm_get_current_power_state() local489 pm_type = POWER_STATE_TYPE_BATTERY; in pp_dpm_get_current_power_state()492 pm_type = POWER_STATE_TYPE_BALANCED; in pp_dpm_get_current_power_state()495 pm_type = POWER_STATE_TYPE_PERFORMANCE; in pp_dpm_get_current_power_state()499 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in pp_dpm_get_current_power_state()501 pm_type = POWER_STATE_TYPE_DEFAULT; in pp_dpm_get_current_power_state()505 return pm_type; in pp_dpm_get_current_power_state()
732 kpm->pm_type = PMAP_TYPE_NORMAL; in pmap_bootstrap()1370 pmap->pm_type = PMAP_TYPE_NORMAL; in pmap_create()2422 pmap->pm_type = mode; in pmap_convert()