Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dasm.h146 #define PTR_ADD add.w macro
169 #define PTR_ADD add.d macro
/openbmc/linux/arch/mips/include/asm/
H A Dasm.h269 #define PTR_ADD add macro
294 #define PTR_ADD dadd macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h353 #define PTR_ADD add macro
378 #define PTR_ADD dadd macro
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c26 #define PTR_ADD(x, y) (((char *) (x)) + ((unsigned long) (y))) macro