Home
last modified time | relevance | path

Searched refs:eax_hint (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dsmp.h118 void __noreturn mwait_play_dead(unsigned int eax_hint);
162 static inline void __noreturn mwait_play_dead(unsigned int eax_hint) { BUG(); } in mwait_play_dead() argument
/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c1245 void __noreturn mwait_play_dead(unsigned int eax_hint) in mwait_play_dead() argument
1268 __mwait(eax_hint, 0); in mwait_play_dead()