Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dpmtimer.c107 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dtime.h78 u64 scale_delta(u64 delta, const struct time_scale *scale);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c124 u64 scale_delta(u64 delta, const struct time_scale *scale) in scale_delta() argument
128 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() argument
149 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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvpt.h126 uint64_t scale; /* Multiplier to get from tsc to timer ticks */ member
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvvmx.c431 int scale, size; in decode_vmx_inst() local
462 scale = 1 << info.fields.scaling; in decode_vmx_inst()
468 offset = base + index * scale + disp; in decode_vmx_inst()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DChangeLog454 - remaining palette and dac read/write functions (except gray scale summing)
478 disabled. Perform gray scale summing if enabled.
/xen-4.10.0-shim-comet/docs/man/
A Dxl-numa-placement.pod.7291 it won't scale well to systems with arbitrary number of nodes.
A Dxl.pod.1.in1013 NB: Many systems have features that will scale down the computing
A Dxl.cfg.pod.5.in240 B<NOTE>: Many systems have features that will scale down the computing

Completed in 23 milliseconds