Lines Matching refs:poff
443 const s32 *poff; in alternatives_smp_lock() local
445 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
446 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
448 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
459 const s32 *poff; in alternatives_smp_unlock() local
461 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
462 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
464 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
571 const s32 *poff; in alternatives_text_reserved() local
580 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
581 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()