Home
last modified time | relevance | path

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

12

/openbmc/libcper/include/libcper/
H A DCper.h799 UINT64 R8;
800 UINT64 R9;
1612 UINT64 X0;
1613 UINT64 X1;
1614 UINT64 X2;
1615 UINT64 X3;
1616 UINT64 X4;
1617 UINT64 X5;
1618 UINT64 X6;
1619 UINT64 X7;
[all …]
H A Dcper-utils.h20 json_object *uniform_struct64_to_ir(UINT64 *start, int len,
24 void ir_to_uniform_struct64(json_object *ir, UINT64 *start, int len,
26 json_object *integer_to_readable_pair(UINT64 value, int len, const int keys[],
34 UINT64 readable_pair_to_integer(json_object *pair);
35 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields,
37 UINT64 ir_to_bitfield(json_object *ir, int num_fields, const char *names[]);
38 json_object *uint64_array_to_ir_array(UINT64 *array, int len);
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-ipf.h45 UINT64 ProcErrorMap;
47 UINT64 ProcCrLid;
51 UINT64 ValidBits;
52 UINT64 ModCheckInfo;
53 UINT64 ModTargetId;
65 UINT64 ValidBits;
67 UINT64 Brs[8];
68 UINT64 Crs[128];
69 UINT64 Ars[128];
70 UINT64 Rrs[8];
[all …]
H A Dcper-section-cxl-protocol.h35 UINT64 VendorId : 16;
36 UINT64 DeviceId : 16;
39 UINT64 ClassCode : 16;
40 UINT64 Reserved1 : 3;
41 UINT64 SlotNumber : 13;
42 UINT64 Reserved2 : 32;
48 UINT64 BusNumber : 8;
50 UINT64 Reserved : 24;
60 UINT64 ValidBits;
61 UINT64 CxlAgentType;
[all …]
H A Dcper-section-dmar-vtd.h23 UINT64 Resv1 : 12;
24 UINT64 FaultInformation : 52;
25 UINT64 SourceIdentifier : 16;
26 UINT64 Resv2 : 13;
27 UINT64 PrivelegeModeRequested : 1;
29 UINT64 PasidPresent : 1;
30 UINT64 FaultReason : 8;
31 UINT64 PasidValue : 20;
32 UINT64 AddressType : 2;
33 UINT64 Type : 1;
[all …]
H A Dcper-section-cxl-component.h22 UINT64 VendorId : 16;
23 UINT64 DeviceId : 16;
24 UINT64 FunctionNumber : 8;
25 UINT64 DeviceNumber : 8;
26 UINT64 BusNumber : 8;
27 UINT64 SegmentNumber : 16;
28 UINT64 Resv1 : 3;
29 UINT64 SlotNumber : 13;
30 UINT64 Resv2 : 8;
35 UINT64 ValidBits;
[all …]
H A Dcper-section-pci-dev.h22 UINT64 VendorId : 16;
23 UINT64 DeviceId : 16;
24 UINT64 ClassCode : 24;
25 UINT64 FunctionNumber : 8;
26 UINT64 DeviceNumber : 8;
27 UINT64 BusNumber : 8;
28 UINT64 SegmentNumber : 8;
29 UINT64 Reserved : 40;
33 UINT64 ValidFields;
H A Dcper-section-ia32x64.h105 UINT64 Eax;
106 UINT64 Ebx;
107 UINT64 Ecx;
108 UINT64 Edx;
109 UINT64 Reserved[2];
/openbmc/libcper/generator/sections/
H A Dgen-section-pci-bus.c21 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_bus()
25 UINT64 *bus_command = (UINT64 *)(bytes + 40); in generate_section_pci_bus()
26 *bus_command &= ((UINT64)0x1 << 56); //Bus command bytes bar bit 56. in generate_section_pci_bus()
H A Dgen-section-memory.c21 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory()
45 UINT64 *validation = (UINT64 *)bytes; in generate_section_memory2()
H A Dgen-section-ia32x64.c52 UINT64 *validation = (UINT64 *)section; in generate_section_ia32x64()
84 UINT64 *validation = (UINT64 *)(error_structure + 16); in generate_ia32x64_error_structure()
89 UINT64 *check_info = (UINT64 *)(error_structure + 24); in generate_ia32x64_error_structure()
H A Dgen-section-dmar.c21 UINT64 *reserved = (UINT64 *)(bytes + 16); in generate_section_dmar_generic()
72 UINT64 *reserved = (UINT64 *)(bytes + 24); in generate_section_dmar_iommu()
H A Dgen-section-arm.c59 UINT64 *validation = (UINT64 *)section; in generate_section_arm()
102 UINT64 *error_subinfo = (UINT64 *)(error_info + 8); in generate_arm_error_info()
H A Dgen-section-firmware.c27 UINT64 *record_id = (UINT64 *)(bytes + 8); in generate_section_firmware()
H A Dgen-section-pci-dev.c26 UINT64 *validation = (UINT64 *)bytes; in generate_section_pci_dev()
H A Dgen-section-pcie.c27 UINT64 *validation = (UINT64 *)bytes; in generate_section_pcie()
H A Dgen-section-cxl-protocol.c30 UINT64 *validation = (UINT64 *)bytes; in generate_section_cxl_protocol()
/openbmc/libcper/
H A Dcper-utils.c80 json_object *uniform_struct64_to_ir(UINT64 *start, int len, const char *names[]) in uniform_struct64_to_ir()
84 UINT64 *cur = start; in uniform_struct64_to_ir()
110 void ir_to_uniform_struct64(json_object *ir, UINT64 *start, int len, in ir_to_uniform_struct64()
113 UINT64 *cur = start; in ir_to_uniform_struct64()
134 json_object *integer_to_readable_pair(UINT64 value, int len, const int keys[], in integer_to_readable_pair()
144 if ((UINT64)keys[i] == value) { in integer_to_readable_pair()
180 UINT64 readable_pair_to_integer(json_object *pair) in readable_pair_to_integer()
186 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields, in bitfield_to_ir()
200 UINT64 ir_to_bitfield(json_object *ir, int num_fields, const char *names[]) in ir_to_bitfield()
202 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.c412 (UINT64 *)cur_pos, in cper_arm_processor_context_to_ir()
413 sizeof(EFI_ARM_V8_AARCH64_GPR) / sizeof(UINT64), in cper_arm_processor_context_to_ir()
418 (UINT64 *)cur_pos, in cper_arm_processor_context_to_ir()
420 sizeof(UINT64), in cper_arm_processor_context_to_ir()
425 (UINT64 *)cur_pos, in cper_arm_processor_context_to_ir()
427 sizeof(UINT64), in cper_arm_processor_context_to_ir()
432 (UINT64 *)cur_pos, in cper_arm_processor_context_to_ir()
434 sizeof(UINT64), in cper_arm_processor_context_to_ir()
840 sizeof(UINT64), in ir_arm_aarch64_el1_to_cper()
855 sizeof(UINT64), in ir_arm_aarch64_el2_to_cper()
[all …]
H A Dcper-section-pci-dev.c66 UINT64 *cur_pos = (UINT64 *)(dev_error + 1); in cper_section_pci_dev_to_ir()
140 UINT64 pair[2]; in ir_section_pci_dev_to_cper()
147 fwrite(pair, sizeof(UINT64), 2, out); in ir_section_pci_dev_to_cper()
H A Dcper-section-cxl-protocol.c192 UINT64 function = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
194 UINT64 device = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
196 UINT64 bus = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
198 UINT64 segment = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
/openbmc/libcper/generator/
H A Dgen-utils.c34 UINT64 *error_section = (UINT64 *)start; in create_valid_error_section()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0001-Platform-ARM-N1sdp-Add-support-to-parse-NT_FW_CONFIG.patch62 UINT64 Dram2Size;
63 UINT64 RemoteDdrSize;
201 + UINT64 NtFwConfigDtAddr;
245 +UINT64 NtFwConfigDtBlob;
419 UINT64 DramBlock2Size;
420 UINT64 RemoteDdrSize;
440 DramBlock2Size = ((UINT64)(PlatInfo->LocalDdrSize -
442 (UINT64)SIZE_1GB);
466 gArmNeoverseN1SocTokenSpaceGuid.PcdRemotePcieMmio32Translation|0x40000000000|UINT64|0x0000004F
467 gArmNeoverseN1SocTokenSpaceGuid.PcdRemotePcieMmio64Translation|0x40000000000|UINT64|0x00000050
H A D0009-Platform-ARM-N1Sdp-Reserve-OP-TEE-Region-from-UEFI.patch61 gArmNeoverseN1SocTokenSpaceGuid.PcdRemotePcieMmio64Translation|0x40000000000|UINT64|0x00000050
65 + gArmNeoverseN1SocTokenSpaceGuid.PcdOpteeMemoryBase|0xDE000000|UINT64|0x00000052
66 + gArmNeoverseN1SocTokenSpaceGuid.PcdOpteeMemorySize|0x02000000|UINT64|0x00000053

12