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

# Verify that switching off either `xpa' or `virt' causes an assembly
# error with an XPA Virtualization ASE instruction, which requires
# both at a time.

	.text
foo:
	mfhgc0	$2, $1
	.set	noxpa
	mthgc0	$2, $1
	.set	xpa
	mfhgc0	$2, $1
	.set	novirt
	mthgc0	$2, $1
	.set	virt
	mfhgc0	$2, $1