Home
last modified time | relevance | path

Searched refs:aliasing (Results 1 – 25 of 33) sorted by relevance

12

/linux/arch/arm/mm/
H A Dmmap.c22 * avoid aliasing issues with VIPT caches. We need to ensure that
37 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local
44 if (aliasing) in arch_get_unmapped_area()
51 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area()
89 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area_topdown() local
96 if (aliasing) in arch_get_unmapped_area_topdown()
104 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area_topdown()
/linux/Documentation/arch/xtensa/
H A Dmmu.rst86 | Cache aliasing | TLBTEMP_BASE_1 0xc8000000 DCACHE_WAY_SIZE
89 | Cache aliasing | TLBTEMP_BASE_2 DCACHE_WAY_SIZE
129 | Cache aliasing | TLBTEMP_BASE_1 0xa8000000 DCACHE_WAY_SIZE
132 | Cache aliasing | TLBTEMP_BASE_2 DCACHE_WAY_SIZE
173 | Cache aliasing | TLBTEMP_BASE_1 0x98000000 DCACHE_WAY_SIZE
176 | Cache aliasing | TLBTEMP_BASE_2 DCACHE_WAY_SIZE
/linux/tools/testing/selftests/ia64/
H A D.gitignore2 aliasing-test
H A DMakefile2 TEST_PROGS := aliasing-test
/linux/tools/scripts/
H A DMakefile.include98 EXTRA_WARNINGS += -Wstrict-aliasing=3
122 # will do for now and keep the above -Wstrict-aliasing=3 in place
132 EXTRA_WARNINGS += -fno-strict-aliasing
/linux/Documentation/arch/x86/
H A Dpat.rst13 not having memory type aliasing for the same physical memory with multiple
32 attributes at the page level. In order to avoid aliasing, these interfaces
36 address range to avoid any aliasing.
158 can be more restrictive, in case of any existing aliasing for that address.
/linux/tools/testing/vsock/
H A DMakefile12 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -D_GNU_SOURCE
/linux/tools/virtio/
H A DMakefile18 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD -U_FORTIFY_SOURCE -include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(call cc-option,-mindirect-branch-register)
/linux/arch/s390/purgatory/
H A DMakefile16 KBUILD_CFLAGS := -std=gnu11 -fno-strict-aliasing -Wall -Wstrict-prototypes
/linux/arch/parisc/boot/compressed/
H A DMakefile15 KBUILD_CFLAGS += -fno-strict-aliasing
/linux/arch/sh/mm/
H A DKconfig217 Since there's sill some aliasing issues on SH-4, this option will
219 be implemented to deal with aliasing.
/linux/drivers/firmware/efi/libstub/
H A DMakefile15 -fPIC -fno-strict-aliasing -mno-red-zone \
/linux/arch/arm64/kernel/vdso32/
H A DMakefile65 -fno-strict-aliasing -fno-common \
/linux/Documentation/userspace-api/media/v4l/
H A Dyuv-formats.rst53 other chroma sample (creating aliasing artifacts), or with filters using an
/linux/Documentation/arch/arm/
H A Dmemory.rst28 ffff4000 ffffffff cache aliasing on ARMv6 and later CPUs.
/linux/arch/x86/
H A DMakefile52 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/linux/Documentation/admin-guide/hw-vuln/
H A Dindirect-target-selection.rst73 against aliasing.
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm240 -fno-stack-protector -fno-PIE -fno-strict-aliasing \
/linux/arch/powerpc/boot/
H A DMakefile75 -fno-strict-aliasing -O2 \
/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst148 padded to 64 bytes to avoid cache line sharing or aliasing. Flog updates are
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst209 However, pointer aliasing poses an issue for the above "nice property".
/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.rst28 of an object (aliasing).
/linux/Documentation/filesystems/
H A Df2fs.rst952 Device aliasing feature
955 f2fs can utilize a special file called a "device aliasing file." This file allows
962 external usage is complete, the device aliasing file can be deleted, releasing
/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst2820 These six registers control the horizontal aliasing filter for the Y plane.
2854 These six registers control the horizontal aliasing for the UV plane.
3193 These three registers control the vertical aliasing filter for the Y plane.
3212 These three registers control the vertical aliasing filter for the UV
/linux/Documentation/fb/
H A Dfbcon.rst16 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature

12