MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pmap_pde_ept_executable

Function pmap_pde_ept_executable

freebsd/amd64/amd64/pmap.c:6473–6480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6471
6472#if VM_NRESERVLEVEL > 0
6473static bool
6474pmap_pde_ept_executable(pmap_t pmap, pd_entry_t pde)
6475{
6476
6477 if (pmap->pm_type != PT_EPT)
6478 return (false);
6479 return ((pde & EPT_PG_EXECUTE) != 0);
6480}
6481
6482/*
6483 * Tries to promote the 512, contiguous 4KB page mappings that are within a

Callers 2

pmap_promote_pdeFunction · 0.85
pmap_enter_pdeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected