/Linux-v4.19/Documentation/x86/ |
D | pat.txt | 153 For example: If there is an existing uncached mapping, a new ioremap_wc can 154 return uncached mapping in place of write-combine requested. 176 uncached-minus @ 0x7fadf000-0x7fae0000 177 uncached-minus @ 0x7fb19000-0x7fb1a000 178 uncached-minus @ 0x7fb1a000-0x7fb1b000 179 uncached-minus @ 0x7fb1b000-0x7fb1c000 180 uncached-minus @ 0x7fb1c000-0x7fb1d000 181 uncached-minus @ 0x7fb1d000-0x7fb1e000 182 uncached-minus @ 0x7fb1e000-0x7fb25000 183 uncached-minus @ 0x7fb25000-0x7fb26000 [all …]
|
/Linux-v4.19/sound/hda/ |
D | hdac_regmap.c | 456 unsigned int *val, bool uncached) in reg_raw_read() argument 458 if (uncached || !codec->regmap) in reg_raw_read() 466 bool uncached) in __snd_hdac_regmap_read_raw() argument 470 err = reg_raw_read(codec, reg, val, uncached); in __snd_hdac_regmap_read_raw() 474 err = reg_raw_read(codec, reg, val, uncached); in __snd_hdac_regmap_read_raw()
|
/Linux-v4.19/Documentation/arm/ |
D | swp_emulation | 22 NOTE: when accessing uncached shared regions, LDREX/STREX rely on an external 25 cause programs that perform SWP operations to uncached memory to deadlock, as
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse-io.txt | 25 uncached, but fully written pages). No READ requests are ever sent for writes, 26 so when an uncached page is partially written, the page is discarded.
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | if0008.h | 33 __u8 uncached; member
|
/Linux-v4.19/arch/mips/lib/ |
D | Makefile | 8 strnlen_user.o uncached.o
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | esas2r_init.c | 395 a->uncached = dma_alloc_coherent(&pcid->dev, in esas2r_init_adapter() 399 if (a->uncached == NULL) { in esas2r_init_adapter() 411 a->uncached, in esas2r_init_adapter() 414 memset(a->uncached, 0, a->uncached_size); in esas2r_init_adapter() 415 next_uncached = a->uncached; in esas2r_init_adapter() 607 if (a->uncached) { in esas2r_kill_adapter() 610 a->uncached, in esas2r_kill_adapter() 612 a->uncached = NULL; in esas2r_kill_adapter() 1105 ((u8 *)a->outbound_copy - a->uncached); in esas2r_check_adapter()
|
D | esas2r_flash.c | 1315 a->uncached_phys + (u64)((u8 *)n - a->uncached)); in esas2r_nvram_write() 1321 + (u64)((u8 *)n - a->uncached)); in esas2r_nvram_write()
|
D | esas2r_disc.c | 1038 + (u64)((u8 *)a->disc_buffer - a->uncached); in esas2r_disc_get_phys_addr()
|
D | esas2r.h | 867 u8 *uncached; member
|
/Linux-v4.19/Documentation/xtensa/ |
D | mmu.txt | 107 256MB cached + 256MB uncached layout. 150 512MB cached + 512MB uncached layout.
|
/Linux-v4.19/arch/ia64/kernel/ |
D | Makefile | 32 obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o
|
/Linux-v4.19/arch/sh/mm/ |
D | Makefile | 44 obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/message_drivers/ |
D | message.h | 180 …int32_t (*buffer_aligned)( VCHI_MDRIVER_HANDLE_T *handle, int tx, int uncached, const void *addres…
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/ |
D | mmu.c | 107 if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED; in nvif_mmu_init()
|
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-mcp23s08.c | 693 int uncached; in __check_mcp23s08_reg_cache() local 694 err = mcp_read(mcp, i, &uncached); in __check_mcp23s08_reg_cache() 698 if (uncached != cached[i]) { in __check_mcp23s08_reg_cache() 700 i, uncached, cached[i]); in __check_mcp23s08_reg_cache()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | ummu.c | 98 args->v0.uncached = !!(type & NVKM_MEM_UNCACHED); in nvkm_ummu_type()
|
/Linux-v4.19/arch/xtensa/ |
D | Kconfig | 305 bool "MMUv2: 128MB cached + 128MB uncached" 313 bool "256MB cached + 256MB uncached" 321 bool "512MB cached + 512MB uncached" 337 at 0xd0000000 (cached) and 0xd8000000 (uncached).
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 234 uncached. 431 (2) A read or allocated page must be uncached when the netfs page is released 544 been uncached before writing is performed. 625 and any that have PG_fscache set will be uncached. 671 some reason and if it returns true, the page has been uncached and can now be
|
D | object.txt | 186 the first known page is uncached - as to that point there can be no data
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | dma.rst | 69 On most systems the memory returned will be uncached, because the
|
/Linux-v4.19/include/linux/ |
D | page-flags.h | 363 PAGEFLAG(Uncached, uncached, PF_NO_COMPOUND)
|
/Linux-v4.19/arch/microblaze/ |
D | Kconfig | 162 bool "Are you using uncached shadow for RAM ?"
|
/Linux-v4.19/arch/arm/mm/ |
D | Kconfig | 734 NOTE: when accessing uncached shared regions, LDREX/STREX rely 738 perform SWP operations to uncached memory to deadlock.
|
/Linux-v4.19/arch/arm64/ |
D | Kconfig | 974 NOTE: when accessing uncached shared regions, LDXR/STXR rely 978 perform SWP operations to uncached memory to deadlock.
|