Searched refs:taken (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c1140 uint_t taken; local
1144 taken = (rp->r_ps & FASTTRAP_EFLAGS_OF) != 0;
1147 taken = (rp->r_ps & FASTTRAP_EFLAGS_OF) == 0;
1150 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) != 0;
1153 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) == 0;
1156 taken = (rp->r_ps & FASTTRAP_EFLAGS_ZF) != 0;
1159 taken = (rp->r_ps & FASTTRAP_EFLAGS_ZF) == 0;
1162 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) != 0 ||
1166 taken = (rp->r_ps & FASTTRAP_EFLAGS_CF) == 0 &&
1170 taken
1211 uint_t taken; local
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm52 ; Two actions may be taken in this handler since the Guest OS may
81 ; is taken from the guest OS in order to get proper SSE handling.
84 ; Actions taken depending on the guest CR0 flags:
H A DTRPMRCHandlersA.asm1029 ; and special care to be taken to restore the hypervisor
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm26 ;; This VBE Bios is based on information taken from :
H A DVBoxVgaBiosAlternative.asm63 ; This VBE Bios is based on information taken from :
108 ; // This VGA Bios is based on information taken from :
149 ; // This VBE Bios is based on information taken from :
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm610 ;; Return from block move (shutdown code 09h). Care must be taken to disturb
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm2332 ; (@todo figure out which path is taken most often (1 or 2))

Completed in 125 milliseconds