Searched refs:ROUND (Results 1 – 1 of 1) sorted by relevance
15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro16 #define rounded_rdmsr(x) ROUND(rdmsr(x))17 #define rounded_host_rdmsr(x) ROUND(vcpu_get_msr(vcpu, x))
Completed in 2 milliseconds