Home
last modified time | relevance | path

Searched refs:VME_USERCHANGE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/i386/include/
Dvm86.h119 #define VME_USERCHANGE (VM_USERCHANGE | PSL_VIP | PSL_VIF) macro
/freebsd-12-stable/sys/i386/i386/
Dmachdep.c799 eflags = (tf->tf_eflags & ~VME_USERCHANGE) |
800 (eflags & VME_USERCHANGE) | PSL_VM;
913 eflags = (tf->tf_eflags & ~VME_USERCHANGE) |
914 (eflags & VME_USERCHANGE) | PSL_VM;
1027 eflags = (tf->tf_eflags & ~VME_USERCHANGE) |
1028 (eflags & VME_USERCHANGE) | PSL_VM;