This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
miti
/
graphene
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
41c1500f52
Branche
Tagy
mitigator_patch
oldmirror
graphene
/
Pal
/
include
/
cmpxchg.h
cmpxchg.h
84 B
História
Raw
1
2
3
4
5
#ifdef CONFIG_X86_32
# include "cmpxchg_32.h"
#else
# include "cmpxchg_64.h"
#endif