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 INVPCID instruction

	.text
foo:
	.rept 2

	invpcid	(%eax), %edx

	.intel_syntax noprefix
	invpcid	edx,[eax]
	invpcid	edx,oword ptr [eax]

	.att_syntax prefix
	.code16
	.endr