Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# Check ENQCMD[S] 32-bit instructions

	.allow_index_reg
	.text
_start:
	enqcmd (%ecx),%eax
	enqcmd (%si),%ax
	enqcmds (%ecx),%eax
	enqcmds (%si),%ax

	.intel_syntax noprefix
	enqcmd eax,[ecx]
	enqcmd ax,[si]
	enqcmds eax,[ecx]
	enqcmds ax,[si]