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

/fuchsia/zircon/kernel/arch/x86/
H A Dperf_mon.cpp719 if ((config->fixed_flags[i] & IPM_CONFIG_FLAG_TIMEBASE) &&
777 if ((config->programmable_flags[i] & IPM_CONFIG_FLAG_TIMEBASE) &&
823 if ((config->misc_flags[i] & IPM_CONFIG_FLAG_TIMEBASE) &&
853 config->fixed_flags[i] &= ~IPM_CONFIG_FLAG_TIMEBASE;
861 config->programmable_flags[i] &= ~IPM_CONFIG_FLAG_TIMEBASE;
1787 } else if (state->programmable_flags[i] & IPM_CONFIG_FLAG_TIMEBASE) {
1811 } else if (state->fixed_flags[i] & IPM_CONFIG_FLAG_TIMEBASE) {
1826 // Now handle events that have IPM_CONFIG_FLAG_TIMEBASE set.
1829 if (!(state->programmable_flags[i] & IPM_CONFIG_FLAG_TIMEBASE))
1841 if (!(state->fixed_flags[i] & IPM_CONFIG_FLAG_TIMEBASE))
[all...]
/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
H A Dintel-pm.h336 // Cannot be set with IPM_CONFIG_FLAG_TIMEBASE unless the counter is
341 #define IPM_CONFIG_FLAG_TIMEBASE (1u << 1) macro
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pm.c509 ocfg->fixed_flags[ss->num_fixed] |= IPM_CONFIG_FLAG_TIMEBASE;
591 ocfg->programmable_flags[ss->num_programmable] |= IPM_CONFIG_FLAG_TIMEBASE;
624 ocfg->misc_flags[ss->num_misc] |= IPM_CONFIG_FLAG_TIMEBASE;

Completed in 46 milliseconds