Lines Matching refs:s32
258 extern s32 __smp_locks[], __smp_locks_end[];
273 s32 n_dspl, o_dspl; in recompute_jump()
279 o_dspl = *(s32 *)(insnbuf + 1); in recompute_jump()
316 *(s32 *)&insnbuf[1] = n_dspl; in recompute_jump()
394 *(s32 *)(insnbuf + 1) += replacement - instr; in apply_alternatives()
396 *(s32 *)(insnbuf + 1), in apply_alternatives()
397 (unsigned long)instr + *(s32 *)(insnbuf + 1) + 5); in apply_alternatives()
415 static void alternatives_smp_lock(const s32 *start, const s32 *end, in alternatives_smp_lock()
418 const s32 *poff; in alternatives_smp_lock()
433 static void alternatives_smp_unlock(const s32 *start, const s32 *end, in alternatives_smp_unlock()
436 const s32 *poff; in alternatives_smp_unlock()
457 const s32 *locks;
458 const s32 *locks_end;
548 const s32 *poff; in alternatives_text_reserved()