Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# 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