Searched refs:vm_page_with_ppnum (Results 1 – 4 of 4) sorted by relevance
397 struct vm_page_with_ppnum { struct424 #define vm_page_with_ppnum vm_page macro426 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t;438 return ((const struct vm_page_with_ppnum *)m)->vmp_phys_page; in VM_PAGE_GET_PHYS_PAGE()
2581 (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),
875 …T_ASSERT_EQ_ULONG(lowGlo.lgPmapMemPageOffset, offsetof(struct vm_page_with_ppnum, vmp_phys_page), … in pmap_coredump_test()