Home
last modified time | relevance | path

Searched refs:Range (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/qemu/include/qemu/
H A Drange.h31 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 Dtypedefs.h110 typedef struct Range Range; typedef
/openbmc/qemu/util/
H A Drange.c23 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 Dreserved-region.c27 Range *r = &reg->range; in resv_region_list_insert()
28 Range *range_iter; in resv_region_list_insert()
H A Dlog.c392 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 Dtest-resv-mem.c29 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 Dtest_pldm_fru.robot34 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 Dtest_redfish_bios_attributes.robot50 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 Dtest_pldm_bios_attributes.robot76 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 Dcontrol.hpp33 Range, enumerator
75 {SetPointType::Range, "Range"},
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c103 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 Dcontainer-base.c293 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 Dreadeeprom.cpp27 ->check(CLI::Range(0, MAX_FRU_ID)); in main()
/openbmc/qemu/hw/pci-host/
H A Di440fx.c54 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 Dq35.c120 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 Dq35.h54 Range pci_hole;
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A DREADME119 Memory Range Device Size
140 Memory Range Device Size
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A DREADME36 Address Range Device Size Port Size
/openbmc/u-boot/arch/arm/dts/
H A Dk3-am65.dtsi64 /* MCUSS Range */
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_systems_inventory.robot39 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 Dmemory-device.c220 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 Dcxl_component.h244 Range dvsecs[CXL20_MAX_DVSEC];
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt153 - gpio-ranges: Range of pins managed by the GPIO controller.
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_config.robot57 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 Dspapr_nvdimm.c721 Range blockrange = range_empty; in h_scm_unbind_mem()
722 Range nvdimmrange = range_empty; in h_scm_unbind_mem()

12