Ruslan Bukin 7bbdb843b6 Add OBJ_PG_DTOR flag to VM object.
Setting this flag allows us to skip pages removal from VM object queue
during object termination and to leave that for cdev_pg_dtor function.

Move pages removal code to separate function vm_object_terminate_pages()
as comments does not survive indentation.

This will be required for Intel SGX support where we will have to remove
pages from VM object manually.

Reviewed by:	kib, alc
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11688
2017-08-16 08:49:11 +00:00
..
2017-03-11 16:35:36 +00:00
2017-03-13 18:45:25 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-08-15 16:39:49 +00:00
2017-02-28 23:42:47 +00:00
2017-05-02 18:40:41 +00:00
2017-08-16 08:49:11 +00:00
2017-08-16 08:49:11 +00:00
2017-08-15 16:39:49 +00:00
2017-08-15 16:39:49 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-02-28 23:42:47 +00:00
2017-05-23 09:29:05 +00:00
2017-02-28 23:42:47 +00:00
2017-06-24 17:01:11 +00:00