Searched refs:PTR_ADD (Results 1 – 5 of 5) sorted by relevance
/arch/mips/kernel/ |
D | relocate_kernel.S | 82 PTR_ADD t0,t1,t0; 125 PTR_ADD t0,t1,t0;
|
D | cps-vec.S | 374 PTR_ADD t1, t1, t2 559 PTR_ADD a1, a0, t1 561 PTR_ADD a0, a0, t0 590 PTR_ADD a0, a0, t0
|
D | genex.S | 218 PTR_ADD sp, t0, t1 330 PTR_ADD sp, t0, t1
|
/arch/mips/include/asm/ |
D | asm.h | 260 #define PTR_ADD add macro 285 #define PTR_ADD dadd macro
|
/arch/s390/kernel/ |
D | crash_dump.c | 24 #define PTR_ADD(x, y) (((char *) (x)) + ((unsigned long) (y))) macro 326 return PTR_ADD(buf, len); in nt_init_name() 504 return PTR_ADD(ptr, sizeof(Elf64_Nhdr)); in nt_final() 664 ptr = PTR_ADD(ptr, sizeof(Elf64_Phdr)); in elfcorehdr_alloc() 666 ptr = PTR_ADD(ptr, sizeof(Elf64_Phdr) * mem_chunk_cnt); in elfcorehdr_alloc()
|