Searched refs:__runtime_fixup_32 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/s390/include/asm/ |
H A D | runtime-const.h | 47 static inline void __runtime_fixup_32(u32 *p, unsigned int val) in __runtime_fixup_32() function 54 __runtime_fixup_32(where + 2, val >> 32); in __runtime_fixup_ptr() 55 __runtime_fixup_32(where + 8, val); in __runtime_fixup_ptr()
|
/linux/arch/riscv/include/asm/ |
H A D | runtime-const.h | 179 static inline void __runtime_fixup_32(__le16 *lui_parcel, __le16 *addi_parcel, unsigned int val) in __runtime_fixup_32() function 229 __runtime_fixup_32(where, where + 4, val); 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()
|