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

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h165 } drmach_mem_t; typedef in typeref:struct:drmach_mem
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c177 } drmach_mem_t; typedef in typeref:struct:drmach_mem
229 static void drmach_swap_pa(drmach_mem_t *, drmach_mem_t *);
378 drmach_setup_mc_info(dev_info_t *dip, drmach_mem_t *mp)
2216 drmach_mem_t *mp;
2226 mp = kmem_zalloc(sizeof (drmach_mem_t), KM_SLEEP);
2247 kmem_free(mp, sizeof (drmach_mem_t));
2257 drmach_mem_t *mp;
2352 drmach_mem_t *mp;
2357 mp = (drmach_mem_t *)i
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c253 } drmach_mem_t; typedef in typeref:struct:drmach_mem
272 drmach_mem_t *mem;
307 drmach_mem_t *s_mp;
308 drmach_mem_t *t_mp;
1112 drmach_mem_t *mp = id;
2845 drmach_mem_read_madr(drmach_mem_t *mp, int bank, uint64_t *madr)
2862 drmach_mem_t *mp, uint64_t current_basepa, uint64_t new_basepa)
2897 drmach_prep_schizo_script(uint64_t *p, drmach_mem_t *mp, uint64_t new_basepa)
2954 * For Panther MCs, append the MC idle reg address and drmach_mem_t pointer.
2959 drmach_prep_pn_mc_idle(uint64_t *p, drmach_mem_t *m
[all...]

Completed in 61 milliseconds