Home
last modified time | relevance | path

Searched refs:UINT64 (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/libcper/include/libcper/
H A DCper.h160 UINT64 RecordID;
162 UINT64 PersistenceInfo;
355 UINT64 ValidFields;
363 UINT64 VersionInfo;
365 UINT64 ApicId;
366 UINT64 TargetAddr;
367 UINT64 RequestorId;
368 UINT64 ResponderId;
369 UINT64 InstructionIP;
419 UINT64 ValidFields;
[all …]
H A Dcper-utils.h24 UINT64 ui64;
33 json_object *uniform_struct64_to_ir(UINT64 *start, int len,
37 void ir_to_uniform_struct64(json_object *ir, UINT64 *start, int len,
39 json_object *integer_to_readable_pair(UINT64 value, int len, const int keys[],
47 UINT64 readable_pair_to_integer(json_object *pair);
48 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields,
50 UINT64 ir_to_bitfield(json_object *ir, int num_fields, const char *names[]);
54 json_object *uint64_array_to_ir_array(UINT64 *array, int len);
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-ipf.h24 UINT64 ProcErrorMapValid : 1;
25 UINT64 ProcStateParameterValid : 1;
26 UINT64 ProcCrLidValid : 1;
27 UINT64 PsiStaticStructValid : 1;
28 UINT64 CacheCheckNum : 4;
29 UINT64 TlbCheckNum : 4;
30 UINT64 BusCheckNum : 4;
31 UINT64 RegFileCheckNum : 4;
32 UINT64 MsCheckNum : 4;
33 UINT64 CpuIdInfoValid : 1;
[all …]
H A Dcper-section-cxl-protocol.h30 UINT64 VendorId : 16;
31 UINT64 DeviceId : 16;
32 UINT64 SubsystemVendorId : 16;
33 UINT64 SubsystemDeviceId : 16;
34 UINT64 ClassCode : 16;
35 UINT64 Reserved1 : 3;
36 UINT64 SlotNumber : 13;
37 UINT64 Reserved2 : 32;
41 UINT64 FunctionNumber : 8;
42 UINT64 DeviceNumber : 8;
[all …]
H A Dcper-section-dmar-vtd.h17 UINT64 Resv1 : 12;
18 UINT64 FaultInformation : 52;
19 UINT64 SourceIdentifier : 16;
20 UINT64 Resv2 : 13;
21 UINT64 PrivelegeModeRequested : 1;
22 UINT64 ExecutePermissionRequested : 1;
23 UINT64 PasidPresent : 1;
24 UINT64 FaultReason : 8;
25 UINT64 PasidValue : 20;
26 UINT64 AddressType : 2;
[all …]
H A Dcper-section-cxl-component.h20 UINT64 VendorId : 16;
21 UINT64 DeviceId : 16;
22 UINT64 FunctionNumber : 8;
23 UINT64 DeviceNumber : 8;
24 UINT64 BusNumber : 8;
25 UINT64 SegmentNumber : 16;
26 UINT64 Resv1 : 3;
27 UINT64 SlotNumber : 13;
28 UINT64 Resv2 : 8;
33 UINT64 ValidBits;
[all …]
H A Dcper-section-pci-dev.h21 UINT64 VendorId : 16;
22 UINT64 DeviceId : 16;
23 UINT64 ClassCode : 24;
24 UINT64 FunctionNumber : 8;
25 UINT64 DeviceNumber : 8;
26 UINT64 BusNumber : 8;
27 UINT64 SegmentNumber : 8;
28 UINT64 Reserved : 40;
32 UINT64 ValidFields;
H A Dcper-section-ia32x64.h70 UINT64 Eax;
71 UINT64 Ebx;
72 UINT64 Ecx;
73 UINT64 Edx;
74 UINT64 Reserved[2];
/openbmc/libcper/generator/sections/
H A Dgen-section-pci-bus.c22 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_bus()
31 UINT64 *bus_command = (UINT64 *)(bytes + 40); in generate_section_pci_bus()
32 *bus_command &= ((UINT64)0x1 << 56); //Bus command bytes bar bit 56. in generate_section_pci_bus()
H A Dgen-section-ia32x64.c54 UINT64 *validation = (UINT64 *)section; in generate_section_ia32x64()
91 UINT64 *validation = (UINT64 *)(error_structure + 16); in generate_ia32x64_error_structure()
101 UINT64 *check_info = (UINT64 *)(error_structure + 24); in generate_ia32x64_error_structure()
H A Dgen-section-memory.c22 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory()
53 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory2()
H A Dgen-section-dmar.c23 UINT64 *reserved = (UINT64 *)(bytes + 16); in generate_section_dmar_generic()
78 UINT64 *reserved = (UINT64 *)(bytes + 24); in generate_section_dmar_iommu()
H A Dgen-section-firmware.c29 UINT64 *record_id = (UINT64 *)(bytes + 8); in generate_section_firmware()
H A Dgen-section-generic.c22 UINT64 *validation = (UINT64 *)*location; in generate_section_generic()
H A Dgen-section-pci-dev.c27 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_dev()
H A Dgen-section-pcie.c24 UINT64 *validation = (UINT64 *)bytes; in generate_section_pcie()
H A Dgen-section-cxl-protocol.c31 UINT64 *validation = (UINT64 *)bytes; in generate_section_cxl_protocol()
/openbmc/libcper/
H A Dcper-utils.c81 json_object *uniform_struct64_to_ir(UINT64 *start, int len, const char *names[]) in uniform_struct64_to_ir()
85 UINT64 *cur = start; in uniform_struct64_to_ir()
113 void ir_to_uniform_struct64(json_object *ir, UINT64 *start, int len, in ir_to_uniform_struct64()
116 UINT64 *cur = start; in ir_to_uniform_struct64()
137 json_object *integer_to_readable_pair(UINT64 value, int len, const int keys[], in integer_to_readable_pair()
147 if ((UINT64)keys[i] == value) { in integer_to_readable_pair()
183 UINT64 readable_pair_to_integer(json_object *pair) in readable_pair_to_integer()
189 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields, in bitfield_to_ir()
226 UINT64 ir_to_bitfield(json_object *ir, int num_fields, const char *names[]) in ir_to_bitfield()
228 UINT64 result = 0x0; in ir_to_bitfield()
[all …]
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py25 UINT64 = 0xffffffffffffffff variable
36 UINT64_V = UINT32_V + [0x1000000, 0x10000000, 0x100000000, UINT64//4,
37 UINT64//2 - 1, UINT64//2, UINT64//2 + 1, UINT64 - 1,
38 UINT64]
/openbmc/libcper/sections/
H A Dcper-section-arm.c507 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
508 sizeof(EFI_ARM_V8_AARCH64_GPR) / sizeof(UINT64), in cper_arm_processor_context_to_ir()
513 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
515 sizeof(UINT64), in cper_arm_processor_context_to_ir()
520 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
522 sizeof(UINT64), in cper_arm_processor_context_to_ir()
527 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
529 sizeof(UINT64), in cper_arm_processor_context_to_ir()
1036 ir_to_uniform_struct64(registers, (UINT64 *)&reg_array, in ir_arm_aarch64_gpr_to_cper()
1037 sizeof(EFI_ARM_V8_AARCH64_GPR) / sizeof(UINT64), in ir_arm_aarch64_gpr_to_cper()
[all …]
H A Dcper-section-pci-dev.c80 UINT64 *cur_pos = (UINT64 *)(dev_error + 1); in cper_section_pci_dev_to_ir()
173 UINT64 pair[2]; in ir_section_pci_dev_to_cper()
180 fwrite(pair, sizeof(UINT64), 2, out); in ir_section_pci_dev_to_cper()
H A Dcper-section-cxl-protocol.c215 UINT64 function = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
218 UINT64 device = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
221 UINT64 bus = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
223 UINT64 segment = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
H A Dcper-section-dmar-vtd.c23 UINT64 oem_id = 0; in cper_section_dmar_vtd_to_ir()
25 oem_id |= (UINT64)vtd_error->OemId[i] << (i * 8); in cper_section_dmar_vtd_to_ir()
132 UINT64 oem_id = json_object_get_uint64( in ir_section_dmar_vtd_to_cper()
/openbmc/libcper/generator/
H A Dgen-utils.c34 UINT64 *error_section = (UINT64 *)start; in create_valid_error_section()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex571 eax & uint64 & The EAX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
573 ebx & uint64 & The EBX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
575 ecx & uint64 & The ECX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
577 edx & uint64 & The EDX register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
579 esi & uint64 & The ESI register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
581 edi & uint64 & The EDI register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
583 ebp & uint64 & The EBP register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
585 esp & uint64 & The ESP register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.…
587 cs & uint64 & The CS register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.\\
589 ds & uint64 & The DS register. Real maximum is \texttt{UINT32}, null extended to \texttt{UINT64}.\\
[all …]

12