Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsmp.h121 void __noreturn mwait_play_dead(unsigned int eax_hint);
179 static inline void __noreturn mwait_play_dead(unsigned int eax_hint) { BUG(); } in mwait_play_dead() argument
/linux/arch/x86/kernel/
H A Dsmpboot.c1404 void __noreturn mwait_play_dead(unsigned int eax_hint) in mwait_play_dead() argument
1427 __mwait(eax_hint, 0); in mwait_play_dead()