OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVF_EXEC
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/arm32/
pmap.c
684
#define PV_BEEN_EXECD(f) (((f) &
PVF_EXEC
) ==
PVF_EXEC
)
687
#define PV_BEEN_EXECD(f) (((f) & (PVF_REF |
PVF_EXEC
)) == (PVF_REF |
PVF_EXEC
))
690
#define PV_IS_EXEC_P(f) (((f) &
PVF_EXEC
) != 0)
1134
md->pvh_attrs &= ~
PVF_EXEC
;
2367
md->pvh_attrs &= ~
PVF_EXEC
;
2422
if ((maskbits &
PVF_EXEC
) != 0 && l2pte_valid_p(opte)) {
2691
pmap_tlb_flush_SE(kpm, dstp + i, PVF_REF |
PVF_EXEC
);
2712
pmap_tlb_flush_SE(kpm, dstp + i, PVF_REF |
PVF_EXEC
);
[
all
...]
/src/sys/arch/hppa/include/
pmap.h
69
#define
PVF_EXEC
PTE_PROT(TLB_EXECUTE) /* pg/mp is executable */
/src/sys/arch/hppa/hppa/
pmap.c
210
#define IS_PVFEXEC_P(f) (((f) &
PVF_EXEC
) != 0)
656
md->pvh_attrs &= ~
PVF_EXEC
;
755
md->pvh_attrs &= ~
PVF_EXEC
;
1460
md->pvh_attrs |=
PVF_EXEC
;
1595
/* Add TLB_EXECUTE if
PVF_EXEC
??? */
1616
KASSERT((md->pvh_attrs &
PVF_EXEC
) == 0);
1694
md->pvh_attrs &= ~
PVF_EXEC
;
1930
KASSERT((VM_PAGE_TO_MD(PHYS_TO_VM_PAGE(pa))->pvh_attrs &
PVF_EXEC
) == 0);
1959
KASSERT((VM_PAGE_TO_MD(PHYS_TO_VM_PAGE(dpa))->pvh_attrs &
PVF_EXEC
) == 0);
/src/sys/arch/arm/include/arm32/
pmap.h
302
#define
PVF_EXEC
0x10 /* mapping is executable */
Completed in 242 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025