Searched defs:NX_support (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c148 int NX_support = 0; variable
1534 NX_support = 1;
1588 NX_support = 1;
1607 NX_support = 0;
1621 if (max_mem < FOUR_GIG && NX_support == 0)
1640 NX_support = 0;
1649 DBG(NX_support);
1690 bi->bi_use_nx = NX_support;

Completed in 46 milliseconds