Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dasm.h148 #define PTR_SUB sub.w macro
171 #define PTR_SUB sub.d macro
/linux/arch/mips/include/asm/
H A Dasm.h276 #define PTR_SUB sub macro
301 #define PTR_SUB dsub macro
/linux/arch/s390/kernel/
H A Dcrash_dump.c29 #define PTR_SUB(x, y) (((char *) (x)) - ((unsigned long) (y))) macro