Home
last modified time | relevance | path

Searched refs:PTR_SUB (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/mips/kernel/
Drelocate_kernel.S81 PTR_SUB t0,t0,t2;
124 PTR_SUB t0,t0,t2;
/linux-6.1.9/arch/loongarch/include/asm/
Dasm.h148 #define PTR_SUB sub.w macro
171 #define PTR_SUB sub.d macro
/linux-6.1.9/arch/mips/include/asm/
Dasm.h273 #define PTR_SUB sub macro
298 #define PTR_SUB dsub macro
/linux-6.1.9/arch/s390/kernel/
Dcrash_dump.c27 #define PTR_SUB(x, y) (((char *) (x)) - ((unsigned long) (y))) macro
539 phdr->p_filesz = (unsigned long) PTR_SUB(ptr, ptr_start); in notes_init()