Searched refs:mhint (Results 1 – 14 of 14) sorted by relevance
265 uint64_t mhint = __get_MHINT(); in SystemInit() local266 mhint |= (0x1 << 19); in SystemInit()267 __set_MHINT(mhint); in SystemInit()
273 uint64_t mhint = __get_MHINT(); in SystemInit() local274 mhint |= (0x1 << 19); in SystemInit()275 __set_MHINT(mhint); in SystemInit()
275 uint64_t mhint = __get_MHINT(); in SystemInit() local276 mhint |= (0x1 << 19); in SystemInit()277 __set_MHINT(mhint); in SystemInit()
78 csrs mhint, x3 #mhint
342 uint64_t mhint = __get_MHINT(); in SystemInit() local343 mhint |= (0x1 << 19); in SystemInit()344 __set_MHINT(mhint); in SystemInit()
211 __ALWAYS_STATIC_INLINE void __set_MHINT(unsigned long mhint) in __set_MHINT() argument213 __ASM volatile("csrw mhint, %0" : : "r"(mhint)); in __set_MHINT()
292 __ALWAYS_STATIC_INLINE void __set_MHINT(unsigned long mhint)294 __ASM volatile("csrw mhint, %0" : : "r"(mhint));
367 __ALWAYS_STATIC_INLINE void __set_MHINT(unsigned long mhint) in __set_MHINT() argument369 __ASM volatile("csrw mhint, %0" : : "r"(mhint)); in __set_MHINT()
205 __ALWAYS_STATIC_INLINE void __set_MHINT(uint32_t mhint) in __set_MHINT() argument207 __ASM volatile("csrw mhint, %0" : : "r"(mhint)); in __set_MHINT()
221 __ALWAYS_STATIC_INLINE void __set_MHINT(uint32_t mhint) in __set_MHINT() argument225 : "r"(mhint)); in __set_MHINT()
171 __ALWAYS_STATIC_INLINE void __set_MHINT(uint64_t mhint) in __set_MHINT() argument175 : "r"(mhint)); in __set_MHINT()
Completed in 47 milliseconds