| 2188 | } |
| 2189 | |
| 2190 | static bool |
| 2191 | pmap_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 |
| 2199 | static void |
no outgoing calls
no test coverage detected