Home
last modified time | relevance | path

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

/dragonfly/test/stress/stress2/misc/
H A Dldt.sh242 int enable1;
244 if (i386_get_ioperm(port_num, &length1, &enable1) == -1) {
248 if (length1 != 0 && enable1 != 0) {
261 if (i386_get_ioperm(port_num, &length1, &enable1) == -1) {
265 if (enable1 != 0) {
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_svm.c348 uint64_t enable1; member
2268 vmcb->ctrl.enable1 = VMCB_CTRL_ENABLE_NP; in svm_vcpu_init()