Searched refs:ncpu_guest_max (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dintrq.c92 * Allocate a per-cpu list of ncpu_guest_max for xcalls
94 size = ncpu_guest_max * sizeof (uint16_t);
202 * Free per-cpu list of ncpu_guest_max for xcalls
204 cpu_list_size = ncpu_guest_max * sizeof (uint16_t);
H A Dfillsysinfo.c60 uint64_t ncpu_guest_max; variable
880 ncpu_guest_max = NCPU;
881 (void) md_get_prop_val(mdp, platlist[0], "max-cpus", &ncpu_guest_max);
882 max_qsize = ncpu_guest_max * CPU_MONDO_Q_MULTIPLIER;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h446 extern uint64_t ncpu_guest_max;
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c759 contig_mem_prealloc_size = MIN((PREALLOC_PER_CPU * ncpu_guest_max) +
/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c1921 * we need based on the guest's ncpu_guest_max value.
1926 tstat_num4m_mapping = TSTAT_NUM4M_MACRO(ncpu_guest_max);

Completed in 56 milliseconds