Searched refs:vm_page_with_ppnum (Results 1 – 4 of 4) sorted by relevance
391 struct vm_page_with_ppnum { struct409 #define vm_page_with_ppnum vm_page macro411 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t;423 return ((const struct vm_page_with_ppnum *)m)->vmp_phys_page; in VM_PAGE_GET_PHYS_PAGE()
2182 (sizeof(struct vm_page_with_ppnum) + (VM_PAGE_PACKED_PTR_ALIGNMENT - 1)) & in vm_page_module_init()
71 .lgPmapMemPageOffset = offsetof(struct vm_page_with_ppnum, vmp_phys_page),
873 …T_ASSERT_EQ_ULONG(lowGlo.lgPmapMemPageOffset, offsetof(struct vm_page_with_ppnum, vmp_phys_page), … in pmap_coredump_test()