Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131885354
D17070.id49232.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
353 B
Referenced Files
None
Subscribers
None
D17070.id49232.diff
View Options
Index: head/sys/amd64/include/cpufunc.h
===================================================================
--- head/sys/amd64/include/cpufunc.h
+++ head/sys/amd64/include/cpufunc.h
@@ -116,6 +116,13 @@
}
static __inline void
+clwb(u_long addr)
+{
+
+ __asm __volatile("clwb %0" : : "m" (*(char *)addr));
+}
+
+static __inline void
clts(void)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 11:26 PM (4 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23645494
Default Alt Text
D17070.id49232.diff (353 B)
Attached To
Mode
D17070: pmap_large_map() KPI
Attached
Detach File
Event Timeline
Log In to Comment