Searched refs:pstate (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/power/cpufreq/intel_pstates/
H A Dintel_pstates.cpp97 set_pstate(uint16 pstate) argument
100 pstate = min_c(max_c(sMinPState, pstate), sBoostPState);
102 if (entry->fCurrentPState != pstate) {
104 entry->fCurrentPState = pstate;
106 x86_write_msr(IA32_MSR_PERF_CTL, pstate << 8);
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c140 re_dfastate_t *pstate)
145 re_dfastate_t *pstate)
844 re_dfastate_t *pstate = mctx.state_log[match_last];
845 mctx.last_node = check_halt_state_context (&mctx, pstate,
2327 re_dfastate_t *pstate;
2334 pstate = mctx->state_log[cur_idx];
2335 log_nodes = pstate->entrance_nodes;
2493 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate)
2499 for (i = 0; i < pstate->nodes.nelem; ++i)
2502 int cur_node_idx = pstate
841 re_dfastate_t *pstate = mctx.state_log[match_last]; local
2323 re_dfastate_t *pstate; local
2489 transit_state_mb(re_match_context_t *mctx, re_dfastate_t *pstate) argument
[all...]

Completed in 59 milliseconds