Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dunwind.c38 #define ALIGNMENT_OK(ptr, type) (((ptr) & (sizeof(type) - 1)) == 0) macro
262 if (ALIGNMENT_OK(info->prev_sp, long)) in unwind_special()
270 if (pc == (unsigned long)&_call_on_stack && ALIGNMENT_OK(info->sp, long)) { in unwind_special()
378 else if (rpoffset && ALIGNMENT_OK(info->prev_sp, long)) in unwind_frame_regs()