Lines Matching refs:s32
269 extern s32 __smp_locks[], __smp_locks_end[];
284 s32 n_dspl, o_dspl; in recompute_jump()
290 o_dspl = *(s32 *)(insn_buff + 1); in recompute_jump()
327 *(s32 *)&insn_buff[1] = n_dspl; in recompute_jump()
430 *(s32 *)(insn_buff + 1) += replacement - instr; in apply_alternatives()
432 *(s32 *)(insn_buff + 1), in apply_alternatives()
433 (unsigned long)instr + *(s32 *)(insn_buff + 1) + 5); in apply_alternatives()
453 static void alternatives_smp_lock(const s32 *start, const s32 *end, in alternatives_smp_lock()
456 const s32 *poff; in alternatives_smp_lock()
469 static void alternatives_smp_unlock(const s32 *start, const s32 *end, in alternatives_smp_unlock()
472 const s32 *poff; in alternatives_smp_unlock()
491 const s32 *locks;
492 const s32 *locks_end;
584 const s32 *poff; in alternatives_text_reserved()