Home
last modified time | relevance | path

Searched defs:page_entry (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dggc-page.c223 typedef struct page_entry struct
227 struct page_entry *next; argument
231 size_t bytes;
234 char *page;
238 struct page_group *group;
262 } page_entry; argument
/openbsd-src/gnu/gcc/gcc/
H A Dggc-page.c257 typedef struct page_entry struct
261 struct page_entry *next; argument
266 struct page_entry *prev; argument
270 size_t bytes;
273 char *page;
277 struct page_group *group;
301 } page_entry; argument
H A Dggc-zone.c238 typedef struct page_entry struct
256 } page_entry; argument
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_gart.c336 uint64_t page_base, page_entry; in radeon_gart_bind() local