Neel Natu 5515bb73e6 Re-arrange bits in the amd64/pmap 'pm_flags' field.
The least significant 8 bits of 'pm_flags' are now used for the IPI vector
to use for nested page table TLB shootdown.

Previously we used IPI_AST to interrupt the host cpu which is functionally
correct but could lead to misleading interrupt counts for AST handler. The
AST handler was also doing a lot more than what is required for the nested
page table TLB shootdown (EOI and IRET).
2013-12-20 05:50:22 +00:00
..
2013-11-23 00:28:18 +00:00
2013-12-17 07:47:27 +00:00
2013-11-29 20:14:26 +00:00
2013-12-17 22:16:27 +00:00
2013-12-02 03:11:25 +00:00
2013-12-17 10:53:17 +00:00
2013-11-11 13:19:55 +00:00
2013-12-15 07:07:13 +00:00
2013-12-05 21:58:02 +00:00