Module hints

Module hints 

Source
Available on ARM or AArch64 or target_arch=arm64ec only.

Constantsยง

HINT_NOP ๐Ÿ”’
HINT_SEV ๐Ÿ”’
HINT_SEVL ๐Ÿ”’
HINT_WFE ๐Ÿ”’
HINT_WFI ๐Ÿ”’
HINT_YIELD ๐Ÿ”’

Functionsยง

hint ๐Ÿ”’ โš 
__nopโš Experimental
Generates an unspecified no-op instruction.
__sevโš Experimentalv6 or AArch64 or target_arch=arm64ec
Generates a SEV (send a global event) hint instruction.
__sevlโš Experimentalv8 or AArch64 or target_arch=arm64ec
Generates a send a local event hint instruction.
__wfeโš Experimentalv6 or AArch64 or target_arch=arm64ec
Generates a WFE (wait for event) hint instruction, or nothing.
__wfiโš Experimentalv6 or AArch64 or target_arch=arm64ec
Generates a WFI (wait for interrupt) hint instruction, or nothing.
__yieldโš Experimentalv6 or AArch64 or target_arch=arm64ec
Generates a YIELD hint instruction.