-
- Downloads
ia32: Rework the notion of isValidVTableRoot to be a check for what is...
ia32: Rework the notion of isValidVTableRoot to be a check for what is permissable for a TCB to contain in its VTableRoot, and create a new isValidNativeRoot to be a check for whether a capability is a PD or PDPT that can be directly run. VTableRoots that are not native would be something like EPT if using vtx
Showing
- include/arch/ia32/arch/kernel/vspace.h 2 additions, 1 deletioninclude/arch/ia32/arch/kernel/vspace.h
- src/arch/ia32/fastpath/fastpath.c 3 additions, 3 deletionssrc/arch/ia32/fastpath/fastpath.c
- src/arch/ia32/kernel/vspace.c 6 additions, 6 deletionssrc/arch/ia32/kernel/vspace.c
- src/arch/ia32/kernel/vspace_32.c 8 additions, 3 deletionssrc/arch/ia32/kernel/vspace_32.c
- src/arch/ia32/kernel/vspace_pae.c 10 additions, 6 deletionssrc/arch/ia32/kernel/vspace_pae.c
Please register or sign in to comment