Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dasm.h146 #define PTR_ADD add.w macro
169 #define PTR_ADD add.d macro
/linux/arch/mips/include/asm/
H A Dasm.h272 #define PTR_ADD add macro
297 #define PTR_ADD dadd macro
/linux/arch/s390/kernel/
H A Dcrash_dump.c27 #define PTR_ADD(x, y) (((char *) (x)) + ((unsigned long) (y))) macro