Home
last modified time | relevance | path

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

/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()
/arch/mips/lib/
DMakefile7 strnlen_user.o uncached.o
/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
/arch/sh/mm/
DMakefile42 obj-$(CONFIG_UNCACHED_MAPPING) += uncached.o
/arch/ia64/kernel/
DMakefile31 obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o
/arch/avr32/include/asm/
Dio.h303 #define uncached(addr) P2SEGADDR(addr) macro
/arch/frv/mm/
Dtlb-miss.S159 # - the PTD must be accessed uncached
/arch/microblaze/
DKconfig151 bool "Are you using uncached shadow for RAM ?"
/arch/frv/
DKconfig337 Many PCI drivers require access to uncached memory for DMA device
/arch/arm/kvm/
Dmmu.c1240 unsigned long size, bool uncached) in coherent_cache_guest_page() argument
1242 __coherent_cache_guest_page(vcpu, pfn, size, uncached); in coherent_cache_guest_page()
/arch/xtensa/
DKconfig231 at 0xd0000000 (cached) and 0xd8000000 (uncached).
/arch/arm/mm/
DKconfig707 NOTE: when accessing uncached shared regions, LDREX/STREX rely
711 perform SWP operations to uncached memory to deadlock.
/arch/arm64/
DKconfig706 NOTE: when accessing uncached shared regions, LDXR/STXR rely
710 perform SWP operations to uncached memory to deadlock.