Searched refs:IPM_CONFIG_FLAG_PC (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
H A Dintel-pm.h338 #define IPM_CONFIG_FLAG_PC (1u << 0) macro
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pm.c511 ocfg->fixed_flags[ss->num_fixed] |= IPM_CONFIG_FLAG_PC;
593 ocfg->programmable_flags[ss->num_programmable] |= IPM_CONFIG_FLAG_PC;
/fuchsia/zircon/kernel/arch/x86/
H A Dperf_mon.cpp818 if (config->misc_flags[i] & IPM_CONFIG_FLAG_PC) {
1790 if (state->programmable_flags[i] & IPM_CONFIG_FLAG_PC) {
1814 if (state->fixed_flags[i] & IPM_CONFIG_FLAG_PC) {

Completed in 86 milliseconds