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

Function pmap_allow_2m_x_page

freebsd/amd64/amd64/pmap.c:2190–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2188}
2189
2190static bool
2191pmap_allow_2m_x_page(pmap_t pmap, bool executable)
2192{
2193
2194 return (pmap->pm_type != PT_EPT || !executable ||
2195 !pmap_allow_2m_x_ept);
2196}
2197
2198#ifdef NUMA
2199static void

Callers 3

pmap_promote_pdeFunction · 0.85
pmap_enter_pdeFunction · 0.85
pmap_enter_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected