Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmwait.h24 #define MWAITX_MAX_WAIT_CYCLES UINT_MAX macro
/openbmc/linux/arch/x86/lib/
H A Ddelay.c129 delay = min_t(u64, MWAITX_MAX_WAIT_CYCLES, cycles); in delay_halt_mwaitx()