| /linux/Documentation/x86/ |
| A D | pat.rst | 182 uncached-minus @ 0x7fadf000-0x7fae0000 183 uncached-minus @ 0x7fb19000-0x7fb1a000 184 uncached-minus @ 0x7fb1a000-0x7fb1b000 185 uncached-minus @ 0x7fb1b000-0x7fb1c000 186 uncached-minus @ 0x7fb1c000-0x7fb1d000 187 uncached-minus @ 0x7fb1d000-0x7fb1e000 188 uncached-minus @ 0x7fb1e000-0x7fb25000 189 uncached-minus @ 0x7fb25000-0x7fb26000 190 uncached-minus @ 0x7fb26000-0x7fb27000 191 uncached-minus @ 0x7fb27000-0x7fb28000 [all …]
|
| /linux/Documentation/arm/ |
| A D | swp_emulation.rst | 23 when accessing uncached shared regions, LDREX/STREX rely on an external 26 cause programs that perform SWP operations to uncached memory to deadlock, as
|
| /linux/sound/hda/ |
| A D | hdac_regmap.c | 468 unsigned int *val, bool uncached) in reg_raw_read() argument 473 if (uncached || !codec->regmap) in reg_raw_read() 483 bool uncached) in __snd_hdac_regmap_read_raw() argument 485 return CALL_RAW_FUNC(codec, reg_raw_read(codec, reg, val, uncached)); in __snd_hdac_regmap_read_raw()
|
| /linux/drivers/scsi/esas2r/ |
| A D | esas2r_init.c | 374 a->uncached = dma_alloc_coherent(&pcid->dev, in esas2r_init_adapter() 378 if (a->uncached == NULL) { in esas2r_init_adapter() 390 a->uncached, in esas2r_init_adapter() 393 memset(a->uncached, 0, a->uncached_size); in esas2r_init_adapter() 394 next_uncached = a->uncached; in esas2r_init_adapter() 587 if (a->uncached) { in esas2r_kill_adapter() 590 a->uncached, in esas2r_kill_adapter() 592 a->uncached = NULL; in esas2r_kill_adapter() 1056 ((u8 *)a->outbound_copy - a->uncached); in esas2r_check_adapter()
|
| A D | esas2r_flash.c | 1316 a->uncached_phys + (u64)((u8 *)n - a->uncached)); in esas2r_nvram_write() 1322 + (u64)((u8 *)n - a->uncached)); in esas2r_nvram_write()
|
| A D | esas2r_disc.c | 1039 + (u64)((u8 *)a->disc_buffer - a->uncached); in esas2r_disc_get_phys_addr()
|
| A D | esas2r.h | 867 u8 *uncached; member
|
| /linux/Documentation/filesystems/ |
| A D | fuse-io.rst | 31 uncached, but fully written pages). No READ requests are ever sent for writes, 32 so when an uncached page is partially written, the page is discarded.
|
| /linux/arch/mips/lib/ |
| A D | Makefile | 8 strnlen_user.o uncached.o
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| A D | if0008.h | 33 __u8 uncached; member
|
| /linux/Documentation/xtensa/ |
| A D | mmu.rst | 114 256MB cached + 256MB uncached layout:: 158 512MB cached + 512MB uncached layout::
|
| /linux/arch/sh/mm/ |
| A D | Makefile | 42 obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o
|
| /linux/arch/ia64/kernel/ |
| A D | Makefile | 30 obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o
|
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| A D | mmu.c | 108 if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED; in nvif_mmu_ctor()
|
| /linux/kernel/dma/ |
| A D | Kconfig | 41 # DMA_ATTR_WRITE_COMBINE. Normally the "uncached" mapping should be what 98 # The only thing that is really required is a way to set an uncached bit
|
| /linux/drivers/media/pci/ivtv/ |
| A D | Kconfig | 78 PAT-enabled systems but the framebuffer memory will be uncached.
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| A D | ummu.c | 98 args->v0.uncached = !!(type & NVKM_MEM_UNCACHED); in nvkm_ummu_type()
|
| /linux/include/linux/ |
| A D | page-flags.h | 516 PAGEFLAG(Uncached, uncached, PF_NO_COMPOUND) 518 PAGEFLAG_FALSE(Uncached, uncached)
|
| /linux/arch/xtensa/ |
| A D | Kconfig | 666 bool "MMUv2: 128MB cached + 128MB uncached" 674 bool "256MB cached + 256MB uncached" 682 bool "512MB cached + 512MB uncached" 699 at 0xd0000000 (cached) and 0xd8000000 (uncached).
|
| /linux/Documentation/filesystems/caching/ |
| A D | netfs-api.rst | 235 uncached. 425 (2) A read or allocated page must be uncached when the netfs page is released 538 been uncached before writing is performed. 619 and any that have PG_fscache set will be uncached. 664 some reason and if it returns true, the page has been uncached and can now be
|
| A D | object.rst | 185 the first known page is uncached - as to that point there can be no data
|
| /linux/Documentation/driver-api/usb/ |
| A D | dma.rst | 69 On most systems the memory returned will be uncached, because the
|
| /linux/Documentation/driver-api/ |
| A D | device-io.rst | 161 uncached virtual address pointing to the physical MMIO address, some 412 'PAT' mode, it marks memory as uncached even when the MTRR has designated
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_amdkfd_gpuvm.c | 407 bool uncached = mem->alloc_flags & KFD_IOC_ALLOC_MEM_FLAGS_UNCACHED; in get_pte_flags() local 433 if (coherent && uncached) { in get_pte_flags()
|
| /linux/arch/arm/mm/ |
| A D | Kconfig | 732 NOTE: when accessing uncached shared regions, LDREX/STREX rely 736 perform SWP operations to uncached memory to deadlock.
|