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),
413 struct vm_page_with_ppnum { struct418 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t; argument443 struct vm_page_with_ppnum { struct444 struct vm_page vm_page_with_ppnum; argument446 typedef struct vm_page_with_ppnum *vm_page_with_ppnum_t;
1673 (sizeof(struct vm_page_with_ppnum) + (VM_PAGE_PACKED_PTR_ALIGNMENT - 1)) & in vm_page_module_init()
852 …T_ASSERT_EQ_ULONG(lowGlo.lgPmapMemPageOffset, offsetof(struct vm_page_with_ppnum, vmp_phys_page), … in pmap_coredump_test()