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),
513 struct vm_page_with_ppnum { struct540 #define vm_page_with_ppnum vm_page macro542 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t;554 return ((const struct vm_page_with_ppnum *)m)->vmp_phys_page; in VM_PAGE_GET_PHYS_PAGE()
2858 (sizeof(struct vm_page_with_ppnum) + (VM_PAGE_PACKED_PTR_ALIGNMENT - 1)) & in vm_page_module_init()
884 …T_ASSERT_EQ_ULONG(lowGlo.lgPmapMemPageOffset, offsetof(struct vm_page_with_ppnum, vmp_phys_page), … in pmap_coredump_test()