Home
last modified time | relevance | path

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

12

/openbmc/libcper/include/libcper/
H A DCper.h171 UINT64 RecordID;
173 UINT64 PersistenceInfo;
371 UINT64 ValidFields;
379 UINT64 VersionInfo;
381 UINT64 ApicId;
382 UINT64 TargetAddr;
383 UINT64 RequestorId;
384 UINT64 ResponderId;
385 UINT64 InstructionIP;
435 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);
77 UINT64 *value_out);
96 UINT64 valu
[all...]
/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 Address;
33 UINT64 Value;
[all …]
H A Dcper-section-nvidia-events.h24 UINT64 EventLinkId;
41 UINT64 InstanceBase;
52 UINT64 Pdi;
66 UINT64 Key;
67 UINT64 Value;
76 UINT64 Value;
91 UINT64 Bar0Start;
92 UINT64 Bar0Size;
93 UINT64 Bar1Start;
94 UINT64 Bar1Size;
[all …]
H A Dcper-section-ia32x64.h73 UINT64 Eax;
74 UINT64 Ebx;
75 UINT64 Ecx;
76 UINT64 Edx;
77 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-nvidia-events.c65 pairs[i].Key = ((UINT64)cper_rand() << 32) | in fill_context_data()
66 (UINT64)cper_rand(); in fill_context_data()
67 pairs[i].Value = ((UINT64)cper_rand() << 32) | in fill_context_data()
68 (UINT64)cper_rand(); in fill_context_data()
85 vals[i].Value = ((UINT64)cper_rand() << 32) | in fill_context_data()
86 (UINT64)cper_rand(); in fill_context_data()
178 event_header->EventLinkId = ((UINT64)cper_rand() << 32) | in generate_section_nvidia_events()
179 (UINT64)cper_rand(); in generate_section_nvidia_events()
217 cpu_info->InstanceBase = ((UINT64)cper_rand() << 32) | in generate_section_nvidia_events()
218 (UINT64)cper_rand(); in generate_section_nvidia_events()
[all …]
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-arm-ras.c147 d->ERR_FR = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
148 d->ERR_CTLR = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
149 d->ERR_STATUS = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
150 d->ERR_ADDR = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
151 d->ERR_MISC0 = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
152 d->ERR_MISC1 = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
154 d->ERR_MISC2 = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
155 d->ERR_MISC3 = (UINT64)cper_rand(); in gen_arm_ras_fill_descriptors()
200 regs[r].RegisterAddress = (UINT64)cper_rand(); in gen_arm_ras_fill_aux_data()
201 regs[r].RegisterValue = (UINT64)cper_rand(); in gen_arm_ras_fill_aux_data()
[all …]
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-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-pcie.c24 UINT64 *validation = (UINT64 *)bytes; in generate_section_pcie()
H A Dgen-section-pci-dev.c27 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_dev()
H A Dgen-section-cxl-protocol.c31 UINT64 *validation = (UINT64 *)bytes; in generate_section_cxl_protocol()
/openbmc/libcper/
H A Dcper-utils.c73 json_object *uniform_struct64_to_ir(UINT64 *start, int len, const char *names[]) in ir_generic_error_status_to_cper()
77 UINT64 *cur = start; in ir_generic_error_status_to_cper()
103 void ir_to_uniform_struct64(json_object *ir, UINT64 *start, int len, in uniform_struct_to_ir()
106 UINT64 *cur = start; in uniform_struct_to_ir()
127 json_object *integer_to_readable_pair(UINT64 value, int len, const int keys[], in ir_to_uniform_struct()
137 if ((UINT64)keys[i] == value) {
169 //Returns a single UINT64 value from the given readable pair object. in integer_to_readable_pair_with_desc()
171 UINT64 readable_pair_to_integer(json_object *pair) in integer_to_readable_pair_with_desc()
177 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields, in integer_to_readable_pair_with_desc()
212 //Converts the given IR bitfield into a standard UINT64 bitfiel in add_to_valid_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/generator/
H A Dgen-utils.c59 UINT64 *error_section = (UINT64 *)start; in create_valid_error_section()
/openbmc/libcper/sections/
H A Dcper-section-pci-dev.c99 UINT64 *cur_pos = (UINT64 *)(dev_error + 1); in cper_section_pci_dev_to_ir()
189 UINT64 pair[2]; in ir_section_pci_dev_to_cper()
196 fwrite(pair, sizeof(UINT64), 2, out); in ir_section_pci_dev_to_cper()
H A Dcper-section-arm.c767 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
768 sizeof(EFI_ARM_V8_AARCH64_GPR) / sizeof(UINT64), in cper_arm_processor_context_to_ir()
785 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
787 sizeof(UINT64), in cper_arm_processor_context_to_ir()
804 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
806 sizeof(UINT64), in cper_arm_processor_context_to_ir()
823 (UINT64 *)*cur_pos, in cper_arm_processor_context_to_ir()
825 sizeof(UINT64), in cper_arm_processor_context_to_ir()
1339 ir_to_uniform_struct64(registers, (UINT64 *)&reg_array, in ir_arm_context_info_to_cper()
1340 sizeof(EFI_ARM_V8_AARCH64_GPR) / sizeof(UINT64), in ir_arm_context_info_to_cper()
[all...]

12