Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PTE_USER
arch/arm64/include/asm/pgtable-hwdef.h
167
#define PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */
tools/testing/selftests/kvm/arm64/mmio_sign_ext.c
17
#define PTE_USER BIT(6)