Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/agp/
H A Dagp_i810.c205 void *argb_cursor; /* contigmalloc area for ARGB cursor */ member
1729 if (sc->argb_cursor != NULL) in agp_i810_alloc_memory()
1733 sc->argb_cursor = contigmalloc(size, M_AGP, in agp_i810_alloc_memory()
1735 if (sc->argb_cursor == NULL) in agp_i810_alloc_memory()
1765 mem->am_physical = vtophys(sc->argb_cursor); in agp_i810_alloc_memory()
1799 contigfree(sc->argb_cursor, mem->am_size, M_AGP); in agp_i810_free_memory()
1800 sc->argb_cursor = NULL; in agp_i810_free_memory()