Searched full:vmclock_abi (Results 1 – 1 of 1) sorted by relevance
46 struct vmclock_abi *clk;59 #define VMCLOCK_MIN_SIZE offsetof(struct vmclock_abi, pad)62 (le32_to_cpu((_c)->size) >= (offsetof(struct vmclock_abi, _f) + \84 static bool tai_adjust(struct vmclock_abi *clk, uint64_t *sec) in tai_adjust()