Searched refs:vm_page_with_ppnum (Results 1 – 4 of 4) sorted by relevance
71 .lgPmapMemPageOffset = offsetof(struct vm_page_with_ppnum, vmp_phys_page),
418 struct vm_page_with_ppnum { struct423 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t; argument448 struct vm_page_with_ppnum { struct449 struct vm_page vm_page_with_ppnum; argument451 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t;
1675 (sizeof(struct vm_page_with_ppnum) + (VM_PAGE_PACKED_PTR_ALIGNMENT - 1)) & in vm_page_module_init()
854 …T_ASSERT_EQ_ULONG(lowGlo.lgPmapMemPageOffset, offsetof(struct vm_page_with_ppnum, vmp_phys_page), … in pmap_coredump_test()