Searched refs:x86 (Results 76 - 100 of 630) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DRecoveryDevice.h52 0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1, 0x86 } \
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4Config.h25 0x3b95aa31, 0x3793, 0x434b, {0x86, 0x67, 0xc8, 0x07, 0x08, 0x92, 0xe0, 0x5e } \
H A DSmmSxDispatch2.h25 0x456d2859, 0xa84b, 0x4e47, {0xa2, 0xee, 0x32, 0x76, 0xd8, 0x86, 0x99, 0x7d } \
H A DVlanConfig.h24 0x9e23d768, 0xd2f3, 0x4366, {0x9f, 0xc3, 0x3a, 0x7a, 0xba, 0x86, 0x43, 0x74 } \
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DLibSmbiosView.h26 #define DMI_NO_CHANGE 0x86
/vbox/include/VBox/vmm/
H A Ddbgfsel.h31 #include <iprt/x86.h>
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.h98 {0x94, 0xb1, 0xd5, 0x27, 0x86, 0x1c, 0xde, 0xd4} \
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/
H A DMakefile51 # Force 32-bit code even on an x86-64 machine
91 # Include common x86 Makefile
93 MAKEDEPS += arch/x86/Makefile
94 include arch/x86/Makefile
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/scripts/
H A Dlinux.lds8 OUTPUT_FORMAT ( "elf64-x86-64", "elf64-x86-64", "elf64-x86-64" )
9 OUTPUT_ARCH ( i386:x86-64 )
/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicCmpXchgU64.asm37 ; @param pu64 x86:ebp+8 gcc:rdi msc:rcx
38 ; @param u64New x86:ebp+c gcc:rsi msc:rdx
39 ; @param u64Old x86:ebp+14 gcc:rdx msc:r8
42 ; x86:al
H A DASMAtomicCmpXchgU8.asm37 ; @param pu8 x86:esp+4 msc:rcx gcc:rdi
38 ; @param u8New x86:esp+8 msc:dl gcc:sil
39 ; @param u8Old x86:esp+c msc:r8l gcc:dl
42 ; x86:al
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dregs.h35 * Description: Header file for x86 register definitions.
216 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
217 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
218 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
219 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
220 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
311 x86 - X86 registers
317 X86EMU_regs x86; member in struct:__anon6845
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dregs.h35 * Description: Header file for x86 register definitions.
216 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
217 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
218 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
219 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
220 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
311 x86 - X86 registers
317 X86EMU_regs x86; member in struct:__anon7164
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dregs.h35 * Description: Header file for x86 register definitions.
205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
300 x86 - X86 registers
306 X86EMU_regs x86; member in struct:__anon7472
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dregs.h35 * Description: Header file for x86 register definitions.
205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
300 x86 - X86 registers
306 X86EMU_regs x86; member in struct:__anon7847
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dregs.h35 * Description: Header file for x86 register definitions.
205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
300 x86 - X86 registers
306 X86EMU_regs x86; member in struct:__anon8199
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dregs.h35 * Description: Header file for x86 register definitions.
205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
300 x86 - X86 registers
306 X86EMU_regs x86; member in struct:__anon8516
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dregs.h35 * Description: Header file for x86 register definitions.
205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
300 x86 - X86 registers
306 X86EMU_regs x86; member in struct:__anon8835
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dregs.h35 * Description: Header file for x86 register definitions.
205 #define TOGGLE_FLAG(flag) (M.x86.R_FLG ^= (flag))
206 #define SET_FLAG(flag) (M.x86.R_FLG |= (flag))
207 #define CLEAR_FLAG(flag) (M.x86.R_FLG &= ~(flag))
208 #define ACCESS_FLAG(flag) (M.x86.R_FLG & (flag))
209 #define CLEARALL_FLAG(m) (M.x86.R_FLG = 0)
300 x86 - X86 registers
306 X86EMU_regs x86; member in struct:__anon9149

Completed in 101 milliseconds

1234567891011>>