Searched refs:MWAITX_MAX_WAIT_CYCLES (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/include/asm/ | ||
A D | mwait.h | 23 #define MWAITX_MAX_WAIT_CYCLES UINT_MAX macro |
/linux/arch/x86/lib/ | ||
A D | delay.c | 129 delay = min_t(u64, MWAITX_MAX_WAIT_CYCLES, cycles); in delay_halt_mwaitx() |
Completed in 3 milliseconds