OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
UVM_ET_WC
sys/uvm/uvm.h
105
#define UVM_ET_ISWC(E) (((E)->etype & UVM_ET_WC) != 0)
sys/uvm/uvm_map.c
1161
entry->etype |= UVM_ET_WC;