Searched refs:kcage_on (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config_stubs.c36 int kcage_on; variable
H A Dmem_cage.c246 int kcage_on = 0; variable
293 ASSERT(kcage_on);
914 ASSERT(!kcage_on);
996 kcage_on = 1;
1161 if (kcage_on) {
1229 ASSERT(kcage_on);
1479 while (kcage_on && nf < wanted) {
1711 if (!kcage_on)
1823 if (kcage_on && kcage_cageout_ready)
1867 if (kcage_on
[all...]
H A Dvm_pageout.c535 if (kcage_on && (kcage_freemem < kcage_desfree || kcage_needfree))
/illumos-gate/usr/src/uts/common/sys/
H A Dmem_cage.h49 extern int kcage_on;
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_mem_acpi.c64 extern int kcage_on;
331 msp->ms_cage_enabled = kcage_on;
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c190 extern int kcage_on;
227 if (kcage_on) {
H A Dstartup.c583 if (kcage_on) {
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c155 extern int kcage_on;
186 if (!PP_ISNORELOC(pp) && kcage_on) {
/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dstarfire.c170 if (kcage_on)
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac_stat.c161 if (!kcage_on)
H A Dac_del.c459 if (!kcage_on) {
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c3023 ASSERT(!kcage_on || PP_ISNORELOC(pp) ||
3520 if (kcage_on) {
3753 if (kcage_on) {
3852 (kcage_on || pg_lpgcreate_nocage || szc == 0) &&
3901 if (!kcage_on) {
4071 ASSERT(!kcage_on ||
4165 ASSERT(kcage_on);
4169 ASSERT(kcage_on);
H A Dvm_page.c1543 ASSERT(!kcage_on ? !(flags & PG_NORELOC) : 1);
1848 for (count = 0; kcage_on || count < MAX_PCGS; count++) {
1859 if (!locked && (!kcage_on || !(flags & PG_NORELOC))) {
2146 if (!kcage_on || panicstr) {
2212 if (kcage_on && (flags & PG_NORELOC) && !PP_ISNORELOC(rootpp)) {
2299 if (!kcage_on || panicstr) {
H A Dseg_kmem.c391 if (kcage_on && !PP_ISNORELOC(pp)) {
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c223 if (kcage_on)
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c61 extern int kcage_on;
763 msp->ms_cage_enabled = kcage_on;
1459 } else if (!kcage_on) {
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c63 extern int kcage_on;
748 msp->ms_cage_enabled = kcage_on;
1574 } else if (!kcage_on) {
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c283 if (!kcage_on)
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c290 if (!kcage_on)
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c385 if (kcage_on)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c821 extern int kcage_on;
831 if (kcage_on == 0) {
H A Dsbd.c4061 extern int kcage_on;
4127 msp->ms_cage_enabled = kcage_on;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6766 if (!kcage_on || PP_ISNORELOC(*target)) {

Completed in 377 milliseconds