Home
last modified time | relevance | path

Searched refs:LGRP_PLAT_PROBE_PGCPY (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/i86pc/os/
H A Dlgrpplat.c206 #define LGRP_PLAT_PROBE_PGCPY 0x2 /* probe using page copy */ macro
1634 (LGRP_PLAT_PROBE_PGCPY|LGRP_PLAT_PROBE_VENDOR); in lgrp_plat_get_numa_config()
1637 probe_op == (LGRP_PLAT_PROBE_PGCPY|LGRP_PLAT_PROBE_VENDOR)) { in lgrp_plat_get_numa_config()
1639 ~(LGRP_PLAT_PROBE_PGCPY|LGRP_PLAT_PROBE_VENDOR); in lgrp_plat_get_numa_config()
1644 lgrp_plat_probe_flags |= LGRP_PLAT_PROBE_PGCPY; in lgrp_plat_get_numa_config()
2464 if (lgrp_plat_probe_flags & LGRP_PLAT_PROBE_PGCPY) { in lgrp_plat_probe_time()