tag
line
file
source code
new
45
kernel/vm86.c
#define set_flags(X,new,mask) \
new
46
kernel/vm86.c
((X) = ((X) & ~(mask)) | ((new) & (mask)))