Lines Matching refs:poff
431 const s32 *poff; in alternatives_smp_lock() local
434 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
435 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
437 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
449 const s32 *poff; in alternatives_smp_unlock() local
452 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
453 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
455 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
561 const s32 *poff; in alternatives_text_reserved() local
568 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
569 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()