Searched refs:PTR_ADD (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
D | relocate_kernel.S | 82 PTR_ADD t0,t1,t0; 125 PTR_ADD t0,t1,t0;
|
D | cps-vec.S | 128 PTR_ADD a1, a0, t1 130 PTR_ADD a0, a0, t0 159 PTR_ADD a0, a0, t0
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 22 #define PTR_ADD(x, y) (((char *) (x)) + ((unsigned long) (y))) macro 272 return PTR_ADD(buf, len); in nt_init() 599 ptr = PTR_ADD(ptr, sizeof(Elf64_Phdr)); in elfcorehdr_alloc() 601 ptr = PTR_ADD(ptr, sizeof(Elf64_Phdr) * mem_chunk_cnt); in elfcorehdr_alloc()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | asm.h | 349 #define PTR_ADD add macro 374 #define PTR_ADD dadd macro
|