Home
last modified time | relevance | path

Searched refs:x64 (Results 1 – 25 of 238) sorted by relevance

12345678910

/openbmc/qemu/dump/
H A Dwin_dump.c28 static size_t win_dump_ptr_size(bool x64) in win_dump_ptr_size() argument
30 return x64 ? sizeof(uint64_t) : sizeof(uint32_t); in win_dump_ptr_size()
33 #define _WIN_DUMP_FIELD(f) (x64 ? h->x64.f : h->x32.f)
36 #define _WIN_DUMP_FIELD_PTR(f) (x64 ? (void *)&h->x64.f : (void *)&h->x32.f)
39 #define _WIN_DUMP_FIELD_SIZE(f) (x64 ? sizeof(h->x64.f) : sizeof(h->x32.f))
42 static size_t win_dump_ctx_size(bool x64) in win_dump_ctx_size() argument
44 return x64 ? sizeof(WinContext64) : sizeof(WinContext32); in win_dump_ctx_size()
83 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs() argument
100 static int cpu_read_ptr(bool x64, CPUState *cpu, uint64_t addr, uint64_t *ptr) in cpu_read_ptr() argument
106 ret = cpu_memory_rw_debug(cpu, addr, x64 ? (void *)&ptr64 : (void *)&ptr32, in cpu_read_ptr()
[all …]
/openbmc/u-boot/board/intel/bayleybay/acpi/
H A Dmainboard.asl22 IO(Decode16, 0x64, 0x64, 0x00, 0x01)
39 IO(Decode16, 0x64, 0x64, 0x00, 0x01)
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_seq.h_shipped194 0x01, 0x64, 0xd8, 0x31,
195 0x01, 0x64, 0x32, 0x31,
196 0x5b, 0x64, 0xc8, 0x28,
197 0x30, 0x64, 0xca, 0x18,
199 0xff, 0x64, 0x8e, 0x79,
202 0x01, 0x64, 0x86, 0x61,
206 0xff, 0x64, 0xc8, 0x18,
207 0xff, 0x64, 0x80, 0x69,
241 0xbf, 0x64, 0x58, 0x7a,
242 0x80, 0x64, 0xa0, 0x73,
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h108 __SYS_STUB0(x64, sys_##name)
111 __SYS_STUBx(x64, sys##name, \
115 __COND_SYSCALL(x64, sys_##name)
172 __SYS_STUB0(x64, compat_sys_##name)
175 __SYS_STUBx(x64, compat_sys##name, \
179 __COND_SYSCALL(x64, compat_sys_##name)
/openbmc/u-boot/arch/arm/dts/
H A Darmada-385-turris-omnia-u-boot.dtsi31 /* ATSHA204A at address 0x64 */
35 reg = <0x64>;
/openbmc/qemu/tests/uefi-test-tools/
H A Duefi-test-build.config45 # x64
47 [build.x64]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_watchdog.robot133 # Example: Get watchdog response is 0x06 0x24 0x05 0x00 0x64 0x00 0x64 0x00.
134 # Start_timer_value is bits 6 - 7; set to 0x64 0x00 (100 ms decimal).
135 # Reverse bits 6 - 7 due to BMC being little endian; new value is 0x00 0x64.
136 # Convert hex value 0x00 0x64 to integer; start_timer_integer = 100.
350 # Example: Get watchdog response is 0x06 0x24 0x05 0x00 0x64 0x00 0x64 0x00.
351 # Start_timer_value is bits 6 - 7; set to 0x64 0x00 (100 ms decimal).
352 # Reverse bits 6 - 7 due to BMC being little endian; new value is 0x00 0x64.
353 # Convert hex value 0x00 0x64 to integer; start_timer_integer = 100.
/openbmc/linux/Documentation/virt/hyperv/
H A Doverview.rst15 Hyper-V runs on x86/x64 and arm64 architectures, and Linux guests
23 * Implicit traps: As defined by the x86/x64 or arm64 architecture,
32 Hyper-V. On x86/x64, hypercalls use a Hyper-V specific calling
37 synthetic registers. On x86/x64 these registers appear as MSRs in
39 the normal mechanisms defined by the x86/x64 architecture. On
53 x86/x64 architecture only.
87 range of 4 Kbytes. Since the Linux guest page size on x86/x64 is
143 On x86/x64, Hyper-V supports 32-bit and 64-bit guests, and Linux
153 format on both x86/x64 and arm64. Big-endian format on arm64 is not
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex337 % IA32/x64 error section.
338 \section{IA32/x64 Processor Error Section}
340 …describes the JSON format for a single IA32/x64 Error Section from a CPER record. The GUID used fo…
342 validationBits & object & IA32/x64 Processor Error Validation Structure as described in Subsection …
346 cpuidInfo & object & IA32/x64 CPUINFO Structure as defined in Subsection \ref{subsection:ia32x64cpu…
348 processorErrorInfo & array & Array of IA32/x64 Processor Error Info Structures as described in Subs…
350 processorContextInfo & array & Array of IA32/x64 Processor Context Info Structures as described in …
351 \jsontableend{IA32/x64 Processor Error structure field table.}
353 % IA32/x64 validation bitfield structure.
354 \subsection{IA32/x64 Processor Error Validation Structure}
[all …]
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dddr-setup.cfg19 * memory bus width: 64 bits x16/x32/x64
21 * memory bus width: 64 bits x16/x32/x64
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dddr-setup.cfg20 * memory bus width: 64 bits x16/x32/x64
22 * memory bus width: 64 bits x16/x32/x64
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dddr-setup.cfg20 * memory bus width: 64 bits x16/x32/x64
22 * memory bus width: 64 bits x16/x32/x64
/openbmc/qemu/tests/bench/
H A Dtest_akcipher_keys.c.inc52 0x14, 0x43, 0xe9, 0x64, 0xea, 0xe3, 0xa8, 0xe2,
77 0xf0, 0x71, 0x53, 0x72, 0x64, 0xa3, 0x4d, 0xae,
102 0x02, 0xc3, 0x68, 0x5c, 0xa8, 0xfc, 0xed, 0x64,
126 0x44, 0xe0, 0x64, 0xfd, 0xe1, 0xde, 0x33, 0x1e,
131 0x6c, 0xa6, 0x64, 0x05, 0x5f, 0x56, 0xba, 0xda,
148 0xaf, 0x64, 0x0d, 0x14, 0xec, 0x8c, 0xeb, 0x71,
206 0x4c, 0xff, 0x31, 0x36, 0xbb, 0xcb, 0x64, 0x1a,
246 0x4f, 0xee, 0x0e, 0xa1, 0x5c, 0x43, 0x64, 0xd0,
310 0x64, 0xa5, 0x6e, 0xff, 0xf3, 0x80, 0x60, 0xc2,
319 0x6a, 0x9b, 0x43, 0xc2, 0x05, 0x64, 0xd4, 0x7b,
[all …]
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dvideo_extension.rst50 0x64,
61 0x64
69 0x64 brightness value) inclusive. Each of those index values is regarded
/openbmc/qemu/docs/system/arm/
H A Dmusicpal.rst17 - 128x64 display with brightness control
H A Dstellaris.rst25 - OSRAM Pictiva 128x64 OLED with SSD0323 controller connected via
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c138 { u32 x64; u8/*bool*/ x65 = addcarryx_u25(x61, x29, x62, &x64); in fe_freeze() local
154 out[3] = x64; in fe_freeze()
358 { u64 x64 = (x63 + x57); in fe_mul_impl() local
400 { u64 x106 = (x104 + x64); in fe_mul_impl()
501 { u64 x64 = (x63 + x29); in fe_sqr_impl() local
502 { u64 x65 = (x64 >> 0x1a); in fe_sqr_impl()
503 { u32 x66 = ((u32)x64 & 0x3ffffff); in fe_sqr_impl()
681 { u64 x64 = (x63 + x57); in fe_mul_121666_impl() local
723 { u64 x106 = (x104 + x64); in fe_mul_121666_impl()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmarvell-bt-8xxx.txt64 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
81 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h134 WinDumpHeader64 x64; member
283 WinContext64 x64; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0004-chunkio-Link-with-fts-library-with-musl.patch7 cio_utils.c:(.text+0x64): undefined reference to `fts_read'
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c121 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate() local
138 *x64 += (uint64_t)delta; in efi_loader_relocate()
/openbmc/linux/arch/mips/boot/dts/loongson/
H A Dloongson64g-package.dtsi26 reg = <0 0x3ff01400 0x64>;
H A Dloongson64c-package.dtsi29 reg = <0 0x3ff01400 0x64>;
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dti-phy.txt74 <0x4a084800 0x64>,
90 <0x4A096400 0x64>, /* phy_tx */
/openbmc/linux/Documentation/i2c/
H A Dslave-eeprom-backend.rst16 24c02, read/write, address 0x64:

12345678910