/openbmc/libcper/include/libcper/ |
H A D | Cper.h | 160 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 D | cper-utils.h | 24 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 D | cper-section-ipf.h | 24 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 D | cper-section-cxl-protocol.h | 30 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 D | cper-section-dmar-vtd.h | 17 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 D | cper-section-cxl-component.h | 20 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 D | cper-section-pci-dev.h | 21 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 D | cper-section-ia32x64.h | 70 UINT64 Eax; 71 UINT64 Ebx; 72 UINT64 Ecx; 73 UINT64 Edx; 74 UINT64 Reserved[2];
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-pci-bus.c | 22 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 D | gen-section-ia32x64.c | 54 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 D | gen-section-memory.c | 22 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory() 53 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory2()
|
H A D | gen-section-dmar.c | 23 UINT64 *reserved = (UINT64 *)(bytes + 16); in generate_section_dmar_generic() 78 UINT64 *reserved = (UINT64 *)(bytes + 24); in generate_section_dmar_iommu()
|
H A D | gen-section-firmware.c | 29 UINT64 *record_id = (UINT64 *)(bytes + 8); in generate_section_firmware()
|
H A D | gen-section-generic.c | 22 UINT64 *validation = (UINT64 *)*location; in generate_section_generic()
|
H A D | gen-section-pci-dev.c | 27 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_dev()
|
H A D | gen-section-pcie.c | 24 UINT64 *validation = (UINT64 *)bytes; in generate_section_pcie()
|
H A D | gen-section-cxl-protocol.c | 31 UINT64 *validation = (UINT64 *)bytes; in generate_section_cxl_protocol()
|
/openbmc/libcper/ |
H A D | cper-utils.c | 81 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 D | fuzz.py | 25 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 D | cper-section-arm.c | 507 (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 *)®_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 D | cper-section-pci-dev.c | 80 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 D | cper-section-cxl-protocol.c | 215 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 D | cper-section-dmar-vtd.c | 23 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 D | gen-utils.c | 34 UINT64 *error_section = (UINT64 *)start; in create_valid_error_section()
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 571 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 …]
|