Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_protos.h308 #define SWAP_WRITE 0x00000000 /* Write buffer (pseudo flag). */ macro
H A Dvm_compressor_backing_store.c1846 …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.c6430 …io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr, 1, SWAP_WRITE, NULL); in vm_uncompressed_put()