Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dmwait.h23 #define MWAITX_MAX_WAIT_CYCLES UINT_MAX macro
/linux-5.19.10/arch/x86/lib/
Ddelay.c129 delay = min_t(u64, MWAITX_MAX_WAIT_CYCLES, cycles); in delay_halt_mwaitx()