Lines Matching refs:where
166 static inline void __runtime_fixup_caches(void *where, unsigned int insns) in __runtime_fixup_caches() argument
169 __always_unused uintptr_t va = (uintptr_t)where; in __runtime_fixup_caches()
226 static inline void __runtime_fixup_ptr(void *where, unsigned long val) in __runtime_fixup_ptr() argument
229 __runtime_fixup_32(where, where + 4, val); in __runtime_fixup_ptr()
230 __runtime_fixup_caches(where, 2); in __runtime_fixup_ptr()
232 __runtime_fixup_32(where, where + 8, val); in __runtime_fixup_ptr()
233 __runtime_fixup_32(where + 4, where + 12, val >> 32); in __runtime_fixup_ptr()
234 __runtime_fixup_caches(where, 4); in __runtime_fixup_ptr()
242 static inline void __runtime_fixup_shift(void *where, unsigned long val) in __runtime_fixup_shift() argument
244 __le16 *parcel = where; in __runtime_fixup_shift()
255 patch_text_nosync(where, &res, sizeof(insn)); in __runtime_fixup_shift()