Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dasm.h260 #define PTR_ADD add macro
285 #define PTR_ADD dadd macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dasm.h354 #define PTR_ADD add macro
379 #define PTR_ADD dadd macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c24 #define PTR_ADD(x, y) (((char *) (x)) + ((unsigned long) (y))) macro