Searched refs:PTR_ADD (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dswitch.S35 PTR_ADD t0, t0, tp
H A Dhead.S90 PTR_ADD sp, sp, tp
100 PTR_ADD sp, sp, tp
/linux-master/arch/loongarch/include/asm/
H A Dasm.h146 #define PTR_ADD add.w macro
169 #define PTR_ADD add.d macro
H A Dasmmacro.h133 PTR_ADD \tmp, \tmp, \thread
170 PTR_ADD \tmp, \tmp, \thread
207 PTR_ADD \tmp, \thread, \tmp
244 PTR_ADD \tmp, \thread, \tmp
298 PTR_ADD \base, \thread, \tmp
340 PTR_ADD \base, \thread, \tmp
417 PTR_ADD \tmp, \thread, \tmp
454 PTR_ADD \tmp, \thread, \tmp
516 PTR_ADD \base, \thread, \tmp
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S81 PTR_ADD t0,t1,t0;
124 PTR_ADD t0,t1,t0;
H A Dcps-vec.S340 PTR_ADD t1, t1, t2
526 PTR_ADD a1, a0, t1
528 PTR_ADD a0, a0, t0
557 PTR_ADD a0, a0, t0
H A Dgenex.S217 PTR_ADD sp, t0, t1
328 PTR_ADD sp, t0, t1
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S40 PTR_ADD t3, t3, t1
/linux-master/arch/mips/include/asm/
H A Dasm.h269 #define PTR_ADD add macro
294 #define PTR_ADD dadd macro
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c27 #define PTR_ADD(x, y) (((char *) (x)) + ((unsigned long) (y))) macro
270 return PTR_ADD(buf, len);
448 return PTR_ADD(ptr, sizeof(Elf64_Nhdr));
608 ptr = PTR_ADD(ptr, sizeof(Elf64_Phdr));
610 ptr = PTR_ADD(ptr, sizeof(Elf64_Phdr) * mem_chunk_cnt);

Completed in 308 milliseconds