mod_64 38 arch/x86/kvm/i8254.c #define mod_64(x, y) ((x) - (y) * div64_u64(x, y)) mod_64 40 arch/x86/kvm/i8254.c #define mod_64(x, y) ((x) % (y))