Home
last modified time | relevance | path

Searched defs:PTR_DIFF (Results 1 – 3 of 3) sorted by relevance

/linux-6.8/drivers/net/ethernet/sfc/
Dtx_tso.c34 #define PTR_DIFF(p1, p2) ((u8 *)(p1) - (u8 *)(p2)) macro
/linux-6.8/arch/s390/kernel/
Dcrash_dump.c29 #define PTR_DIFF(x, y) ((unsigned long)(((char *) (x)) - ((unsigned long) (y)))) macro
/linux-6.8/drivers/atm/
Dnicstar.c109 #define PTR_DIFF(a, b) ((u32)((unsigned long)(a) - (unsigned long)(b))) macro