MCPcopy Create free account
hub / github.com/F-Stack/f-stack / invpcid

Function invpcid

freebsd/amd64/include/cpufunc.h:542–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540} __packed;
541
542static __inline void
543invpcid(struct invpcid_descr *d, int type)
544{
545
546 __asm __volatile("invpcid (%0),%1"
547 : : "r" (d), "r" ((u_long)type) : "memory");
548}
549
550static __inline u_short
551rfs(void)

Callers 10

pmap_invalidate_pageFunction · 0.85
pmap_invalidate_rangeFunction · 0.85
pmap_invalidate_allFunction · 0.85
invltlb_invpcid_handlerFunction · 0.85
invlpg_invpcid_handlerFunction · 0.85
invlrng_invpcid_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected