sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
f57be82572
commit
58b04bcee7
468 changed files with 9958 additions and 7882 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: codepatch.h,v 1.14 2020/03/11 07:27:08 guenther Exp $ */
|
||||
/* $OpenBSD: codepatch.h,v 1.15 2023/07/10 03:32:10 guenther Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2014-2015 Stefan Fritsch <sf@sfritsch.de>
|
||||
*
|
||||
|
@ -65,6 +65,7 @@ void codepatch_disable(void);
|
|||
#define CPTAG_MDS_VMM 10
|
||||
#define CPTAG_FENCE_SWAPGS_MIS_TAKEN 11
|
||||
#define CPTAG_FENCE_NO_SAFE_SMAP 12
|
||||
#define CPTAG_XRSTORS 13
|
||||
|
||||
/*
|
||||
* stac/clac SMAP instructions have lfence like semantics. Let's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue