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

/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s117 * cpu0 and its ptl1_panic stack. The cpu structure must be allocated
120 .global cpu0
122 cpu0: label
123 .type cpu0, #object
125 .size cpu0, CPU_ALLOC_SIZE
327 set cpu0, %o0 ! &cpu0
329 stn %o0, [%g1 + %g2] ! cpu[cpuid] = &cpu0
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s117 * cpu0 and its ptl1_panic stack. The cpu structure must be allocated
120 .global cpu0
122 cpu0: label
123 .type cpu0, #object
125 .size cpu0, CPU_ALLOC_SIZE
319 set cpu0, %o0 ! &cpu0
321 stn %o0, [%g1 + %g2] ! cpu[cpuid] = &cpu0
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c179 static int valid_pages(md_t *md, mde_cookie_t cpu0);
1322 valid_pages(md_t *md, mde_cookie_t cpu0) argument
1336 if (cpu0 == NULL)
1339 if (md_get_prop_val(md, cpu0, "mmu-page-size-list", &szc_mask))

Completed in 53 milliseconds