NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
pte_exec_p
sys/arch/m68k/include/pte_coldfire.h
102
return !pte_exec_p(pt_entry);
sys/arch/powerpc/booke/booke_pmap.c
76
if (!pte_valid_p(pt_entry) || !pte_exec_p(pt_entry)) {