Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dpmap.h295 #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
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c622 enum amd_pm_state_type pm_type; in renoir_get_current_power_state() local
631 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()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/
H A Damd_powerplay.c480 enum amd_pm_state_type pm_type; in pp_dpm_get_current_power_state() local
489 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()
/openbsd/sys/arch/amd64/amd64/
H A Dpmap.c732 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()