Lines Matching refs:poff
418 const s32 *poff; in alternatives_smp_lock() local
421 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
422 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
424 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
436 const s32 *poff; in alternatives_smp_unlock() local
439 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
440 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
442 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
548 const s32 *poff; in alternatives_text_reserved() local
555 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
556 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()