/linux/arch/arm/mm/ |
H A D | mmap.c | 22 * 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 D | mmu.rst | 86 | 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 | .gitignore | 2 aliasing-test
|
H A D | Makefile | 2 TEST_PROGS := aliasing-test
|
/linux/tools/scripts/ |
H A D | Makefile.include | 98 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 D | pat.rst | 13 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 D | Makefile | 12 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 D | Makefile | 18 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 D | Makefile | 16 KBUILD_CFLAGS := -std=gnu11 -fno-strict-aliasing -Wall -Wstrict-prototypes
|
/linux/arch/parisc/boot/compressed/ |
H A D | Makefile | 15 KBUILD_CFLAGS += -fno-strict-aliasing
|
/linux/arch/sh/mm/ |
H A D | Kconfig | 217 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 D | Makefile | 15 -fPIC -fno-strict-aliasing -mno-red-zone \
|
/linux/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 65 -fno-strict-aliasing -fno-common \
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | yuv-formats.rst | 53 other chroma sample (creating aliasing artifacts), or with filters using an
|
/linux/Documentation/arch/arm/ |
H A D | memory.rst | 28 ffff4000 ffffffff cache aliasing on ARMv6 and later CPUs.
|
/linux/arch/x86/ |
H A D | Makefile | 52 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | indirect-target-selection.rst | 73 against aliasing.
|
/linux/tools/testing/selftests/kvm/ |
H A D | Makefile.kvm | 240 -fno-stack-protector -fno-PIE -fno-strict-aliasing \
|
/linux/arch/powerpc/boot/ |
H A D | Makefile | 75 -fno-strict-aliasing -O2 \
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | btt.rst | 148 padded to 64 bytes to avoid cache line sharing or aliasing. Flog updates are
|
/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 209 However, pointer aliasing poses an issue for the above "nice property".
|
/linux/Documentation/gpu/rfc/ |
H A D | i915_vm_bind.rst | 28 of an object (aliasing).
|
/linux/Documentation/filesystems/ |
H A D | f2fs.rst | 952 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 D | cx2341x-devel.rst | 2820 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 D | fbcon.rst | 16 etc. Theoretically, multi-colored fonts, blending, aliasing, and any feature
|