Home
last modified time | relevance | path

Searched refs:remap (Results 51 - 75 of 86) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-aardvark.c273 phys_addr_t remap; member
455 phys_addr_t match, phys_addr_t remap, in advk_pcie_set_ob_win()
461 advk_writel(pcie, lower_32_bits(remap), OB_WIN_REMAP_LS(win_num)); in advk_pcie_set_ob_win()
462 advk_writel(pcie, upper_32_bits(remap), OB_WIN_REMAP_MS(win_num)); in advk_pcie_set_ob_win()
643 pcie->wins[i].match, pcie->wins[i].remap, in advk_pcie_setup_hw()
1798 * The n-th PCIe window is configured by tuple (match, remap, mask) in advk_pcie_probe()
1826 pcie->wins[pcie->wins_count].remap = start - entry->offset; in advk_pcie_probe()
1829 if (pcie->wins[pcie->wins_count].remap & (win_size - 1)) in advk_pcie_probe()
454 advk_pcie_set_ob_win(struct advk_pcie *pcie, u8 win_num, phys_addr_t match, phys_addr_t remap, phys_addr_t mask, u32 actions) advk_pcie_set_ob_win() argument
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddcdbas.c547 goto remap; in dcdbas_check_wsmt()
565 remap: in dcdbas_check_wsmt()
575 * Limit remap size to MAX_SMI_DATA_BUF_SIZE + 8 (since the first 8 in dcdbas_check_wsmt()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddcdbas.c559 goto remap; in dcdbas_check_wsmt()
577 remap: in dcdbas_check_wsmt()
587 * Limit remap size to MAX_SMI_DATA_BUF_SIZE + 8 (since the first 8 in dcdbas_check_wsmt()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.h106 int remap);
H A Dmisc.c688 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals()
740 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
685 parse_dfs_referrals(struct get_dfs_referral_rsp *rsp, u32 rsp_size, unsigned int *num_of_nodes, struct dfs_info3_param **target_nodes, const struct nls_table *nls_codepage, int remap, const char *searchName, bool is_unicode) parse_dfs_referrals() argument
H A Dcifsglob.h574 bool remap:1; /* set to remap seven reserved chars in filenames */ member
575 bool sfu_remap:1; /* remap seven reserved chars ala SFU */
1180 int remap:2; member
H A Dconnect.c1439 vol->remap = true; in cifs_parse_mount_options()
1564 vol->remap = false; /* disable SFM mapping */ in cifs_parse_mount_options()
1570 vol->remap = true; in cifs_parse_mount_options()
1574 vol->remap = false; in cifs_parse_mount_options()
3954 if (pvolume_info->remap) in cifs_setup_cifs_sb()
4128 /* if new SMB3.11 POSIX extensions are supported do not remap / and \ */ in mount_get_conns()
4570 ses->tcon_ipc->remap = cifs_remap(cifs_sb); in set_root_ses()
4762 tcon->remap = cifs_remap(cifs_sb); in cifs_mount()
/kernel/linux/linux-5.10/drivers/edac/
H A De752x_edac.c111 #define E752X_REMAPBASE 0xC6 /* DRAM remap base address reg (16b) */
112 #define E752X_REMAPLIMIT 0xC8 /* DRAM remap limit address reg (16b) */
113 #define E752X_REMAPOFFSET 0xCA /* DRAM remap limit offset reg (16b) */
307 u32 remap; in ctl_page_to_phys() local
318 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
320 if (remap < pvt->remaplimit) in ctl_page_to_phys()
321 return remap; in ctl_page_to_phys()
363 "row %d not found in remap table\n", in do_process_ce()
1341 /* load the top of low memory, remap base, and remap limi in e752x_probe1()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.c72 * @remap: mapping type
76 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap) in dfs_cache_canonical_path() argument
86 tmp = (char *)cifs_strndup_to_utf16(path, strlen(path), &plen, cp, remap); in dfs_cache_canonical_path()
848 * @remap: path character remapping type
857 int remap, const char *path, struct dfs_info3_param *ref, in dfs_cache_find()
864 npath = dfs_cache_canonical_path(path, cp, remap); in dfs_cache_find()
856 dfs_cache_find(const unsigned int xid, struct cifs_ses *ses, const struct nls_table *cp, int remap, const char *path, struct dfs_info3_param *ref, struct dfs_cache_tgt_list *tgt_list) dfs_cache_find() argument
H A Dmisc.c865 const struct nls_table *nls_codepage, int remap, in parse_dfs_referrals()
917 PATH_MAX, nls_codepage, remap); in parse_dfs_referrals()
862 parse_dfs_referrals(struct get_dfs_referral_rsp *rsp, u32 rsp_size, unsigned int *num_of_nodes, struct dfs_info3_param **target_nodes, const struct nls_table *nls_codepage, int remap, const char *searchName, bool is_unicode) parse_dfs_referrals() argument
/kernel/linux/linux-6.6/drivers/edac/
H A De752x_edac.c111 #define E752X_REMAPBASE 0xC6 /* DRAM remap base address reg (16b) */
112 #define E752X_REMAPLIMIT 0xC8 /* DRAM remap limit address reg (16b) */
113 #define E752X_REMAPOFFSET 0xCA /* DRAM remap limit offset reg (16b) */
307 u32 remap; in ctl_page_to_phys() local
318 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys()
320 if (remap < pvt->remaplimit) in ctl_page_to_phys()
321 return remap; in ctl_page_to_phys()
363 "row %d not found in remap table\n", in do_process_ce()
1340 /* load the top of low memory, remap base, and remap limi in e752x_probe1()
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gpuva_mgr.h342 * @DRM_GPUVA_OP_REMAP: the remap op type
422 * struct drm_gpuva_op_remap - GPU VA remap operation
424 * This represents a single remap operation generated by the DRM GPU VA manager.
426 * A remap operation is generated when an existing GPU VA mmapping is split up
432 * @prev is used to remap the preceding part, @next the subsequent part.
438 * Note, the reason for a dedicated remap operation, rather than arbitrary
502 * @remap: the remap operation
504 struct drm_gpuva_op_remap remap; member
/kernel/linux/linux-5.10/mm/
H A Dmigrate.c2609 bool remap = true; in migrate_vma_prepare() local
2629 remap = false; in migrate_vma_prepare()
2642 if (remap) { in migrate_vma_prepare()
2660 if (remap) { in migrate_vma_prepare()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c1260 struct nvbios_M0209S remap; member
1278 struct nvbios_M0209S *remap = &train->remap; in gk104_ram_train_type() local
1315 * remap indices... in gk104_ram_train_type()
1318 remap))) in gk104_ram_train_type()
1322 value->data[i] = remap->data[value->data[i]]; in gk104_ram_train_type()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c1260 struct nvbios_M0209S remap; member
1278 struct nvbios_M0209S *remap = &train->remap; in gk104_ram_train_type() local
1315 * remap indices... in gk104_ram_train_type()
1318 remap))) in gk104_ram_train_type()
1322 value->data[i] = remap->data[value->data[i]]; in gk104_ram_train_type()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-common.c549 area_dst = (char *)(unsigned long)msg.arg.remap.to; in uffd_poll_thread()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_isr.c2335 if (sp->remap.remapped) { in qla24xx_els_ct_entry()
2338 sp->remap.rsp.buf, in qla24xx_els_ct_entry()
2339 sp->remap.rsp.len); in qla24xx_els_ct_entry()
2342 __func__, n, sp->remap.rsp.len); in qla24xx_els_ct_entry()
2393 if (sp->remap.remapped && in qla24xx_els_ct_entry()
2394 ((u8 *)sp->remap.rsp.buf)[0] == ELS_LS_ACC) { in qla24xx_els_ct_entry()
2415 if (sp->remap.remapped && in qla24xx_els_ct_entry()
2416 ((u8 *)sp->remap.rsp.buf)[0] == ELS_LS_RJT) { in qla24xx_els_ct_entry()
H A Dqla_bsg.c62 if (sp->remap.remapped) { in qla2x00_bsg_sp_free()
63 dma_pool_free(ha->purex_dma_pool, sp->remap.rsp.buf, in qla2x00_bsg_sp_free()
64 sp->remap.rsp.dma); in qla2x00_bsg_sp_free()
65 dma_pool_free(ha->purex_dma_pool, sp->remap.req.buf, in qla2x00_bsg_sp_free()
66 sp->remap.req.dma); in qla2x00_bsg_sp_free()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_gem.c57 * physical address as we don't remap those buffers through the TILER.
800 "could not remap: %d (%d)\n", ret, fmt); in omap_gem_pin()
919 /* if !remap, and we don't have pages backing, then fail, rather than
921 * because we don't support swapping pages back out). And 'remap'
924 * aquired if !remap (because this can be called in atomic ctxt),
926 * same way. If !remap, a matching omap_gem_put_pages() call is not
930 bool remap) in omap_gem_get_pages()
937 if (remap) { in omap_gem_get_pages()
929 omap_gem_get_pages(struct drm_gem_object *obj, struct page ***pages, bool remap) omap_gem_get_pages() argument
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik-db8500.c901 DB8500_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1");
960 FUNCTION(remap),
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik-db8500.c914 DB8500_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1");
973 FUNCTION(remap),
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_gem.c57 * physical address as we don't remap those buffers through the TILER.
758 dev_err(obj->dev->dev, "could not remap: %d (%d)\n", ret, fmt); in omap_gem_pin_tiler()
921 /* if !remap, and we don't have pages backing, then fail, rather than
923 * because we don't support swapping pages back out). And 'remap'
926 * aquired if !remap (because this can be called in atomic ctxt),
928 * same way. If !remap, a matching omap_gem_put_pages() call is not
932 bool remap) in omap_gem_get_pages()
939 if (remap) { in omap_gem_get_pages()
931 omap_gem_get_pages(struct drm_gem_object *obj, struct page ***pages, bool remap) omap_gem_get_pages() argument
/kernel/linux/linux-5.10/fs/
H A Duserfaultfd.c720 /* Drop uffd context if remap feature not enabled */ in mremap_userfaultfd_prep()
744 ewq.msg.arg.remap.from = from; in mremap_userfaultfd_complete()
745 ewq.msg.arg.remap.to = to; in mremap_userfaultfd_complete()
746 ewq.msg.arg.remap.len = len; in mremap_userfaultfd_complete()
/kernel/linux/linux-6.6/fs/
H A Duserfaultfd.c777 /* Drop uffd context if remap feature not enabled */ in mremap_userfaultfd_prep()
802 ewq.msg.arg.remap.from = from; in mremap_userfaultfd_complete()
803 ewq.msg.arg.remap.to = to; in mremap_userfaultfd_complete()
804 ewq.msg.arg.remap.len = len; in mremap_userfaultfd_complete()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin.c718 static void remap(struct thin_c *tc, struct bio *bio, dm_block_t block) in remap() function
792 remap(tc, bio, block); in remap_and_issue()
2780 remap(tc, bio, result.block); in thin_bio_map()

Completed in 62 milliseconds

1234