Lines Matching refs:poff
635 const s32 *poff; in alternatives_smp_lock() local
637 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
638 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
640 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
651 const s32 *poff; in alternatives_smp_unlock() local
653 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
654 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
656 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
763 const s32 *poff; in alternatives_text_reserved() local
772 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
773 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()