Searched refs:M_AGP (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dagp_amd.c104 gatt = malloc(sizeof(struct agp_amd_gatt), M_AGP, M_WAITOK);
111 free(gatt, M_AGP);
148 free(gatt, M_AGP);
176 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
183 free(asc, M_AGP);
190 free(asc, M_AGP);
H A Dagp.c90 MALLOC_DEFINE(M_AGP, "AGP", "AGP memory");
411 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK);
417 free(gatt, M_AGP);
434 free(gatt, M_AGP);
625 mem = malloc(sizeof *mem, M_AGP, M_WAITOK);
631 free(mem, M_AGP);
656 free(mem, M_AGP);
716 segs = malloc(nseg * sizeof *segs, M_AGP, M_WAITOK);
725 free(segs, M_AGP);
731 free(segs, M_AGP);
[all...]
H A Dagp_sis.c83 ssc = malloc(sizeof *ssc, M_AGP, M_WAITOK);
91 free(ssc, M_AGP);
H A Dagp_i810.c323 isc = malloc(sizeof *isc, M_AGP, M_WAITOK|M_ZERO);
337 free(isc, M_AGP);
656 fail1: free(isc, M_AGP);
817 gatt = malloc(sizeof(*gatt), M_AGP, M_WAITOK);
825 free(gatt, M_AGP);
1134 free(isc->gatt, M_AGP);
1295 mem = malloc(sizeof(*mem), M_AGP, M_WAITOK|M_ZERO);
1313 mem->am_dmaseg = malloc(sizeof(*mem->am_dmaseg), M_AGP,
1319 free(mem->am_dmaseg, M_AGP);
1333 fail1: free(mem, M_AGP);
[all...]
H A Dagp_ali.c84 asc = malloc(sizeof *asc, M_AGP, M_WAITOK);
90 free(asc, M_AGP);
H A Dagp_via.c94 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
116 free(asc, M_AGP);
H A Dagp_intel.c116 isc = malloc(sizeof *isc, M_AGP, M_WAITOK|M_ZERO);
131 free(isc, M_AGP);
H A Dagp_amd64.c211 asc = malloc(sizeof(struct agp_amd64_softc), M_AGP, M_WAITOK | M_ZERO);
318 fail1: free(asc, M_AGP);
H A Dagp_apple.c87 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
H A Dagpvar.h202 MALLOC_DECLARE(M_AGP); variable

Completed in 122 milliseconds