Searched refs:PVF_EXEC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/arm/include/
H A Dpmap.h685 #define PVF_EXEC 0x10 /* mapping is executable */ macro
/freebsd-10-stable/sys/arm/arm/
H A Dpmap.c385 #define PV_BEEN_EXECD(f) (((f) & (PVF_REF | PVF_EXEC)) == (PVF_REF | PVF_EXEC))
3250 nflags |= PVF_EXEC;
3341 PVF_WRITE | PVF_EXEC | PVF_WIRED |

Completed in 109 milliseconds