Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FAULT_WRITE
arch/x86/um/shared/sysdep/faultinfo_32.h
24
#define FAULT_WRITE(fi) ((fi).error_code & 2)
arch/x86/um/shared/sysdep/faultinfo_64.h
24
#define FAULT_WRITE(fi) ((fi).error_code & 2)