Searched refs:pv_hashed_entry (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_internal.h196 typedef struct pv_hashed_entry {
201 struct pv_hashed_entry *nexth;
222 typedef struct pv_hashed_entry { struct
228 struct pv_hashed_entry *nexth;
263 extern zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry
H A Dpmap.c196 zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry structures */
959 s = (vm_size_t) sizeof(struct pv_hashed_entry);
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c333 typedef struct pv_hashed_entry {
338 struct pv_hashed_entry *nexth;
377 typedef struct pv_hashed_entry { /* first three entries must match pv_rooted_entry_t */ struct
382 struct pv_hashed_entry *nexth;
467 zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry structures */
3030 * Add new pv_hashed_entry after header.
3213 pv_hashed_list_zone = zinit(sizeof(struct pv_hashed_entry), 10000 * sizeof(struct pv_hashed_entry), 4096, "pv_list"); /* XXX */
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c185 zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry structures */
614 s = (vm_size_t) sizeof(struct pv_hashed_entry);

Completed in 89 milliseconds