/linux-4.4.14/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-4.4.14/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-4.4.14/arch/xtensa/kernel/ |
D | pci-dma.c | 148 unsigned long uncached = 0; in xtensa_dma_alloc() local 166 uncached = ret + XCHAL_KSEG_BYPASS_VADDR - XCHAL_KSEG_CACHED_VADDR; in xtensa_dma_alloc() 170 return (void *)uncached; in xtensa_dma_alloc()
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 56 EFFFFFFF| | => uncached | | 65 BFFFFFFF| | uncached | | 97 The kernel needs access to both cached and uncached flash. Uncached is 110 ( seg_e, seg ) | // Flash uncached 127 ( base_e, 0x8 ) | // flash/sram/periph uncached 130 ( base_b, 0xb ) | // uncached on-chip registers
|
/linux-4.4.14/arch/mips/lib/ |
D | Makefile | 7 strnlen_user.o uncached.o
|
/linux-4.4.14/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() 1129 ((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-4.4.14/Documentation/frv/ |
D | configuring.txt | 47 (*) "Reserve memory uncached for (PCI) DMA" 49 This requests that a uClinux kernel set aside some memory in an uncached
|
D | features.txt | 114 (0xE0000000 - 0xFFFFFFFF). This permits the kernel to make uncached
|
/linux-4.4.14/arch/sh/mm/ |
D | Makefile | 42 obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o
|
/linux-4.4.14/arch/ia64/kernel/ |
D | Makefile | 31 obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 12 or 0xD8000000..0xDFFFFFFF [uncached];
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 303 #define uncached(addr) P2SEGADDR(addr) macro
|
/linux-4.4.14/include/linux/ |
D | page-flags.h | 277 PAGEFLAG(Uncached, uncached) in PAGEFLAG()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 272 uncached. 452 (2) A read or allocated page must be uncached when the netfs page is released 564 been uncached before writing is performed. 645 and any that have PG_fscache set will be uncached. 691 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-4.4.14/Documentation/usb/ |
D | dma.txt | 66 On most systems the memory returned will be uncached, because the
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-miss.S | 159 # - the PTD must be accessed uncached
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 151 bool "Are you using uncached shadow for RAM ?"
|
/linux-4.4.14/arch/frv/ |
D | Kconfig | 337 Many PCI drivers require access to uncached memory for DMA device
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 1210 unsigned long size, bool uncached) in coherent_cache_guest_page() argument 1212 __coherent_cache_guest_page(vcpu, pfn, size, uncached); in coherent_cache_guest_page()
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 620 NOTE: when accessing uncached shared regions, LDXR/STXR rely 624 perform SWP operations to uncached memory to deadlock.
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 184 API-snd-ctl-add-slave-uncached
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 706 NOTE: when accessing uncached shared regions, LDREX/STREX rely 710 perform SWP operations to uncached memory to deadlock.
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig | 230 at 0xd0000000 (cached) and 0xd8000000 (uncached).
|
/linux-4.4.14/Documentation/filesystems/ |
D | path-lookup.txt | 318 * NULL dentry (ie. any uncached path element)
|