Home
last modified time | relevance | path

Searched defs:mod_64 (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/x86/kvm/
A Di8254.c44 #define mod_64(x, y) ((x) - (y) * div64_u64(x, y)) macro
46 #define mod_64(x, y) ((x) % (y)) macro
A Dlapic.c49 #define mod_64(x, y) ((x) - (y) * div64_u64(x, y)) macro
51 #define mod_64(x, y) ((x) % (y)) macro

Completed in 14 milliseconds