Lines Matching refs:poff
1265 const s32 *poff; in alternatives_smp_lock() local
1267 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
1268 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
1270 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
1281 const s32 *poff; in alternatives_smp_unlock() local
1283 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
1284 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
1286 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
1393 const s32 *poff; in alternatives_text_reserved() local
1402 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
1403 const u8 *ptr = (const u8 *)poff + *poff; in alternatives_text_reserved()