/linux-4.1.27/arch/arm/mm/ |
D | mmap.c | 61 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local 68 if (aliasing) in arch_get_unmapped_area() 75 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area() 114 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area_topdown() local 121 if (aliasing) in arch_get_unmapped_area_topdown() 129 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area_topdown()
|
/linux-4.1.27/arch/arc/mm/ |
D | mmap.c | 37 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local 43 if (aliasing) in arch_get_unmapped_area() 50 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area()
|
/linux-4.1.27/Documentation/ia64/ |
D | .gitignore | 1 aliasing-test
|
D | Makefile | 2 hostprogs-y := aliasing-test
|
D | aliasing.txt | 64 means that to avoid attribute aliasing, Linux can create a cacheable 136 mapping. This would not cause attribute aliasing. But
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 10 not having memory type aliasing for the same physical memory with multiple 22 attributes at the page level. In order to avoid aliasing, these interfaces 26 address range to avoid any aliasing. 114 can be more restrictive, in case of any existing aliasing for that address.
|
/linux-4.1.27/tools/virtio/ |
D | Makefile | 6 …I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD …
|
/linux-4.1.27/arch/x86/purgatory/ |
D | Makefile | 13 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | Makefile | 10 -fPIC -fno-strict-aliasing -mno-red-zone \
|
/linux-4.1.27/tools/scripts/ |
D | Makefile.include | 35 EXTRA_WARNINGS += -Wstrict-aliasing=3
|
/linux-4.1.27/Documentation/ |
D | cachetlb.txt | 231 The biggest problem is that of virtual aliasing in the data cache 234 Is your port susceptible to virtual aliasing in its D-cache? 249 Next, you have to solve the D-cache aliasing issue for all 255 aliasing problem has the potential to exist since the kernel already 276 If D-cache aliasing is not an issue, these two routines may 296 D-cache aliasing, to make sure these kernel stores are 304 If D-cache aliasing is not an issue, this routine may
|
D | Intel-IOMMU.txt | 45 transaction id aliasing for p2p bridges.
|
/linux-4.1.27/arch/mips/kvm/ |
D | 00README.txt | 17 Note that due to cache aliasing issues, 4K page sizes are NOT supported.
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | Makefile | 25 KBUILD_CFLAGS += -fno-strict-aliasing -fPIC
|
/linux-4.1.27/arch/sh/mm/ |
D | Kconfig | 261 Since there's sill some aliasing issues on SH-4, this option will 263 be implemented to deal with aliasing.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 49 These six registers control the horizontal aliasing filter for the Y plane. 83 These six registers control the horizontal aliasing for the UV plane. 422 These three registers control the vertical aliasing filter for the Y plane. 441 These three registers control the vertical aliasing filter for the UV
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 24 ffff4000 ffffffff cache aliasing on ARMv6 and later CPUs.
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 26 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
|
D | Kconfig.debug | 16 use due to the cache aliasing requirements.
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 1368 static int gen6_ppgtt_init(struct i915_hw_ppgtt *ppgtt, bool aliasing) in gen6_ppgtt_init() argument 1391 if (aliasing) { in gen6_ppgtt_init() 1416 if (aliasing) in gen6_ppgtt_init() 1434 bool aliasing) in __hw_ppgtt_init() argument 1442 return gen6_ppgtt_init(ppgtt, aliasing); in __hw_ppgtt_init()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | Makefile | 23 -fno-strict-aliasing -Os -msoft-float -pipe \
|
/linux-4.1.27/Documentation/fb/ |
D | fbcon.txt | 15 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 527 4.3) Timespec aliasing 547 This aliasing requires care in the computation and recalibration of kvmclock
|
/linux-4.1.27/ |
D | Makefile | 401 -fno-strict-aliasing -fno-common \
|