Home
last modified time | relevance | path

Searched refs:SWAP_WRITE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_protos.h304 #define SWAP_WRITE 0x00000000 /* Write buffer (pseudo flag). */ macro
H A Dvm_compressor_backing_store.c1868 …error = vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, up… in vm_swap_put()
H A Dvm_compressor.c6509 …io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr, 1, SWAP_WRITE, NULL); in vm_uncompressed_put()