Home
last modified time | relevance | path

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

/arch/mips/kernel/
Drelocate_kernel.S81 PTR_SUB t0,t0,t2;
124 PTR_SUB t0,t0,t2;
/arch/mips/include/asm/
Dasm.h355 #define PTR_SUB sub macro
380 #define PTR_SUB dsub macro
/arch/s390/kernel/
Dcrash_dump.c23 #define PTR_SUB(x, y) (((char *) (x)) - ((unsigned long) (y))) macro
574 phdr->p_filesz = (unsigned long) PTR_SUB(ptr, ptr_start); in notes_init()