| /openbmc/qemu/target/i386/whpx/ |
| H A D | whpx-apic.c | 27 } fields[256]; member 36 kapic->fields[0x2].data = s->id << 24; in whpx_put_apic_state() 37 kapic->fields[0x3].data = s->version | ((APIC_LVT_NB - 1) << 16); in whpx_put_apic_state() 38 kapic->fields[0x8].data = s->tpr; in whpx_put_apic_state() 39 kapic->fields[0xd].data = s->log_dest << 24; in whpx_put_apic_state() 40 kapic->fields[0xe].data = s->dest_mode << 28 | 0x0fffffff; in whpx_put_apic_state() 41 kapic->fields[0xf].data = s->spurious_vec; in whpx_put_apic_state() 43 kapic->fields[0x10 + i].data = s->isr[i]; in whpx_put_apic_state() 44 kapic->fields[0x18 + i].data = s->tmr[i]; in whpx_put_apic_state() 45 kapic->fields[0x20 + i].data = s->irr[i]; in whpx_put_apic_state() [all …]
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | virtio.rst | 15 - virtio core, for common fields like features, number of queues, ... 23 - most fields are saved via the stream interface; subsequently, subsections 44 device fields 46 fields 48 fields 51 virtqueue fields 54 fields 63 fields, if VERSION_1 81 device fields 83 fields [all …]
|
| /openbmc/u-boot/common/eeprom/ |
| H A D | eeprom_layout.c | 33 * __eeprom_layout_assign() - set the layout fields 40 layout->fields = layout_unknown; in __eeprom_layout_assign() 53 struct eeprom_field *fields = layout->fields; in eeprom_layout_print() local 56 fields[i].print(&fields[i]); in eeprom_layout_print() 71 struct eeprom_field *fields = layout->fields; in eeprom_layout_update_field() local 80 if (fields[i].name == RESERVED_FIELDS || in eeprom_layout_update_field() 81 strcmp(fields[i].name, field_name)) in eeprom_layout_update_field() 84 err = fields[i].update(&fields[i], new_data); in eeprom_layout_update_field() 117 layout->fields[i].buf = buf; in eeprom_layout_setup() 118 buf += layout->fields[i].size; in eeprom_layout_setup()
|
| /openbmc/qemu/util/ |
| H A D | selfmap.c | 28 gchar **fields = g_strsplit(lines[i], " ", 6); in read_self_maps() local 29 guint nfields = g_strv_length(fields); in read_self_maps() 37 errors |= qemu_strtou64(fields[0], &p, 16, &start); in read_self_maps() 39 errors |= qemu_strtou64(fields[2], NULL, 16, &offset); in read_self_maps() 40 errors |= qemu_strtoui(fields[3], &p, 16, &dev_maj); in read_self_maps() 42 errors |= qemu_strtou64(fields[4], NULL, 10, &inode); in read_self_maps() 49 p = fields[5]; in read_self_maps() 65 e->is_read = fields[1][0] == 'r'; in read_self_maps() 66 e->is_write = fields[1][1] == 'w'; in read_self_maps() 67 e->is_exec = fields[1][2] == 'x'; in read_self_maps() [all …]
|
| /openbmc/u-boot/tools/binman/ |
| H A D | fmap_util.py | 55 def ConvertName(field_names, fields): argument 59 null characters as well. This updates the 'name' value in fields. 63 fields: Dict: 68 fields[name_index] = NameToFmap(fields[name_index]) 81 fields = list(struct.unpack(FMAP_HEADER_FORMAT, data[:FMAP_HEADER_LEN])) 82 ConvertName(FMAP_HEADER_NAMES, fields) 83 header = FmapHeader(*fields) 87 fields = list(struct.unpack(FMAP_AREA_FORMAT, data[:FMAP_AREA_LEN])) 88 ConvertName(FMAP_AREA_NAMES, fields) 89 areas.append(FmapArea(*fields))
|
| /openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/ |
| H A D | sort-pmuevents.py | 45 # types and then their fields. 52 entry_dict[struct[2]]['fields'] = {} 58 entry_dict[struct[2]]['fields'][cpuid.group(1)] = entry 63 entry_dict[struct[2]]['fields'][name.group(1)] = entry 69 entry_dict[struct[2]]['fields']['0'] = entry 77 # fields make it complex enough that it becomes unreadable. 83 entry_dict_sorted[i]['fields'] = {} 84 for f in sorted(entry_dict[i]['fields'].keys()): 85 entry_dict_sorted[i]['fields'][f] = entry_dict[i]['fields'][f] 94 for f in entry_dict_sorted[d]['fields']: [all …]
|
| /openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
| H A D | sdmmc_defs.h | 13 /* MMC Control Reg fields */ 26 /* MMC Clock Control Reg fields */ 30 /* MMC Status Reg0 fields */ 46 /* MMC Status Reg1 fields */ 55 /* MMC INT Mask Reg fields */ 71 /* MMC Resp Tout Reg fields */ 75 /* MMC Data Read Tout Reg fields */ 78 /* MMC Block len Reg fields */ 81 /* MMC Num Blocks Reg fields */ 85 /* MMC Num Blocks Counter Reg fields */ [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | objects_to_dictionaries_filter.py | 9 def objects_to_dictionaries(iterable, fields): argument 11 Convert an iterable into a list of dictionaries; fields should be set 21 providing queryset has id and name fields 28 if fields: 29 fields_list = [field.strip() for field in fields.split(',')]
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | models.py | 26 :raise KeyError: If any required fields are absent. 27 :raise TypeError: If any required fields have the wrong type. 60 :raise KeyError: If any required fields are absent. 61 :raise TypeError: If any required fields have the wrong type. 88 :raise KeyError: If any required fields are absent. 89 :raise TypeError: If any required fields have the wrong type. 110 :raise KeyError: If any required fields are absent. 111 :raise TypeError: If any required fields have the wrong type. 132 :raise KeyError: If any required fields are absent. 133 :raise TypeError: If any required fields have the wrong type.
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | vmcs.h | 43 /* 16-bit control fields */ 47 /* 16-bit guest-state fields */ 58 /* 16-bit host-state fields */ 67 /* 64-bit control fields */ 86 /* 64-bit read-only fields */ 89 /* 64-bit guest-state fields */ 100 /* 64-bit host-state fields */ 105 /* 32-bit control fields */ 125 /* 32-bit read-only data fields */ 135 /* 32-bit guest-state fields */ [all …]
|
| /openbmc/qemu/target/i386/ |
| H A D | machine.c | 21 .fields = (const VMStateField[]) { 46 .fields = (const VMStateField[]) { 62 .fields = (const VMStateField[]) { 77 .fields = (const VMStateField[]) { 95 .fields = (const VMStateField[]) { 117 .fields = (const VMStateField[]) { 131 .fields = (const VMStateField[]) { 145 .fields = (const VMStateField[]) { 204 .fields = (const VMStateField[]) { 213 .fields = (const VMStateField[]) { [all …]
|
| /openbmc/webui-vue/docs/guide/components/table/ |
| H A D | index.md | 18 - `fields` - renders table header 38 :fields="fields" 58 fields: [ 79 To enable table sort, include `sortable: true` in the fields array for sortable 97 :fields="fields" 105 fields: [ 131 fields array. Include the tdClass `table-row-expand` to ensure icon rotation is 162 <b-table hover responsive="md" :items="items" :fields="fields"> 189 fields: [ 256 :fields="fields" [all …]
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | mips_cmgcr.h | 43 /* GCR_L2_CONFIG register fields */ 47 /* GCR_BASE register fields */ 50 /* GCR_GIC_BASE register fields */ 55 /* GCR_CPC_BASE register fields */ 60 /* GCR_CL_OTHER_OFS register fields */ 64 /* GCR_CL_RESETBASE_OFS register fields */
|
| /openbmc/qemu/tests/vmstate-static-checker-data/ |
| H A D | dump1.json | 13 "Fields": [ array 43 "Fields": [ array 53 "Fields": [ array 206 "Fields": [ array 216 "Fields": [ array 247 "Fields": [ array 328 "Fields": [ array 338 "Fields": [ array 519 "Fields": [ array 588 "Fields": [ array [all …]
|
| H A D | dump2.json | 13 "Fields": [ array 43 "Fields": [ array 53 "Fields": [ array 210 "Fields": [ array 376 "Fields": [ array 450 "Fields": [ array 460 "Fields": [ array 523 "Fields": [ array 533 "Fields": [ array 572 "Fields": [ array [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0001_initial.py | 15 fields=[ 25 fields=[ 38 fields=[ 53 fields=[ 62 fields=[ 72 fields=[ 88 fields=[ 103 fields=[ 112 fields=[ 122 fields=[ [all …]
|
| /openbmc/u-boot/board/xilinx/zynq/ |
| H A D | bootimg.c | 23 u32 fields[16]; member 34 if (head->fields[ZYNQ_PART_HDR_CHKSUM_WORD_COUNT] != 0xFFFFFFFF) in zynq_islastpartition() 38 if (head->fields[index] != 0x0) in zynq_islastpartition() 98 if (hap->fields[index]) in zynq_validate_hdr() 106 checksum += hap->fields[index]; in zynq_validate_hdr() 110 if (hap->fields[ZYNQ_PART_HDR_CHKSUM_WORD_COUNT] != checksum) { in zynq_validate_hdr() 112 checksum, hap->fields[ZYNQ_PART_HDR_CHKSUM_WORD_COUNT]); in zynq_validate_hdr()
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | registries.cpp | 75 std::vector<std::string> fields; in getMessage() local 76 fields.reserve(4); in getMessage() 77 bmcweb::split(fields, message, '.'); in getMessage() 78 if (fields.size() != 4) in getMessage() 83 return MessageId(std::move(fields[0]), std::move(fields[1]), in getMessage() 84 std::move(fields[2]), std::move(fields[3])); in getMessage()
|
| /openbmc/qemu/docs/devel/ |
| H A D | decodetree.rst | 16 Each pattern may have *fields*, which are extracted from the insn and 20 In support of patterns, one may declare *fields*, *argument sets*, and 23 Fields chapter 45 A format can include fields that refer to named fields that are 47 Conversely, an instruction pattern can include fields that refer to 48 named fields that are defined in the format it uses. However you 53 If multiple ``fields`` are present, they are concatenated. 54 In this way one can define disjoint fields. 59 One may use ``!function`` with zero ``fields``. This case is called 63 A field with no ``fields`` and no ``!function`` is in error. [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | tally_sheet.py | 37 # Set your sum fields (fields which are to be totalled). 39 # Set calc fields (within a row, a certain field can be derived from other fields in the row. 92 # Save the initial fields dictionary. 107 Set the sum fields, i.e. create a list of field names which are to be 118 Set the calc fields, i.e. create a list of field names within a given 125 derived from other fields in the same row. 137 The number of fields in this dictionary must 201 Calculate totals and row calc fields. Also, return totals_line dictionary. 207 # Walk through the calc fields and process them. 236 sprint the fields of this object. This would normally be for debug purposes. [all …]
|
| /openbmc/bmcweb/http/ |
| H A D | http_response.hpp | 13 #include <boost/beast/http/fields.hpp> 51 using fields_type = http::header<false, http::fields>; 52 fields_type& fields() in fields() function 57 const fields_type& fields() const in fields() function 64 fields().insert(key, value); in addHeader() 69 fields().insert(key, value); in addHeader() 74 fields().erase(key); in clearHeader() 130 fields().result(v); in result() 135 fields().result(v); in result() 145 return fields() in result() [all...] |
| /openbmc/u-boot/tools/buildman/ |
| H A D | board.py | 127 fields = line.split() 128 if not fields: 130 for upto in range(len(fields)): 131 if fields[upto] == '-': 132 fields[upto] = '' 133 while len(fields) < 8: 134 fields.append('') 135 if len(fields) > 8: 136 fields = fields[:8] 138 board = Board(*fields)
|
| /openbmc/u-boot/doc/ |
| H A D | README.displaying-bmps | 11 BMP images have a header that starts with 2 byte-size fields followed by mostly 12 32 bit fields. The packed struct that represents this header can be seen below: 24 the __u32 fields into unaligned addresses (in our example 0x80a00002, 25 0x80a00006, and so on...). When these fields are accessed by U-Boot, a 32 bit
|
| /openbmc/u-boot/arch/arc/include/asm/ |
| H A D | arc-bcr.h | 25 } fields; member 36 } fields; member 47 } fields; member 58 } fields; member 72 } fields; member
|
| /openbmc/qemu/target/riscv/ |
| H A D | machine.c | 53 .fields = (const VMStateField[]) { 66 .fields = (const VMStateField[]) { 86 .fields = (const VMStateField[]) { 143 .fields = (const VMStateField[]) { 165 .fields = (const VMStateField[]) { 183 .fields = (const VMStateField[]) { 212 .fields = (const VMStateField[]) { 246 .fields = (const VMStateField[]) { 276 .fields = (const VMStateField[]) { 297 .fields = (const VMStateField[]) { [all …]
|