OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PVF_EXEC
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/include/
pmap.h
69
#define
PVF_EXEC
PTE_PROT(TLB_EXECUTE) /* pg/mp is executable */
/src/sys/arch/arm/include/arm32/
pmap.h
364
#define
PVF_EXEC
0x10 /* mapping is executable */
/src/sys/arch/arm/arm32/
pmap.c
679
#define PV_BEEN_EXECD(f) (((f) &
PVF_EXEC
) ==
PVF_EXEC
)
682
#define PV_BEEN_EXECD(f) (((f) & (PVF_REF |
PVF_EXEC
)) == (PVF_REF |
PVF_EXEC
))
685
#define PV_IS_EXEC_P(f) (((f) &
PVF_EXEC
) != 0)
1129
md->pvh_attrs &= ~
PVF_EXEC
;
2362
md->pvh_attrs &= ~
PVF_EXEC
;
2417
if ((maskbits &
PVF_EXEC
) != 0 && l2pte_valid_p(opte)) {
2686
pmap_tlb_flush_SE(kpm, dstp + i, PVF_REF |
PVF_EXEC
);
2707
pmap_tlb_flush_SE(kpm, dstp + i, PVF_REF |
PVF_EXEC
);
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026