Lines Matching refs:poff
446 const s32 *poff; in alternatives_smp_lock() local
448 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
449 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
451 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
462 const s32 *poff; in alternatives_smp_unlock() local
464 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
465 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
467 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
574 const s32 *poff; in alternatives_text_reserved() local
583 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
584 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()