Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167731606
D16972.id47597.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
998 B
Referenced Files
None
Subscribers
None
D16972.id47597.diff
View Options
Index: head/sys/amd64/include/proc.h
===================================================================
--- head/sys/amd64/include/proc.h
+++ head/sys/amd64/include/proc.h
@@ -62,6 +62,8 @@
register_t md_saved_flags; /* (k) */
register_t md_spurflt_addr; /* (k) Spurious page fault address. */
struct pmap_invl_gen md_invl_gen;
+ register_t md_efirt_tmp; /* (k) */
+ int md_efirt_dis_pf; /* (k) */
};
struct mdproc {
Index: head/sys/kern/kern_thread.c
===================================================================
--- head/sys/kern/kern_thread.c
+++ head/sys/kern/kern_thread.c
@@ -83,7 +83,7 @@
"struct thread KBI td_pflags");
_Static_assert(offsetof(struct thread, td_frame) == 0x470,
"struct thread KBI td_frame");
-_Static_assert(offsetof(struct thread, td_emuldata) == 0x518,
+_Static_assert(offsetof(struct thread, td_emuldata) == 0x528,
"struct thread KBI td_emuldata");
_Static_assert(offsetof(struct proc, p_flag) == 0xb0,
"struct proc KBI p_flag");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 25, 2:49 AM (2 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37209568
Default Alt Text
D16972.id47597.diff (998 B)
Attached To
Mode
D16972: Catch exceptions during EFI RT calls on amd64.
Attached
Detach File
Event Timeline
Log In to Comment