Searched refs:DF (Results 1 - 10 of 10) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dexec.h64 #define DF (env->df) macro
317 return env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
324 DF = 1 - (2 * ((eflags >> 10) & 1));
H A Dop_helper.c146 eflags |= (DF & DF_MASK);
180 eflags |= (DF & DF_MASK);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h214 /// The option of copying the DF bit from an outbound package to
220 EfiIPsecTunnelClearDf, ///< Clear DF bit from inner header.
221 EfiIPsecTunnelSetDf, ///< Set DF bit from inner header.
222 EfiIPsecTunnelCopyDf ///< Copy DF bit from inner header.
238 /// The option of copying the DF bit from an outbound package
242 EFI_IPSEC_TUNNEL_DF_OPTION DF; member in struct:_EFI_IPSEC_TUNNEL_OPTION
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h1011 UINT32 DF:1; member in struct:__anon10757
1055 UINT16 DF:1; member in struct:__anon10759
/vbox/src/recompiler/
H A Dcpu-exec.c264 DF = 1 - (2 * ((env->eflags >> 10) & 1));
716 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
846 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DPolicyEntryOperation.c462 (*Data)->ProcessingPolicy->TunnelOption->DF = EfiIPsecTunnelCopyDf;
466 &(*Data)->ProcessingPolicy->TunnelOption->DF,
1524 OldData->ProcessingPolicy->TunnelOption->DF = NewData->ProcessingPolicy->TunnelOption->DF;
H A DDump.c361 Print (L" %s]", MapIntegerToString (Data->ProcessingPolicy->TunnelOption->DF, mMapDfOption));
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm92 dd 0 ; 8 - #DF - A - 0 - Double fault.
133 dd 0 ; 8 - #DF - A - 0 - Double fault.
1136 ; Trap handler for double fault (#DF).
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h4839 UINT32 DF:1; ///< Direction Flag. member in struct:__anon11926::__anon11927
4865 UINT32 DF:1; ///< Direction Flag. member in struct:__anon11928::__anon11929
/vbox/src/recompiler/tests/
H A Dtest-i386.c1521 #define TEST_STRING1(OP, size, DF, REP)\
1532 DF "\n\t"\

Completed in 2322 milliseconds