/openbmc/qemu/include/hw/intc/ |
H A D | sifive_plic.h | 73 uint32_t aperture_size; member 85 uint32_t context_stride, uint32_t aperture_size);
|
H A D | riscv_aclint.h | 44 uint32_t aperture_size; member
|
H A D | riscv_aplic.h | 64 uint32_t aperture_size; member
|
/openbmc/qemu/hw/intc/ |
H A D | sifive_plic.c | 369 TYPE_SIFIVE_PLIC, s->aperture_size); in sifive_plic_realize() 446 DEFINE_PROP_UINT32("aperture-size", SiFivePLICState, aperture_size, 0), 483 uint32_t context_stride, uint32_t aperture_size) in type_init() 501 qdev_prop_set_uint32(dev, "aperture-size", aperture_size); in type_init()
|
H A D | riscv_aclint.c | 274 aperture_size, RISCV_ACLINT_DEFAULT_MTIMER_SIZE), 286 s, TYPE_RISCV_ACLINT_MTIMER, s->aperture_size); in riscv_aclint_mtimer_realize()
|
H A D | riscv_aplic.c | 875 aplic, TYPE_RISCV_APLIC, aplic->aperture_size); in riscv_aplic_realize() 912 DEFINE_PROP_UINT32("aperture-size", RISCVAPLICState, aperture_size, 0),
|
/openbmc/linux/drivers/char/agp/ |
H A D | intel-gtt.c | 520 unsigned int aperture_size; in intel_gtt_mappable_entries() local 530 aperture_size = MB(32); in intel_gtt_mappable_entries() 532 aperture_size = MB(64); in intel_gtt_mappable_entries() 540 aperture_size = MB(64); in intel_gtt_mappable_entries() 542 aperture_size = MB(128); in intel_gtt_mappable_entries() 545 aperture_size = pci_resource_len(intel_private.pcidev, 2); in intel_gtt_mappable_entries() 548 return aperture_size >> PAGE_SHIFT; in intel_gtt_mappable_entries()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd.c | 94 size_t *aperture_size, in amdgpu_doorbell_get_kfd_info() argument 109 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info() 114 *aperture_size = adev->doorbell.size; in amdgpu_doorbell_get_kfd_info() 118 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info()
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/ |
H A D | fsp_vpd.h | 64 uint8_t aperture_size; /* Offset 0x0044 */ member
|
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/ |
H A D | fsp_vpd.h | 22 u8 aperture_size; /* Offset 0x003d */ member
|
/openbmc/u-boot/arch/x86/cpu/braswell/ |
H A D | fsp_configs.c | 81 memory_upd->aperture_size = fdtdec_get_int(blob, node, in update_fsp_configs()
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | fsp_configs.c | 98 fsp_upd->aperture_size = fdtdec_get_int(blob, node, "fsp,aperture-size", in update_fsp_configs()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.c | 173 int intelfbhw_get_memory(struct pci_dev *pdev, int *aperture_size, in intelfbhw_get_memory() argument 180 if (!pdev || !aperture_size || !stolen_size) in intelfbhw_get_memory() 208 *aperture_size = pci_resource_len(pdev, 2); in intelfbhw_get_memory() 212 *aperture_size = MB(64); in intelfbhw_get_memory() 214 *aperture_size = MB(128); in intelfbhw_get_memory() 220 stolen_overhead = (*aperture_size / MB(1)) + 4; in intelfbhw_get_memory()
|
H A D | intelfbhw.h | 562 extern int intelfbhw_get_memory(struct pci_dev *pdev, int *aperture_size,
|
H A D | intelfbdrv.c | 479 int aperture_size, stolen_size = 0; in intelfb_pci_register() local 582 if (intelfbhw_get_memory(pdev, &aperture_size, &stolen_size)) { in intelfb_pci_register() 591 BtoMB(aperture_size), BtoKB(stolen_size)); in intelfb_pci_register()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 645 u32 aperture_size; /* bytes */ member 670 i32.aperture_size = info.aperture_size; in compat_drm_agp_info()
|
H A D | drm_agpsupport.c | 71 info->aperture_size = kern->aper_size * 1024 * 1024; in drm_legacy_agp_info()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_agp.c | 210 info->aperture_size = kern->aper_size * 1024 * 1024; in radeon_agp_head_info()
|
H A D | radeon.h | 1085 unsigned long aperture_size; /* bytes */ member
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm.h | 573 unsigned long aperture_size; /* bytes */ member
|
/openbmc/linux/tools/include/uapi/drm/ |
H A D | drm.h | 573 unsigned long aperture_size; /* bytes */ member
|