Home
last modified time | relevance | path

Searched refs:region (Results 26 - 50 of 1676) sorted by relevance

12345678910>>...68

/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dkaslr.c153 * memmap=nn@ss specifies usable region, should in parse_memmap()
391 * Avoid the region that is unsafe to overlap during in mem_avoid_init()
430 * overlap region with the lowest address.
492 static void store_slot_info(struct mem_vector *region, unsigned long image_size) in store_slot_info() argument
499 slot_area.addr = region->start; in store_slot_info()
500 slot_area.num = 1 + (region->size - image_size) / CONFIG_PHYSICAL_ALIGN; in store_slot_info()
507 * Skip as many 1GB huge pages as possible in the passed region
511 process_gb_huge_pages(struct mem_vector *region, unsigned long image_size) in process_gb_huge_pages() argument
518 store_slot_info(region, image_size); in process_gb_huge_pages()
522 /* Are there any 1GB pages in the region in process_gb_huge_pages()
584 struct mem_vector region, overlap; __process_mem_region() local
624 process_mem_region(struct mem_vector *region, unsigned long minimum, unsigned long image_size) process_mem_region() argument
711 struct mem_vector region; process_efi_entries() local
776 struct mem_vector region; process_e820_entries() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dnommu.c95 * region. This test is intentionally done in reverse order, in kobjsize()
417 * initialise the percpu counter for VM and region record slabs
429 * validate the region tree
430 * - the caller must hold the region lock
435 struct vm_region *region, *last; in validate_nommu_regions() local
447 region = rb_entry(p, struct vm_region, vm_rb); in validate_nommu_regions()
450 BUG_ON(region->vm_end <= region->vm_start); in validate_nommu_regions()
451 BUG_ON(region->vm_top < region in validate_nommu_regions()
466 add_nommu_region(struct vm_region *region) add_nommu_region() argument
497 delete_nommu_region(struct vm_region *region) delete_nommu_region() argument
551 put_nommu_region(struct vm_region *region) put_nommu_region() argument
975 do_mmap_private(struct vm_area_struct *vma, struct vm_region *region, unsigned long len, unsigned long capabilities) do_mmap_private() argument
1079 struct vm_region *region; do_mmap() local
1358 struct vm_region *region; split_vma() local
1421 struct vm_region *region; shrink_vma() local
1766 struct vm_region *region; nommu_shrink_inode_mappings() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dnommu.c94 * region. This test is intentionally done in reverse order, in kobjsize()
407 * initialise the percpu counter for VM and region record slabs
419 * validate the region tree
420 * - the caller must hold the region lock
425 struct vm_region *region, *last; in validate_nommu_regions() local
437 region = rb_entry(p, struct vm_region, vm_rb); in validate_nommu_regions()
440 BUG_ON(region->vm_end <= region->vm_start); in validate_nommu_regions()
441 BUG_ON(region->vm_top < region in validate_nommu_regions()
456 add_nommu_region(struct vm_region *region) add_nommu_region() argument
487 delete_nommu_region(struct vm_region *region) delete_nommu_region() argument
541 put_nommu_region(struct vm_region *region) put_nommu_region() argument
916 do_mmap_private(struct vm_area_struct *vma, struct vm_region *region, unsigned long len, unsigned long capabilities) do_mmap_private() argument
1025 struct vm_region *region; do_mmap() local
1312 struct vm_region *region; split_vma() local
1390 struct vm_region *region; vmi_shrink_vma() local
1742 struct vm_region *region; nommu_shrink_inode_mappings() local
[all...]
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-fme-region.c18 #include <linux/fpga/fpga-region.h>
22 static int fme_region_get_bridges(struct fpga_region *region) in fme_region_get_bridges() argument
24 struct dfl_fme_region_pdata *pdata = region->priv; in fme_region_get_bridges()
27 return fpga_bridge_get_to_list(dev, region->info, &region->bridge_list); in fme_region_get_bridges()
34 struct fpga_region *region; in fme_region_probe() local
42 region = devm_fpga_region_create(dev, mgr, fme_region_get_bridges); in fme_region_probe()
43 if (!region) { in fme_region_probe()
48 region->priv = pdata; in fme_region_probe()
49 region in fme_region_probe()
67 struct fpga_region *region = platform_get_drvdata(pdev); fme_region_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c15 struct mlxsw_sp_acl_tcam_region *region, in mlxsw_sp_acl_ctcam_region_resize()
21 region->key_type, new_size, region->id, in mlxsw_sp_acl_ctcam_region_resize()
22 region->tcam_region_info); in mlxsw_sp_acl_ctcam_region_resize()
28 struct mlxsw_sp_acl_tcam_region *region, in mlxsw_sp_acl_ctcam_region_move()
34 region->tcam_region_info, src_offset, in mlxsw_sp_acl_ctcam_region_move()
35 region->tcam_region_info, dst_offset, size); in mlxsw_sp_acl_ctcam_region_move()
46 struct mlxsw_sp_acl_tcam_region *region = cregion->region; in mlxsw_sp_acl_ctcam_region_entry_insert() local
61 region in mlxsw_sp_acl_ctcam_region_entry_insert()
14 mlxsw_sp_acl_ctcam_region_resize(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_region *region, u16 new_size) mlxsw_sp_acl_ctcam_region_resize() argument
27 mlxsw_sp_acl_ctcam_region_move(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_region *region, u16 src_offset, u16 dst_offset, u16 size) mlxsw_sp_acl_ctcam_region_move() argument
125 struct mlxsw_sp_acl_tcam_region *region = cregion->region; mlxsw_sp_acl_ctcam_region_parman_resize() local
141 struct mlxsw_sp_acl_tcam_region *region = cregion->region; mlxsw_sp_acl_ctcam_region_parman_move() local
157 mlxsw_sp_acl_ctcam_region_init(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_ctcam_region *cregion, struct mlxsw_sp_acl_tcam_region *region, const struct mlxsw_sp_acl_ctcam_region_ops *ops) mlxsw_sp_acl_ctcam_region_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c15 struct mlxsw_sp_acl_tcam_region *region, in mlxsw_sp_acl_ctcam_region_resize()
21 region->key_type, new_size, region->id, in mlxsw_sp_acl_ctcam_region_resize()
22 region->tcam_region_info); in mlxsw_sp_acl_ctcam_region_resize()
28 struct mlxsw_sp_acl_tcam_region *region, in mlxsw_sp_acl_ctcam_region_move()
34 region->tcam_region_info, src_offset, in mlxsw_sp_acl_ctcam_region_move()
35 region->tcam_region_info, dst_offset, size); in mlxsw_sp_acl_ctcam_region_move()
46 struct mlxsw_sp_acl_tcam_region *region = cregion->region; in mlxsw_sp_acl_ctcam_region_entry_insert() local
61 region in mlxsw_sp_acl_ctcam_region_entry_insert()
14 mlxsw_sp_acl_ctcam_region_resize(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_region *region, u16 new_size) mlxsw_sp_acl_ctcam_region_resize() argument
27 mlxsw_sp_acl_ctcam_region_move(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_region *region, u16 src_offset, u16 dst_offset, u16 size) mlxsw_sp_acl_ctcam_region_move() argument
125 struct mlxsw_sp_acl_tcam_region *region = cregion->region; mlxsw_sp_acl_ctcam_region_parman_resize() local
141 struct mlxsw_sp_acl_tcam_region *region = cregion->region; mlxsw_sp_acl_ctcam_region_parman_move() local
157 mlxsw_sp_acl_ctcam_region_init(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_ctcam_region *cregion, struct mlxsw_sp_acl_tcam_region *region, const struct mlxsw_sp_acl_ctcam_region_ops *ops) mlxsw_sp_acl_ctcam_region_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Devregion.c40 * an installed default region handler.
81 * PARAMETERS: region_obj - Internal region object
84 * region_offset - Where in the region to read or write
91 * DESCRIPTION: Dispatch an address space or operation region access to
94 * NOTE: During early initialization, we always install the default region
96 * region address spaces are always available as per the ACPI specification.
126 /* Ensure that there is a handler associated with this region */ in acpi_ev_address_space_dispatch()
128 handler_desc = region_obj->region.handler; in acpi_ev_address_space_dispatch()
132 acpi_ut_get_node_name(region_obj->region.node), in acpi_ev_address_space_dispatch()
134 acpi_ut_get_region_name(region_obj->region in acpi_ev_address_space_dispatch()
[all...]
/kernel/liteos_a/kernel/base/vm/
H A Dlos_vm_map.c101 LosVmMapRegion *region = (LosVmMapRegion *)LOS_DL_LIST_ENTRY(pstNode, LosVmMapRegion, rbNode); in OsRegionRbGetKeyFn() local
102 return (VOID *)&region->range; in OsRegionRbGetKeyFn()
262 /* search the region list */ in LOS_VmSpaceClone()
276 VM_ERR("dup new region failed"); in LOS_VmSpaceClone()
342 LosVmMapRegion *region = NULL; in LOS_RegionFind() local
345 region = OsFindRegion(&vmSpace->regionRbTree, addr, 1); in LOS_RegionFind()
348 return region; in LOS_RegionFind()
353 LosVmMapRegion *region = NULL; in LOS_RegionRangeFind() local
356 region = OsFindRegion(&vmSpace->regionRbTree, addr, len); in LOS_RegionRangeFind()
359 return region; in LOS_RegionRangeFind()
438 LOS_IsRegionFileValid(LosVmMapRegion *region) LOS_IsRegionFileValid() argument
447 OsInsertRegion(LosRbTree *regionRbTree, LosVmMapRegion *region) OsInsertRegion() argument
459 LosVmMapRegion *region = LOS_MemAlloc(m_aucSysMem0, sizeof(LosVmMapRegion)); OsCreateRegion() local
594 OsFilePagesRemove(LosVmSpace *space, LosVmMapRegion *region) OsFilePagesRemove() argument
613 LOS_RegionFree(LosVmSpace *space, LosVmMapRegion *region) global() argument
716 LosVmMapRegion *region = NULL; global() local
813 OsIsRegionCanExpand(LosVmSpace *space, LosVmMapRegion *region, size_t size) global() argument
854 LosVmMapRegion *region = (LosVmMapRegion *)pstRbNode; global() local
960 LosVmMapRegion *region = LOS_RegionAlloc(space, vaddr, size, regionFlags | VM_MAP_REGION_FLAG_FIXED, 0); global() local
968 LosVmMapRegion *region = NULL; global() local
1020 LosVmMapRegion *region = NULL; global() local
1073 LosVmMapRegion *region = NULL; global() local
[all...]
H A Dlos_vm_syscall.c99 STATUS_T OsAnonMMap(LosVmMapRegion *region) in OsAnonMMap() argument
101 LOS_SetRegionTypeAnon(region); in OsAnonMMap()
176 STATIC INLINE BOOL OsProtMprotectPermCheck(unsigned long prot, LosVmMapRegion *region) in OsProtMprotectPermCheck() argument
180 UINT32 fileFlags = region->unTypeData.rf.f_oflags; in OsProtMprotectPermCheck()
208 LosVmMapRegion *region = NULL; in LOS_DoBrk() local
239 region = LOS_RegionAlloc(space, space->heapBase, size, in LOS_DoBrk()
242 if (region == NULL) { in LOS_DoBrk()
247 region->regionFlags |= VM_MAP_REGION_FLAG_HEAP; in LOS_DoBrk()
248 space->heap = region; in LOS_DoBrk()
286 LosVmMapRegion *region in LOS_DoMprotect() local
361 LosVmMapRegion *region = LOS_RegionFind(space, addr); OsMremapCheck() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dvfio_ccw_chp.c21 struct ccw_schib_region *region; in vfio_ccw_schib_region_read() local
24 if (pos + count > sizeof(*region)) in vfio_ccw_schib_region_read()
28 region = private->region[i].data; in vfio_ccw_schib_region_read()
35 memcpy(region, &private->sch->schib, sizeof(*region)); in vfio_ccw_schib_region_read()
37 if (copy_to_user(buf, (void *)region + pos, count)) { in vfio_ccw_schib_region_read()
58 struct vfio_ccw_region *region) in vfio_ccw_schib_region_release()
85 struct ccw_crw_region *region; in vfio_ccw_crw_region_read() local
89 if (pos + count > sizeof(*region)) in vfio_ccw_crw_region_read()
57 vfio_ccw_schib_region_release(struct vfio_ccw_private *private, struct vfio_ccw_region *region) vfio_ccw_schib_region_release() argument
129 vfio_ccw_crw_region_release(struct vfio_ccw_private *private, struct vfio_ccw_region *region) vfio_ccw_crw_region_release() argument
[all...]
H A Dvfio_ccw_async.c3 * Async I/O region for vfio_ccw
21 struct ccw_cmd_region *region; in vfio_ccw_async_region_read() local
24 if (pos + count > sizeof(*region)) in vfio_ccw_async_region_read()
28 region = private->region[i].data; in vfio_ccw_async_region_read()
29 if (copy_to_user(buf, (void *)region + pos, count)) in vfio_ccw_async_region_read()
43 struct ccw_cmd_region *region; in vfio_ccw_async_region_write() local
46 if (pos + count > sizeof(*region)) in vfio_ccw_async_region_write()
52 region = private->region[ in vfio_ccw_async_region_write()
67 vfio_ccw_async_region_release(struct vfio_ccw_private *private, struct vfio_ccw_region *region) vfio_ccw_async_region_release() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dvfio_ccw_chp.c22 struct ccw_schib_region *region; in vfio_ccw_schib_region_read() local
25 if (pos + count > sizeof(*region)) in vfio_ccw_schib_region_read()
29 region = private->region[i].data; in vfio_ccw_schib_region_read()
36 memcpy(region, &sch->schib, sizeof(*region)); in vfio_ccw_schib_region_read()
38 if (copy_to_user(buf, (void *)region + pos, count)) { in vfio_ccw_schib_region_read()
59 struct vfio_ccw_region *region) in vfio_ccw_schib_region_release()
86 struct ccw_crw_region *region; in vfio_ccw_crw_region_read() local
90 if (pos + count > sizeof(*region)) in vfio_ccw_crw_region_read()
58 vfio_ccw_schib_region_release(struct vfio_ccw_private *private, struct vfio_ccw_region *region) vfio_ccw_schib_region_release() argument
130 vfio_ccw_crw_region_release(struct vfio_ccw_private *private, struct vfio_ccw_region *region) vfio_ccw_crw_region_release() argument
[all...]
H A Dvfio_ccw_async.c3 * Async I/O region for vfio_ccw
20 struct ccw_cmd_region *region; in vfio_ccw_async_region_read() local
23 if (pos + count > sizeof(*region)) in vfio_ccw_async_region_read()
27 region = private->region[i].data; in vfio_ccw_async_region_read()
28 if (copy_to_user(buf, (void *)region + pos, count)) in vfio_ccw_async_region_read()
42 struct ccw_cmd_region *region; in vfio_ccw_async_region_write() local
45 if (pos + count > sizeof(*region)) in vfio_ccw_async_region_write()
51 region = private->region[ in vfio_ccw_async_region_write()
66 vfio_ccw_async_region_release(struct vfio_ccw_private *private, struct vfio_ccw_region *region) vfio_ccw_async_region_release() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dlsr.cpp19 language(nullptr), script(nullptr), region(r), in LSR()
20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
35 language(other.language), script(other.script), region(other.region), owned(other.owned),
53 region = other.region;
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) in operator ==()
85 indexForRegion(const char *region) indexForRegion() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlsr.cpp19 language(nullptr), script(nullptr), region(r), in LSR()
20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
35 language(other.language), script(other.script), region(other.region), owned(other.owned),
53 region = other.region;
72 (regionIndex > 0 || uprv_strcmp(region, other.region) == 0); in isEquivalentTo()
81 (regionIndex > 0 || uprv_strcmp(region, other.region) in operator ==()
85 indexForRegion(const char *region) indexForRegion() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dlsr.cpp19 language(nullptr), script(nullptr), region(r), in LSR()
20 regionIndex(indexForRegion(region)), flags(f) { in LSR()
36 language(nullptr), script(nullptr), region(nullptr), in LSR()
49 region = owned + regionOffset; in LSR()
55 language(other.language), script(other.script), region(other.region), owned(other.owned),
73 region = other.region;
92 (regionIndex > 0 || uprv_strcmp(region, other.region) in isEquivalentTo()
105 indexForRegion(const char *region) indexForRegion() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dpismo.c89 struct pismo_mem *region, const char *name, in pismo_add_device()
94 phys_addr_t base = region->base; in pismo_add_device()
101 res.end = base + region->size - 1; in pismo_add_device()
131 struct pismo_mem *region) in pismo_add_nor()
134 .width = region->width, in pismo_add_nor()
140 return pismo_add_device(pismo, i, region, "physmap-flash", in pismo_add_nor()
145 struct pismo_mem *region) in pismo_add_sram()
148 .bankwidth = region->width, in pismo_add_sram()
151 return pismo_add_device(pismo, i, region, "mtd-ram", in pismo_add_sram()
159 struct pismo_mem region; in pismo_add_one() local
88 pismo_add_device(struct pismo_data *pismo, int i, struct pismo_mem *region, const char *name, void *pdata, size_t psize) pismo_add_device() argument
130 pismo_add_nor(struct pismo_data *pismo, int i, struct pismo_mem *region) pismo_add_nor() argument
144 pismo_add_sram(struct pismo_data *pismo, int i, struct pismo_mem *region) pismo_add_sram() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/maps/
H A Dpismo.c89 struct pismo_mem *region, const char *name, in pismo_add_device()
94 phys_addr_t base = region->base; in pismo_add_device()
101 res.end = base + region->size - 1; in pismo_add_device()
131 struct pismo_mem *region) in pismo_add_nor()
134 .width = region->width, in pismo_add_nor()
140 return pismo_add_device(pismo, i, region, "physmap-flash", in pismo_add_nor()
145 struct pismo_mem *region) in pismo_add_sram()
148 .bankwidth = region->width, in pismo_add_sram()
151 return pismo_add_device(pismo, i, region, "mtd-ram", in pismo_add_sram()
159 struct pismo_mem region; in pismo_add_one() local
88 pismo_add_device(struct pismo_data *pismo, int i, struct pismo_mem *region, const char *name, void *pdata, size_t psize) pismo_add_device() argument
130 pismo_add_nor(struct pismo_data *pismo, int i, struct pismo_mem *region) pismo_add_nor() argument
144 pismo_add_sram(struct pismo_data *pismo, int i, struct pismo_mem *region) pismo_add_sram() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsiren.c467 int region, delta, i, temp; in categorize_regions() local
481 for (region = 0; region < number_of_regions; region++) { in categorize_regions()
483 absolute_region_power_index[region]) >> 1; in categorize_regions()
485 power_categories[region] = i; in categorize_regions()
494 for (region = 0; region < number_of_regions; region++) { in categorize_regions()
495 i = (offset - absolute_region_power_index[region]) >> in categorize_regions()
582 int region; decode_vector() local
[all...]
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-fme-region.c18 #include <linux/fpga/fpga-region.h>
22 static int fme_region_get_bridges(struct fpga_region *region) in fme_region_get_bridges() argument
24 struct dfl_fme_region_pdata *pdata = region->priv; in fme_region_get_bridges()
27 return fpga_bridge_get_to_list(dev, region->info, &region->bridge_list); in fme_region_get_bridges()
35 struct fpga_region *region; in fme_region_probe() local
47 region = fpga_region_register_full(dev, &info); in fme_region_probe()
48 if (IS_ERR(region)) { in fme_region_probe()
49 ret = PTR_ERR(region); in fme_region_probe()
53 platform_set_drvdata(pdev, region); in fme_region_probe()
66 struct fpga_region *region = platform_get_drvdata(pdev); fme_region_remove() local
[all...]
/kernel/liteos_a/kernel/base/include/
H A Dlos_vm_map.h60 VADDR_T base; /**< vm region base addr */
61 UINT32 size; /**< vm region size */
73 unsigned long pgoff; /* Logical page offset based on region */
79 void (*open)(struct VmMapRegion *region);
80 void (*close)(struct VmMapRegion *region);
81 int (*fault)(struct VmMapRegion *region, LosVmPgFault *pageFault);
82 void (*remove)(struct VmMapRegion *region, LosArchMmu *archMmu, VM_OFFSET_T offset);
86 LosRbNode rbNode; /**< region red-black tree node */
88 LOS_DL_LIST node; /**< region dl list */
89 LosVmMapRange range; /**< region addres
190 LOS_RegionEndAddr(LosVmMapRegion *region) LOS_RegionEndAddr() argument
200 LOS_IsRegionTypeFile(LosVmMapRegion* region) LOS_IsRegionTypeFile() argument
205 LOS_IsRegionPermUserReadOnly(LosVmMapRegion* region) LOS_IsRegionPermUserReadOnly() argument
211 LOS_IsRegionFlagPrivateOnly(LosVmMapRegion* region) LOS_IsRegionFlagPrivateOnly() argument
216 LOS_SetRegionTypeFile(LosVmMapRegion* region) LOS_SetRegionTypeFile() argument
221 LOS_IsRegionTypeDev(LosVmMapRegion* region) LOS_IsRegionTypeDev() argument
226 LOS_SetRegionTypeDev(LosVmMapRegion* region) LOS_SetRegionTypeDev() argument
231 LOS_IsRegionTypeAnon(LosVmMapRegion* region) LOS_IsRegionTypeAnon() argument
236 LOS_SetRegionTypeAnon(LosVmMapRegion* region) LOS_SetRegionTypeAnon() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn30.c104 REG_WRITE(DMCUB_REGION3_CW0_BASE_ADDRESS, cw0->region.base); in dmub_dcn30_backdoor_load()
106 DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top, in dmub_dcn30_backdoor_load()
113 REG_WRITE(DMCUB_REGION3_CW1_BASE_ADDRESS, cw1->region.base); in dmub_dcn30_backdoor_load()
115 DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top, in dmub_dcn30_backdoor_load()
135 if (cw2->region.base != cw2->region.top) { in dmub_dcn30_setup_windows()
138 REG_WRITE(DMCUB_REGION3_CW2_BASE_ADDRESS, cw2->region.base); in dmub_dcn30_setup_windows()
140 DMCUB_REGION3_CW2_TOP_ADDRESS, cw2->region.top, in dmub_dcn30_setup_windows()
153 REG_WRITE(DMCUB_REGION3_CW3_BASE_ADDRESS, cw3->region.base); in dmub_dcn30_setup_windows()
155 DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region in dmub_dcn30_setup_windows()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Devregion.c39 * an installed default region handler.
80 * PARAMETERS: region_obj - Internal region object
83 * region_offset - Where in the region to read or write
90 * DESCRIPTION: Dispatch an address space or operation region access to
93 * NOTE: During early initialization, we always install the default region
95 * region address spaces are always available as per the ACPI specification.
125 /* Ensure that there is a handler associated with this region */ in acpi_ev_address_space_dispatch()
127 handler_desc = region_obj->region.handler; in acpi_ev_address_space_dispatch()
131 acpi_ut_get_node_name(region_obj->region.node), in acpi_ev_address_space_dispatch()
133 acpi_ut_get_region_name(region_obj->region in acpi_ev_address_space_dispatch()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c140 const VkImageBlit2 *region = &pBlitImageInfo->pRegions[i]; in CmdBlitImage2() local
145 .level = region->srcSubresource.mipLevel, in CmdBlitImage2()
147 region->srcOffsets[0].x, in CmdBlitImage2()
148 region->srcOffsets[0].y, in CmdBlitImage2()
149 region->srcOffsets[0].z, in CmdBlitImage2()
150 region->srcSubresource.baseArrayLayer, in CmdBlitImage2()
153 region->srcOffsets[1].x, in CmdBlitImage2()
154 region->srcOffsets[1].y, in CmdBlitImage2()
155 region->srcOffsets[1].z, in CmdBlitImage2()
156 region in CmdBlitImage2()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp45 pitch(const vector_t &region, vector_t pitch) { in pitch() argument
47 map(multiplies(), region, pitch))) { in pitch()
58 /// Size of a region in bytes.
61 size(const vector_t &pitch, const vector_t &region) { in size() argument
62 if (any_of(is_zero(), region)) in size()
65 return dot(pitch, region - vector_t{ 0, 1, 1 }); in size()
85 const vector_t &pitch, const vector_t &region) { in validate_object()
89 // The region must fit within the specified pitch, in validate_object()
90 if (any_of(greater(), map(multiplies(), pitch, region), tail(pitch))) in validate_object()
94 if (dot(pitch, origin) + size(pitch, region) > me in validate_object()
84 validate_object(command_queue &q, buffer &mem, const vector_t &origin, const vector_t &pitch, const vector_t &region) validate_object() argument
105 validate_object(command_queue &q, image &img, const vector_t &orig, const vector_t &region) validate_object() argument
167 validate_object(command_queue &q, const void *ptr, const vector_t &orig, const vector_t &pitch, const vector_t &region) validate_object() argument
181 validate_copy(command_queue &q, buffer &dst_mem, const vector_t &dst_orig, const vector_t &dst_pitch, buffer &src_mem, const vector_t &src_orig, const vector_t &src_pitch, const vector_t &region) validate_copy() argument
201 validate_copy(command_queue &q, image &dst_img, const vector_t &dst_orig, image &src_img, const vector_t &src_orig, const vector_t &region) validate_copy() argument
322 soft_copy_op(command_queue &q, T dst_obj, const vector_t &dst_orig, const vector_t &dst_pitch, S src_obj, const vector_t &src_orig, const vector_t &src_pitch, const vector_t &region) soft_copy_op() argument
350 hard_copy_op(command_queue &q, T dst_obj, const vector_t &dst_orig, S src_obj, const vector_t &src_orig, const vector_t &region) hard_copy_op() argument
[all...]

Completed in 14 milliseconds

12345678910>>...68