Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/os/
H A Dintrq.c94 size = ncpu_guest_max * sizeof (uint16_t); in cpu_intrq_setup()
204 cpu_list_size = ncpu_guest_max * sizeof (uint16_t); in cpu_intrq_cleanup()
H A Dfillsysinfo.c60 uint64_t ncpu_guest_max; variable
880 ncpu_guest_max = NCPU; in get_q_sizes()
881 (void) md_get_prop_val(mdp, platlist[0], "max-cpus", &ncpu_guest_max); in get_q_sizes()
882 max_qsize = ncpu_guest_max * CPU_MONDO_Q_MULTIPLIER; in get_q_sizes()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachsystm.h446 extern uint64_t ncpu_guest_max;
/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c737 contig_mem_prealloc_size = MIN((PREALLOC_PER_CPU * ncpu_guest_max) + in contig_mem_prealloc()
/titanic_41/usr/src/uts/sun4/io/
H A Dtrapstat.c1926 tstat_num4m_mapping = TSTAT_NUM4M_MACRO(ncpu_guest_max); in trapstat_go()