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.
pub unsafe fn flush_pcid(command: InvPicdCommand)
Invalidate the given address in the TLB using the invpcid
instruction.
This function is unsafe as it requires CPUID.(EAX=07H, ECX=0H):EBX.INVPCID to be 1.