/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | dfs_debug.c | 72 "(current DFS region: %d)\n", in read_file_dfs() 73 sc->dfs_detector->region); in read_file_dfs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object_types.h | 108 * migrate - Migrate object to a different region either for 361 * These are flags that indicate specifics of the memory region 635 * Memory region for this object. 637 struct intel_memory_region *region; member 641 * needed for the mock region. 646 * Element within memory_region->objects or region->purgeable 648 * region->obj_lock.
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | pnd2_edac.c | 68 * have no interleaving at all. The as2 region is interleaved 69 * between two channels. The mot region is magic and may overlap 74 static struct region { struct 90 void (*mk_region)(char *name, struct region *rp, void *asym); 339 static void mk_region(char *name, struct region *rp, u64 base, u64 limit) in mk_region() 347 static void mk_region_mask(char *name, struct region *rp, u64 base, u64 mask) in mk_region_mask() 358 pr_info(FW_BUG "MOT region base/mask alignment error\n"); in mk_region_mask() 367 static bool in_region(struct region *rp, u64 addr) in in_region() 446 static void apl_mk_region(char *name, struct region *rp, void *asym) in apl_mk_region() 456 static void dnv_mk_region(char *name, struct region *r [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl.c | 699 * @ioaddr: header register region address of current FIU in enumeration. 914 fdev->dev.parent = &binfo->cdev->region->dev; in build_info_create_dev() 1131 * register. For afu sub feature, its register region only contains user 1248 dev_err(dev, "request region fail, start:%pa, len:%pa\n", in build_info_prepare() 1255 dev_err(dev, "ioremap region fail, start:%pa, len:%pa\n", in build_info_prepare() 1377 dev_err(binfo->dev, "The region is too small to contain a feature.\n"); in parse_feature_list() 1531 device_for_each_child(&cdev->region->dev, NULL, remove_feature_dev); in remove_feature_devs() 1538 * This function creates a container device (base FPGA region), enumerates 1563 cdev->region = fpga_region_register(info->dev, NULL, NULL); in dfl_fpga_feature_devs_enumerate() 1564 if (IS_ERR(cdev->region)) { in dfl_fpga_feature_devs_enumerate() [all...] |
H A D | dfl.h | 29 #include <linux/fpga/fpga-region.h> 511 * @region: base fpga region. 519 struct fpga_region *region; member
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | pnd2_edac.c | 70 * have no interleaving at all. The as2 region is interleaved 71 * between two channels. The mot region is magic and may overlap 76 static struct region { struct 92 void (*mk_region)(char *name, struct region *rp, void *asym); 317 static void mk_region(char *name, struct region *rp, u64 base, u64 limit) in mk_region() 325 static void mk_region_mask(char *name, struct region *rp, u64 base, u64 mask) in mk_region_mask() 336 pr_info(FW_BUG "MOT region base/mask alignment error\n"); in mk_region_mask() 345 static bool in_region(struct region *rp, u64 addr) in in_region() 424 static void apl_mk_region(char *name, struct region *rp, void *asym) in apl_mk_region() 434 static void dnv_mk_region(char *name, struct region *r [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | device.c | 35 * @region: the PCI region. 36 * @new_bar_region_base: the new BAR region base address. 46 static u64 hl_set_dram_bar(struct hl_device *hdev, u64 addr, struct pci_mem_region *region, in hl_set_dram_bar() argument 70 struct pci_mem_region *region = &hdev->pci_mem_region[region_type]; in hl_access_sram_dram_region() local 71 u64 old_base = 0, rc, bar_region_base = region->region_base; in hl_access_sram_dram_region() 75 old_base = hl_set_dram_bar(hdev, addr, region, &bar_region_base); in hl_access_sram_dram_region() 80 acc_addr = hdev->pcie_bar[region->bar_id] + region->offset_in_bar + in hl_access_sram_dram_region() 105 rc = hl_set_dram_bar(hdev, old_base, region, NUL in hl_access_sram_dram_region() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cirrusfb.c | 1730 const struct fb_fillrect *region) in cirrusfb_fillrect() 1737 cinfo->pseudo_palette[region->color] : region->color; in cirrusfb_fillrect() 1742 cfb_fillrect(info, region); in cirrusfb_fillrect() 1749 memcpy(&modded, region, sizeof(struct fb_fillrect)); in cirrusfb_fillrect() 1762 (region->dx * m) / 8, region->dy, in cirrusfb_fillrect() 1763 (region->width * m) / 8, region->height, in cirrusfb_fillrect() 1933 #if 0 /* if system didn't claim this region, w in cirrusfb_pci_unmap() 1729 cirrusfb_fillrect(struct fb_info *info, const struct fb_fillrect *region) cirrusfb_fillrect() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cirrusfb.c | 1732 const struct fb_fillrect *region) in cirrusfb_fillrect() 1739 cinfo->pseudo_palette[region->color] : region->color; in cirrusfb_fillrect() 1744 cfb_fillrect(info, region); in cirrusfb_fillrect() 1751 memcpy(&modded, region, sizeof(struct fb_fillrect)); in cirrusfb_fillrect() 1764 (region->dx * m) / 8, region->dy, in cirrusfb_fillrect() 1765 (region->width * m) / 8, region->height, in cirrusfb_fillrect() 1935 #if 0 /* if system didn't claim this region, w in cirrusfb_pci_unmap() 1731 cirrusfb_fillrect(struct fb_info *info, const struct fb_fillrect *region) cirrusfb_fillrect() argument [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl.h | 28 #include <linux/fpga/fpga-region.h> 465 * @region: base fpga region. 473 struct fpga_region *region; member
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pgtable.h | 244 #define RGN_MAP_LIMIT ((1UL << RGN_MAP_SHIFT) - PAGE_SIZE) /* per region addr limit */ 362 unsigned long region = address >> 61; in pgd_index() local 365 return (region << (PAGE_SHIFT - 6)) | l1index; in pgd_index() 370 * In the kernel's mapped region we know everything is in region number 5, so 371 * as an optimisation its PGD already points to the area for that region. 373 * never add the region here.
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-fadump.c | 101 * The destination address of the first boot memory region is the in opal_fadump_update_config() 382 (u64)__va(be64_to_cpu(opal_cpu_metadata->region[0].dest)); in is_opal_fadump_cpu_data_valid() 384 be64_to_cpu(opal_cpu_metadata->region[0].size); in is_opal_fadump_cpu_data_valid()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utcopy.c | 741 if (dest_desc->region.handler) { in acpi_ut_copy_simple_object() 742 acpi_ut_add_reference(dest_desc->region.handler); in acpi_ut_copy_simple_object()
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pgtable.h | 207 #define RGN_MAP_LIMIT ((1UL << RGN_MAP_SHIFT) - PAGE_SIZE) /* per region addr limit */ 325 unsigned long region = address >> 61; in pgd_index() local 328 return (region << (PAGE_SHIFT - 6)) | l1index; in pgd_index() 333 * In the kernel's mapped region we know everything is in region number 5, so 334 * as an optimisation its PGD already points to the area for that region. 336 * never add the region here.
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-fadump.c | 101 * The destination address of the first boot memory region is the in opal_fadump_update_config() 382 (u64)__va(be64_to_cpu(opal_cpu_metadata->region[0].dest)); in is_opal_fadump_cpu_data_valid() 384 be64_to_cpu(opal_cpu_metadata->region[0].size); in is_opal_fadump_cpu_data_valid()
|
/kernel/linux/linux-5.10/drivers/ipack/ |
H A D | ipack.c | 354 idmem = ioremap(dev->region[IPACK_ID_SPACE].start, in ipack_device_read_id() 355 dev->region[IPACK_ID_SPACE].size); in ipack_device_read_id()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 31 struct intel_memory_region *mem = obj->mm.region; in shmem_get_pages() 57 if (obj->base.size > resource_size(&mem->region)) in shmem_get_pages()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cq.c | 153 buf_attr.region[0].size = hr_cq->cq_depth * hr_cq->cqe_size; in alloc_cq_buf() 154 buf_attr.region[0].hopnum = hr_dev->caps.cqe_hop_num; in alloc_cq_buf()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | regd.c | 524 reg->region = request->dfs_region; in ath_reg_notifier_apply() 790 switch (reg->region) { in ath_regd_get_band_ctl()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 165 u8 region[IEEE80211_COUNTRY_STRING_LEN]; member 179 /* This function converts integer code to region string */ 187 return region_code_mapping_t[i].region; in mwifiex_11d_code_2_region()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | dsa.c | 440 void dsa_devlink_region_destroy(struct devlink_region *region) in dsa_devlink_region_destroy() argument 442 devlink_region_destroy(region); in dsa_devlink_region_destroy()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utcopy.c | 741 if (dest_desc->region.handler) { in acpi_ut_copy_simple_object() 742 acpi_ut_add_reference(dest_desc->region.handler); in acpi_ut_copy_simple_object()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ioport.h | 276 #define rename_region(region, newname) do { (region)->name = (newname); } while (0)
|
/kernel/linux/linux-6.6/drivers/cxl/ |
H A D | cxl.h | 18 * (port-driver, region-driver, nvdimm object-drivers... etc). 333 * @region: currently assigned region for this decoder 345 struct cxl_region *region; member 378 * Track whether this decoder is reserved for region autodiscovery, or 393 * @pos: interleave position in @cxld.region 428 * @res: host / parent resource for region allocations 429 * @region_id: region id for next region provisioning event 432 * @range_lock: sync region autodiscover 662 struct cxl_region *region; global() member [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cq.c | 207 buf_attr.region[0].size = hr_cq->cq_depth * hr_cq->cqe_size; in alloc_cq_buf() 208 buf_attr.region[0].hopnum = hr_dev->caps.cqe_hop_num; in alloc_cq_buf()
|