Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c781 int *b_idx, sbdp_mc_idle_script_t mc_idle_regs[], int *r_idx) in sbdp_prep_mc_idle_one() argument
854 mc_idle_regs[*r_idx].addr = addr; in sbdp_prep_mc_idle_one()
855 mc_idle_regs[*r_idx].asi = asi; in sbdp_prep_mc_idle_one()
856 mc_idle_regs[*r_idx].node = memnodes[i]; in sbdp_prep_mc_idle_one()
857 mc_idle_regs[*r_idx].bd_id = bp->bd; in sbdp_prep_mc_idle_one()
890 sbdp_mc_idle_script_t *mc_idle_regs; in sbdp_prep_mc_idle_script() local
909 mc_idle_regs = kmem_zalloc(msize, KM_SLEEP); in sbdp_prep_mc_idle_script()
912 mc_idle_regs, &nregs) != 0 || in sbdp_prep_mc_idle_script()
914 mc_idle_regs, &nregs) != 0) { in sbdp_prep_mc_idle_script()
916 kmem_free(mc_idle_regs, msize); in sbdp_prep_mc_idle_script()
[all …]