Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dpbase_type_info.cc60 using pm_type = int __pbase_type_info::*; in __do_catch() typedef
61 static const pm_type pm = nullptr; in __do_catch()
62 *thr_obj = const_cast<pm_type*>(&pm); in __do_catch()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dpbase_type_info.cc60 using pm_type = int __pbase_type_info::*; in __do_catch() typedef
61 static const pm_type pm = nullptr; in __do_catch()
62 *thr_obj = const_cast<pm_type*>(&pm); in __do_catch()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_renoir_ppt.c315 enum amd_pm_state_type pm_type; in renoir_get_current_power_state() local
324 pm_type = POWER_STATE_TYPE_BATTERY; in renoir_get_current_power_state()
327 pm_type = POWER_STATE_TYPE_BALANCED; in renoir_get_current_power_state()
330 pm_type = POWER_STATE_TYPE_PERFORMANCE; in renoir_get_current_power_state()
334 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in renoir_get_current_power_state()
336 pm_type = POWER_STATE_TYPE_DEFAULT; in renoir_get_current_power_state()
340 return pm_type; in renoir_get_current_power_state()
H A Damdgpu_amd_powerplay.c475 enum amd_pm_state_type pm_type; in pp_dpm_get_current_power_state() local
486 pm_type = POWER_STATE_TYPE_BATTERY; in pp_dpm_get_current_power_state()
489 pm_type = POWER_STATE_TYPE_BALANCED; in pp_dpm_get_current_power_state()
492 pm_type = POWER_STATE_TYPE_PERFORMANCE; in pp_dpm_get_current_power_state()
496 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in pp_dpm_get_current_power_state()
498 pm_type = POWER_STATE_TYPE_DEFAULT; in pp_dpm_get_current_power_state()
503 return pm_type; in pp_dpm_get_current_power_state()
H A Damdgpu_vega20_ppt.c642 enum amd_pm_state_type pm_type; in vega20_get_current_power_state() local
651 pm_type = POWER_STATE_TYPE_BATTERY; in vega20_get_current_power_state()
654 pm_type = POWER_STATE_TYPE_BALANCED; in vega20_get_current_power_state()
657 pm_type = POWER_STATE_TYPE_PERFORMANCE; in vega20_get_current_power_state()
661 pm_type = POWER_STATE_TYPE_INTERNAL_BOOT; in vega20_get_current_power_state()
663 pm_type = POWER_STATE_TYPE_DEFAULT; in vega20_get_current_power_state()
667 return pm_type; in vega20_get_current_power_state()