Function x86_64::instructions::tlb::flush_pcid
source · pub unsafe fn flush_pcid(command: InvPicdCommand)
Expand description
Invalidate the given address in the TLB using the invpcid
instruction.
Safety
This function is unsafe as it requires CPUID.(EAX=07H, ECX=0H):EBX.INVPCID to be 1.