Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc-page.c249 typedef struct page_entry struct
253 struct page_entry *next; argument
258 struct page_entry *prev; argument
262 size_t bytes;
265 char *page;
269 struct page_group *group;
296 } page_entry; typedef
H A Dggc-zone.c211 typedef struct page_entry struct
229 } page_entry; argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-page.c240 struct page_entry struct
244 struct page_entry *next; argument
249 struct page_entry *prev; argument
253 size_t bytes;
256 char *page;
260 struct page_group *group;
265 unsigned long index_by_depth;
268 unsigned short context_depth;
271 unsigned short num_free_objects;
275 unsigned short next_bit_hint;
[all …]
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_gart.c292 uint64_t page_base, page_entry; in radeon_gart_bind() local