Searched refs:smap (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_map.h | 75 struct smap { struct 78 struct smap *sm_hash; /* hash pointer */ argument 79 struct smap *sm_next; /* next pointer */ argument 80 struct smap *sm_prev; /* previous pointer */ argument 113 #define SM_FREEQ_PAD (64 - sizeof (struct smap *) - sizeof (kmutex_t)) 115 struct smap *smq_free; /* points into freelist */ 133 struct smap *sh_hash_list; /* start of hash chain */ 143 struct smap *smd_sm; /* array of smap structures */
|
H A D | seg_map.c | 98 struct smap *, enum seg_rw); 99 struct smap *get_smap_kpm(caddr_t, page_t **); 134 size_t len, enum seg_rw rw, struct smap *smp); 135 static void segmap_smapadd(struct smap *smp); 136 static struct smap *segmap_hashin(struct smap *smp, struct vnode *vp, 138 static void segmap_hashout(struct smap *smp); 200 static struct smap *smd_smap; 214 struct smap *scpu_last_smap; 303 struct smap *smp; in segmap_create() 404 kmem_alloc(sizeof (struct smap) * npages, KM_SLEEP); in segmap_create() [all …]
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | mach_cpu_module.c | 296 volatile int smap_size_changed [SMAP_SIZE - sizeof (struct smap) + 1]; in prefetch_smap_w() 297 volatile int smap_size_changed2 [sizeof (struct smap) - SMAP_SIZE + 1]; in prefetch_smap_w()
|
H A D | common_asm.s | 1367 ! Since the size of the smap struct is 48 bytes, issuing 1 prefetch 1373 ! The smap array is processed with decreasing address pointers.
|
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | mach_cpu_module.c | 126 volatile int smap_size_changed [SMAP_SIZE - sizeof (struct smap) + 1]; in prefetch_smap_w() 127 volatile int smap_size_changed2 [sizeof (struct smap) - SMAP_SIZE + 1]; in prefetch_smap_w()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 1270 uchar_t smap[MAX_SENSORS]; in handle_overtemp_interrupt() local 1278 (void) memset(smap, SENSOR_OK, sizeof (smap)); in handle_overtemp_interrupt() 1328 smap[i] = SENSOR_WARN; in handle_overtemp_interrupt() 1337 smap[i] = SENSOR_OK; in handle_overtemp_interrupt() 1372 if (smap[i] == SENSOR_WARN) in handle_overtemp_interrupt()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | parseaddr.c | 1793 map_lookup(smap, key, argvect, pstat, e) in map_lookup() argument 1794 STAB *smap; in map_lookup() 1804 if (smap == NULL) 1807 map = &smap->s_map; 1816 smap->s_name, key); 1826 sm_dprintf("map_lookup(%s, ", smap->s_name); 1849 smap->s_name, key, errno); 1856 smap->s_name,
|
H A D | map.c | 3505 MAP *smap = s->s_lmap; local 3507 if (tTd(38, 2) && smap != map) 3509 map->map_mname, smap->map_mname); 3510 smap->map_mflags &= ~(MF_OPEN|MF_WRITABLE); 3511 lmap = (SM_LDAP_STRUCT *) smap->map_db1; 7835 MAP *smap; local 7853 smap = s->s_socketmap; 7854 while (smap != NULL) 7858 if (tTd(38, 2) && smap != map) 7860 map->map_mname, smap->map_mname); [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 1635 uchar_t smap[MAX_SENSORS]; in handle_overtemp_interrupt() local 1647 (void) memset(smap, SENSOR_OK, sizeof (smap)); in handle_overtemp_interrupt() 1699 smap[i] = SENSOR_WARN; in handle_overtemp_interrupt() 1708 smap[i] = SENSOR_OK; in handle_overtemp_interrupt() 1743 if (smap[i] == SENSOR_WARN) in handle_overtemp_interrupt()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 1574 struct smap smp; in vnode2smap() 1673 sizeof (struct smap) + (uintptr_t)sd.smd_sm); in addr2smap()
|