Searched refs:scale (Results 1 – 9 of 9) sorted by relevance
107 tmp = ((curr_gtime - s->last_gtime) * s->scale) + s->not_accounted; in pmt_update_time()269 s->last_gtime) * s->scale) >> 32; in acpi_save()356 s->scale = ((uint64_t)FREQUENCE_PMTIMER << 32) / SYSTEM_TIME_HZ; in pmtimer_init()
78 u64 scale_delta(u64 delta, const struct time_scale *scale);
124 u64 scale_delta(u64 delta, const struct time_scale *scale) in scale_delta() argument128 if ( scale->shift < 0 ) in scale_delta()129 delta >>= -scale->shift; in scale_delta()131 delta <<= scale->shift; in scale_delta()136 : "rm" (delta), "0" ((u64)scale->mul_frac) ); in scale_delta()144 static inline struct time_scale scale_reciprocal(struct time_scale scale) in scale_reciprocal() argument149 ASSERT(scale.mul_frac != 0); in scale_reciprocal()151 reciprocal.shift = 1 - scale.shift; in scale_reciprocal()152 while ( unlikely(dividend >= scale.mul_frac) ) in scale_reciprocal()161 : "0" (0), "1" (dividend), "r" (scale.mul_frac) ); in scale_reciprocal()
126 uint64_t scale; /* Multiplier to get from tsc to timer ticks */ member
431 int scale, size; in decode_vmx_inst() local462 scale = 1 << info.fields.scaling; in decode_vmx_inst()468 offset = base + index * scale + disp; in decode_vmx_inst()
454 - remaining palette and dac read/write functions (except gray scale summing)478 disabled. Perform gray scale summing if enabled.
291 it won't scale well to systems with arbitrary number of nodes.
1013 NB: Many systems have features that will scale down the computing
240 B<NOTE>: Many systems have features that will scale down the computing
Completed in 20 milliseconds