Searched defs:vm_page (Results 1 – 4 of 4) sorted by relevance
217 struct vm_page { struct219 TAILQ_ENTRY(vm_page) q; /* page queue or free list (Q) */ argument238 union vm_page_astate a; /* state accessed atomically (A) */ argument247 vm_page_bits_t valid; /* valid DEV_BSIZE chunk map (O,B) */ argument248 vm_page_bits_t dirty; /* dirty DEV_BSIZE chunk map (M,B) */ argument
202 struct vm_page { struct205 vm_page_t *vmp_chain; argument206 uintptr_t vmp_gpa;207 pfn_t vmp_pfn;208 uint64_t *vmp_ptep;209 vm_object_t *vmp_obj_ref;210 uint8_t vmp_prot;211 uint8_t vmp_flags;
2053 struct page *vm_page; in irdma_map_vm_page_list() local
1029 unsigned long vm_page = vma->vm_pgoff << PAGE_SHIFT; in qlnxr_mmap() local