taglinefilesource code
CROSS_64KB52include/asm-alpha/floppy.h#define CROSS_64KB(a,s)  (0)
CROSS_64KB54include/asm-i386/floppy.h#define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
CROSS_64KB78include/asm-mips/floppy.h#define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
CROSS_64KB95include/asm-sparc/floppy.h#define CROSS_64KB(a,s) (0)