minix/servers/vm/arch/i386
Tomas Hruby 6513d20744 SMP - Process is stopped when VM modifies the page tables
- RTS_VMINHIBIT flag is used to stop process while VM is fiddling with
  its pagetables

- more generic way of sending synchronous scheduling events among cpus

- do the x-cpu smp sched calls only if the target process is runnable.
  If it is not, it cannot be running and it cannot become runnable
  this CPU holds the BKL
2010-09-15 14:11:12 +00:00
..
arch_vmproc.h Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
Makefile.inc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
memory.h Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
pagefaults.h Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
pagetable.c SMP - Process is stopped when VM modifies the page tables 2010-09-15 14:11:12 +00:00
pagetable.h vm: include no-caching bits in PTF_ALLFLAGS for flags sanity check. 2010-04-13 11:08:08 +00:00
util.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
vm.c vm: use assert() instead of vm_assert(); remove vm_assert(). 2010-04-12 12:37:28 +00:00