| /openbmc/qemu/include/qemu/ |
| H A D | range.h | 31 struct Range { struct 41 static inline void range_invariant(const Range *range) in range_invariant() argument 47 #define range_empty ((Range){ .lob = 1, .upb = 0 }) 50 static inline bool range_is_empty(const Range *range) in range_is_empty() 57 static inline bool range_contains(const Range *range, uint64_t val) in range_contains() 63 static inline void range_make_empty(Range *range) in range_make_empty() 75 static inline void range_set_bounds(Range *range, uint64_t lob, uint64_t upb) in range_set_bounds() 88 static inline void range_set_bounds1(Range *range, in range_set_bounds1() 101 static inline uint64_t range_lob(Range *range) in range_lob() 108 static inline uint64_t range_upb(Range *range) in range_upb() [all …]
|
| H A D | typedefs.h | 110 typedef struct Range Range; typedef
|
| /openbmc/qemu/util/ |
| H A D | range.c | 23 int range_compare(Range *a, Range *b) in range_compare() 38 GList *range_list_insert(GList *list, Range *data) in range_list_insert() 73 Range *new = g_new0(Range, 1); in append_new_range() 83 Range *r, *rn; in range_inverse_array() 94 r = (Range *)l->data; in range_inverse_array() 103 r = (Range *)l->data; in range_inverse_array() 104 rn = (Range *)l->next->data; in range_inverse_array() 115 r = (Range *)l->data; in range_inverse_array()
|
| H A D | reserved-region.c | 27 Range *r = ®->range; in resv_region_list_insert() 28 Range *range_iter; in resv_region_list_insert()
|
| H A D | log.c | 392 Range *range = &g_array_index(debug_regions, Range, i); in qemu_log_in_addr_range() 415 sizeof(Range), g_strv_length(ranges)); in qemu_set_dfilter_ranges() 420 struct Range range; in qemu_set_dfilter_ranges()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-resv-mem.c | 29 Range *r = (Range *)l->data; in print_ranges() 53 Range *r = (Range *)l->data; in compare_ranges() 54 Range *er = (Range *)e->data; in compare_ranges() 63 Range *new = g_new0(Range, 1); in insert_sorted_range() 205 Range *range = &r->range; in print_resv_region_list()
|
| /openbmc/openbmc-test-automation/pldm/ |
| H A D | test_pldm_fru.robot | 34 Valid Range pldm_output['FRUTableLength'] 1 35 Valid Range pldm_output['Total number of records in table'] 1 36 Valid Range pldm_output['Total number of Record Set Identifiers in table'] 1
|
| H A D | test_redfish_bios_attributes.robot | 50 Redfish Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type 64 Redfish Verify Set Out Of Range String Value For BIOS String Attribute Type
|
| H A D | test_pldm_bios_attributes.robot | 76 Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type 95 Verify Set Out Of Range String Value For BIOS String Attribute Type
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | control.hpp | 33 Range, enumerator 75 {SetPointType::Range, "Range"},
|
| /openbmc/qemu/qapi/ |
| H A D | string-output-visitor.c | 103 Range *r = g_malloc0(sizeof(*r)); in string_output_append() 112 Range *r = g_malloc0(sizeof(*r)); in string_output_append_range() 118 static void format_string(StringOutputVisitor *sov, Range *r, bool next, in format_string() 205 Range *r = l->data; in print_type_int64() 214 Range *r = l->data; in print_type_int64()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | container-base.c | 293 Range *source = (Range *)src; in copy_iova_range() 294 Range *dest = g_new(Range, 1); in copy_iova_range()
|
| /openbmc/ipmi-fru-parser/ |
| H A D | readeeprom.cpp | 27 ->check(CLI::Range(0, MAX_FRU_ID)); in main()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | i440fx.c | 54 Range pci_hole; 177 Range w64; in i440fx_pcihost_get_pci_hole64_start_value() 210 Range w64; in i440fx_pcihost_get_pci_hole64_end()
|
| H A D | q35.c | 120 Range w64; in q35_host_get_pci_hole64_start_value() 153 Range w64; in q35_host_get_pci_hole64_end()
|
| /openbmc/qemu/include/hw/pci-host/ |
| H A D | q35.h | 54 Range pci_hole;
|
| /openbmc/u-boot/board/freescale/mpc8641hpcn/ |
| H A D | README | 119 Memory Range Device Size 140 Memory Range Device Size
|
| /openbmc/u-boot/board/freescale/mpc837xerdb/ |
| H A D | README | 36 Address Range Device Size Port Size
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | k3-am65.dtsi | 64 /* MCUSS Range */
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_systems_inventory.robot | 39 Valid Range num_cpus ${min_num_cpus} 52 Valid Range total_num_cores ${min_num_cores} 119 Valid Range total_num_supplies ${min_num_power_supplies}
|
| /openbmc/qemu/hw/mem/ |
| H A D | memory-device.c | 220 Range as, new = range_empty; in memory_device_get_free_addr() 260 Range tmp; in memory_device_get_free_addr()
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_component.h | 244 Range dvsecs[CXL20_MAX_DVSEC];
|
| /openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | marvell,armada-37xx-pinctrl.txt | 153 - gpio-ranges: Range of pins managed by the GPIO controller.
|
| /openbmc/openbmc-test-automation/redfish/events/ |
| H A D | test_bmc_snmp_config.robot | 57 Configure SNMP Manager On BMC With Out Of Range Port And Verify 89 Configure SNMP Manager On BMC With Out Of Range IP And Verify
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_nvdimm.c | 721 Range blockrange = range_empty; in h_scm_unbind_mem() 722 Range nvdimmrange = range_empty; in h_scm_unbind_mem()
|