Searched defs:x64 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/dump/ |
H A D | win_dump.c | 28 static size_t win_dump_ptr_size(bool x64) in win_dump_ptr_size() 42 static size_t win_dump_ctx_size(bool x64) in win_dump_ctx_size() 83 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs() 114 static void patch_mm_pfn_database(WinDumpHeader *h, bool x64, Error **errp) in patch_mm_pfn_database() 125 static void patch_bugcheck_data(WinDumpHeader *h, bool x64, Error **errp) in patch_bugcheck_data() 155 static void patch_header(WinDumpHeader *h, bool x64) in patch_header() 180 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header() 203 static void check_kdbg(WinDumpHeader *h, bool x64, Error **errp) in check_kdbg() 249 static void patch_and_save_context(WinDumpHeader *h, bool x64, in patch_and_save_context() 395 static void restore_context(WinDumpHeader *h, bool x64, in restore_context() [all …]
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_image_loader.c | 121 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate() local
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 138 { u32 x64; u8/*bool*/ x65 = addcarryx_u25(x61, x29, x62, &x64); in fe_freeze() local 358 { u64 x64 = (x63 + x57); in fe_mul_impl() local 501 { u64 x64 = (x63 + x29); in fe_sqr_impl() local 681 { u64 x64 = (x63 + x57); in fe_mul_121666_impl() local
|
/openbmc/qemu/include/qemu/ |
H A D | win_dump_defs.h | 134 WinDumpHeader64 x64; member 283 WinContext64 x64; member
|
/openbmc/linux/crypto/ |
H A D | ecc.c | 793 #define AND64H(x64) (x64 & 0xffFFffFF00000000ull) argument 794 #define AND64L(x64) (x64 & 0x00000000ffFFffFFull) argument
|