Home
last modified time | relevance | path

Searched refs:uncached (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/Documentation/x86/
Dpat.txt153 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/
Dswp_emulation22 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/
Dpci-dma.c148 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/
DREADME.mm56 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/
DMakefile7 strnlen_user.o uncached.o
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_init.c395 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()
Desas2r_flash.c1315 a->uncached_phys + (u64)((u8 *)n - a->uncached)); in esas2r_nvram_write()
1321 + (u64)((u8 *)n - a->uncached)); in esas2r_nvram_write()
Desas2r_disc.c1038 + (u64)((u8 *)a->disc_buffer - a->uncached); in esas2r_disc_get_phys_addr()
Desas2r.h867 u8 *uncached; member
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt47 (*) "Reserve memory uncached for (PCI) DMA"
49 This requests that a uClinux kernel set aside some memory in an uncached
Dfeatures.txt114 (0xE0000000 - 0xFFFFFFFF). This permits the kernel to make uncached
/linux-4.4.14/arch/sh/mm/
DMakefile42 obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o
/linux-4.4.14/arch/ia64/kernel/
DMakefile31 obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o
/linux-4.4.14/Documentation/xtensa/
Dmmu.txt12 or 0xD8000000..0xDFFFFFFF [uncached];
/linux-4.4.14/arch/avr32/include/asm/
Dio.h303 #define uncached(addr) P2SEGADDR(addr) macro
/linux-4.4.14/include/linux/
Dpage-flags.h277 PAGEFLAG(Uncached, uncached) in PAGEFLAG()
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt272 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
Dobject.txt186 the first known page is uncached - as to that point there can be no data
/linux-4.4.14/Documentation/usb/
Ddma.txt66 On most systems the memory returned will be uncached, because the
/linux-4.4.14/arch/frv/mm/
Dtlb-miss.S159 # - the PTD must be accessed uncached
/linux-4.4.14/arch/microblaze/
DKconfig151 bool "Are you using uncached shadow for RAM ?"
/linux-4.4.14/arch/frv/
DKconfig337 Many PCI drivers require access to uncached memory for DMA device
/linux-4.4.14/arch/arm/kvm/
Dmmu.c1210 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/
DKconfig620 NOTE: when accessing uncached shared regions, LDXR/STXR rely
624 perform SWP operations to uncached memory to deadlock.
/linux-4.4.14/Documentation/DocBook/
Dalsa-driver-api.xml.db184 API-snd-ctl-add-slave-uncached
/linux-4.4.14/arch/arm/mm/
DKconfig706 NOTE: when accessing uncached shared regions, LDREX/STREX rely
710 perform SWP operations to uncached memory to deadlock.
/linux-4.4.14/arch/xtensa/
DKconfig230 at 0xd0000000 (cached) and 0xd8000000 (uncached).
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt318 * NULL dentry (ie. any uncached path element)