| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | mrc.c | 35 struct memory_area *area = &info->area[i]; in mrc_common_board_get_usable_ram_top() local 37 if (area->start >= 1ULL << 32) in mrc_common_board_get_usable_ram_top() 39 if (!largest || area->size > largest->size) in mrc_common_board_get_usable_ram_top() 40 largest = area; in mrc_common_board_get_usable_ram_top() 60 struct memory_area *area = &info->area[i]; in mrc_common_dram_init_banksize() local 62 if (area->start >= 1ULL << 32) in mrc_common_dram_init_banksize() 64 gd->bd->bi_dram[num_banks].start = area->start; in mrc_common_dram_init_banksize() 65 gd->bd->bi_dram[num_banks].size = area->size; in mrc_common_dram_init_banksize() 78 ptr = &info->area[info->num_areas]; in mrc_add_memory_area()
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | ebi_onenand.c | 124 static inline int onenand_bufferram_offset(struct mtd_info *mtd, int area) in onenand_bufferram_offset() argument 129 if (area == ONENAND_DATARAM) in onenand_bufferram_offset() 131 if (area == ONENAND_SPARERAM) in onenand_bufferram_offset() 138 static int ebi_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in ebi_read_bufferram() argument 145 bufferram = this->base + area; in ebi_read_bufferram() 146 bufferram += onenand_bufferram_offset(mtd, area); in ebi_read_bufferram() 156 static int ebi_write_bufferram(struct mtd_info *mtd, loff_t addr, int area, in ebi_write_bufferram() argument 163 bufferram = this->base + area; in ebi_write_bufferram() 164 bufferram += onenand_bufferram_offset(mtd, area); in ebi_write_bufferram()
|
| /openbmc/qemu/accel/hvf/ |
| H A D | hvf-all.c | 96 MemoryRegion *area = section->mr; in hvf_set_phys_mem() local 97 bool writable = !area->readonly && !area->rom_device; in hvf_set_phys_mem() 101 if (!memory_region_is_ram(area)) { in hvf_set_phys_mem() 104 } else if (!memory_region_is_romd(area)) { in hvf_set_phys_mem() 126 mem->mem == (memory_region_get_ram_ptr(area) + in hvf_set_phys_mem() 145 if (area->readonly || in hvf_set_phys_mem() 146 (!memory_region_is_ram(area) && memory_region_is_romd(area))) { in hvf_set_phys_mem() 168 mem->mem = memory_region_get_ram_ptr(area) + section->offset_within_region; in hvf_set_phys_mem() 170 mem->region = area; in hvf_set_phys_mem()
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_utils.cpp | 243 for (fruAreas area = fruAreas::fruAreaInternal; in verifyOffset() local 244 area <= fruAreas::fruAreaMultirecord; ++area) in verifyOffset() 247 if (area == currentArea) in verifyOffset() 252 unsigned int areaIndex = getHeaderAreaFieldOffset(area); in verifyOffset() 271 getFruAreaName(area)); in verifyOffset() 366 DecodeState& state, bool isLangEng, const fruAreas& area, in decodeField() argument 376 name = std::string(getFruAreaName(area)) + "_" + in decodeField() 382 name = std::string(getFruAreaName(area)) + "_" + fruCustomFieldName + in decodeField() 426 "AREA", getFruAreaName(area), "NAME", name); in decodeField() 449 for (fruAreas area = fruAreas::fruAreaChassis; in formatIPMIFRU() local [all …]
|
| H A D | fru_utils.hpp | 87 inline const std::string& getFruAreaName(fruAreas area) in getFruAreaName() argument 89 return fruAreaNames[static_cast<unsigned int>(area)]; in getFruAreaName() 164 unsigned int getHeaderAreaFieldOffset(fruAreas area);
|
| /openbmc/qemu/docs/specs/ |
| H A D | vmw_pvscsi-spec.rst | 14 The interface is based on a memory area shared between hypervisor and VM. 15 The memory area is obtained by driver as a device IO memory resource of 17 The shared memory consists of a registers area and a rings area. 18 The registers area is used to raise hypervisor interrupts and issue device 19 commands. The rings area is used to transfer data descriptors and SCSI 26 The length of the registers area is 1 page 28 registers area is described by the ``PVSCSIRegOffset`` enum. There 47 There is a control area (``struct PVSCSIRingsState *rings_state``)
|
| /openbmc/u-boot/tools/binman/ |
| H A D | fmap_util.py | 86 for area in range(header.nareas): 111 for area in areas: 112 blob += _FormatBlob(FMAP_AREA_FORMAT, FMAP_AREA_NAMES, area)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
| H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 4 Subject: [PATCH] Fru: Fix edit field not checking area existence 9 1. If the FRU is shrinking and a FRU area does not exist (offset 0), 20 1. Confirming that a area's does not have an offset of 0x00 before 22 2. Ensuring that the area's offset is after the area that was modified 31 Note that the Multi Record area now has an offset of 0xFF. 36 Note that the Multi Record area retains its offset of 0x00. 52 This resulted in only the product area offset being updated as expected. 63 result in the checksum of the final FRU area being lost which would thus 66 Fixed the record length of MultiRecord area as per the ipmi fru 168 + /* The Internal Use Area does not require the area length be provided, so we must [all …]
|
| /openbmc/qemu/hw/display/ |
| H A D | qxl-render.c | 90 static void qxl_set_rect_to_surface(PCIQXLDevice *qxl, QXLRect *area) in qxl_set_rect_to_surface() argument 92 area->left = 0; in qxl_set_rect_to_surface() 93 area->right = qxl->guest_primary.surface.width; in qxl_set_rect_to_surface() 94 area->top = 0; in qxl_set_rect_to_surface() 95 area->bottom = qxl->guest_primary.surface.height; in qxl_set_rect_to_surface() 195 qxl_set_rect_to_surface(qxl, &cookie->u.render.area); in qxl_render_update() 196 qxl_spice_update_area(qxl, 0, &cookie->u.render.area, NULL, in qxl_render_update()
|
| /openbmc/webui-vue/src/layouts/ |
| H A D | AppLayout.vue | 101 grid-area: header; 108 grid-area: navigation; 112 grid-area: content;
|
| /openbmc/qemu/qapi/ |
| H A D | virtio.json | 520 # @vring-desc: VirtQueue vring.desc (descriptor area) 522 # @vring-avail: VirtQueue vring.avail (driver area) 524 # @vring-used: VirtQueue vring.used (device area) 659 # @desc-phys: vhost_virtqueue desc_phys (descriptor area physical 664 # @avail-phys: vhost_virtqueue avail_phys (driver area physical 669 # @used-phys: vhost_virtqueue used_phys (device area physical address) 763 # Information regarding the vring descriptor area 765 # @addr: Guest physical address of the descriptor area 767 # @len: Length of the descriptor area 781 # Information regarding the avail vring (a.k.a. driver area) [all …]
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/ |
| H A D | opengl.patch | 496 @@ -369,9 +371,12 @@ gtk_gl_area_real_create_context (GtkGLArea *area) 498 gtk_gl_area_resize (GtkGLArea *area, int width, int height) 509 @@ -483,6 +488,7 @@ gtk_gl_area_allocate_buffers (GtkGLArea *area) 517 @@ -501,6 +507,7 @@ gtk_gl_area_allocate_buffers (GtkGLArea *area) 519 gtk_gl_area_attach_buffers (GtkGLArea *area) 522 GtkGLAreaPrivate *priv = gtk_gl_area_get_instance_private (area); 524 g_return_if_fail (GTK_IS_GL_AREA (area)); 525 @@ -533,11 +540,13 @@ gtk_gl_area_attach_buffers (GtkGLArea *area) 533 gtk_gl_area_delete_buffers (GtkGLArea *area) 536 GtkGLAreaPrivate *priv = gtk_gl_area_get_instance_private (area); [all …]
|
| /openbmc/u-boot/drivers/mtd/onenand/ |
| H A D | samsung.c | 374 static unsigned char *s3c_get_bufferram(struct mtd_info *mtd, int area) in s3c_get_bufferram() argument 380 if (area == ONENAND_DATARAM) { in s3c_get_bufferram() 393 static int onenand_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_read_bufferram() argument 399 p = s3c_get_bufferram(mtd, area); in onenand_read_bufferram() 404 static int onenand_write_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_write_bufferram() argument 410 p = s3c_get_bufferram(mtd, area); in onenand_write_bufferram()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0004-Platform-CS1000-Increase-ITS-max-asset-size.patch | 32 /* The maximum number of assets to be stored in the Protected Storage area. */ 35 +/* The maximum size of asset to be stored in the Internal Trusted Storage area. */
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | powerpc_change-the-memory-size-limit.patch | 12 Could not find a free area of memory of 0x12400 bytes... 13 Could not find a free area of memory of 0x13000 bytes...
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | onenand.h | 97 int (*read_bufferram) (struct mtd_info *mtd, loff_t addr, int area, 99 int (*write_bufferram) (struct mtd_info *mtd, loff_t addr, int area,
|
| /openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
| H A D | 0001-powerpc-change-the-memory-size-limit.patch | 12 Could not find a free area of memory of 0x12400 bytes... 13 Could not find a free area of memory of 0x13000 bytes...
|
| /openbmc/qemu/util/ |
| H A D | oslib-posix.c | 471 static int touch_all_pages(char *area, size_t hpagesize, size_t numpages, in touch_all_pages() argument 480 char *addr = area; in touch_all_pages() 506 if (qemu_madvise(area, hpagesize * numpages, in touch_all_pages() 600 static bool madv_populate_write_possible(char *area, size_t pagesize) in madv_populate_write_possible() argument 602 return !qemu_madvise(area, pagesize, QEMU_MADV_POPULATE_WRITE) || in madv_populate_write_possible() 606 bool qemu_prealloc_mem(int fd, char *area, size_t sz, int max_threads, in qemu_prealloc_mem() argument 629 use_madv_populate_write = madv_populate_write_possible(area, hpagesize); in qemu_prealloc_mem() 657 ret = touch_all_pages(area, hpagesize, numpages, max_threads, tc, async, in qemu_prealloc_mem()
|
| /openbmc/libmctp/docs/bindings/ |
| H A D | vendor-ibm-astlpc.md | 162 - A receive area for BMC-to-host packets 163 - A transmit area, for host-to-BMC packets 169 Full definition of the control area is defined below, and it will be the base 190 The magic value marking the beginning of the control area is the ASCII encoding 199 1. Control area data 357 - The control data is only written during initialisation. The control area is 359 - Only the BMC may write to the Rx buffer described in the control area 360 - Only the host may write to the Tx buffer described in the control area 367 3. The Rx side now owns the buffer, and reads the message from its Rx area 389 | 1 | The BMC initialises the control area: magic value, BMC versions and buffer parameters | [all …]
|
| /openbmc/qemu/docs/devel/ |
| H A D | maintainers.rst | 13 - tending to the long term health of their area 29 patches that touch their area of code. 31 The file also describes the status of the area of code to give an idea 76 asked by others to keep an eye on an area of code. They have generally
|
| /openbmc/qemu/docs/interop/ |
| H A D | parallels.rst | 16 * data area 84 the data area. 137 The data area is an area from the data offset (provided by ``header.data_off`` 148 The Format Extension is an area 1 cluster in size that provides additional 150 The format of the Format Extension area is the following:: 203 of its data area are::
|
| /openbmc/qemu/include/ui/ |
| H A D | spice-display.h | 70 QXLRect area; member 72 QXLRect area; member
|
| /openbmc/u-boot/arch/xtensa/dts/ |
| H A D | xtfpga-flash-128m.dtsi | 15 label = "boot loader area";
|
| H A D | xtfpga-flash-16m.dtsi | 11 label = "boot loader area";
|
| /openbmc/u-boot/board/freescale/bsc9131rdb/ |
| H A D | README | 117 0x3700_0000 0x37FF_FFFF PowerPC-DSP shared control area 118 0x3800_0000 0x4FFF_FFFF DSP Private area 122 Rest is PowerPC private area. 146 Place a linux uImage in the TFTP disk area.
|