Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c1242 newentryp = &softstate->asoft_table[key]; in agp_fill_empty_keyent()
1287 entryp = &softstate->asoft_table[keycount]; in agp_find_bound_keyent()
1593 if (softstate->asoft_table[key].kte_memhdl != NULL) { in agp_del_allkeys()
1600 &softstate->asoft_table[key])) in agp_del_allkeys()
2400 if (agp_check_off(softstate->asoft_table, in agp_bind_key()
2493 softstate->asoft_table = kmem_zalloc( in agpgart_attach()
2539 if (st->asoft_table) { in agpgart_detach()
2540 kmem_free(st->asoft_table, in agpgart_detach()
2542 st->asoft_table = 0; in agpgart_detach()
3018 keyent = &st->asoft_table[key]; in ioctl_agpgart_dealloc()
[all …]
/titanic_44/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h148 keytable_ent_t *asoft_table; /* key table for all allocated table */ member