Home
last modified time | relevance | path

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

/arch/arm/mm/
Dmmap.c63 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local
70 if (aliasing) in arch_get_unmapped_area()
77 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area()
116 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area_topdown() local
123 if (aliasing) in arch_get_unmapped_area_topdown()
131 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area_topdown()
DKconfig834 bool "Harden the branch predictor against aliasing attacks" if EXPERT
840 context by executing aliasing branches in the attacker context.
846 the branch predictor against aliasing attacks and may rely on
/arch/arc/mm/
Dmmap.c38 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()
/arch/x86/purgatory/
DMakefile19 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
/arch/mips/kvm/
D00README.txt17 Note that due to cache aliasing issues, 4K page sizes are NOT supported.
/arch/sh/mm/
DKconfig262 Since there's sill some aliasing issues on SH-4, this option will
264 be implemented to deal with aliasing.
/arch/x86/boot/compressed/
DMakefile30 KBUILD_CFLAGS += -fno-strict-aliasing $(call cc-option, -fPIE, -fPIC)
/arch/mips/vdso/
DMakefile16 -O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
/arch/x86/
DMakefile37 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/arch/powerpc/boot/
DMakefile27 -fno-strict-aliasing -Os -msoft-float -mno-altivec -mno-vsx \
/arch/arm64/
DKconfig837 bool "Harden the branch predictor against aliasing attacks" if EXPERT
842 executing aliasing branches in the attacker context. Such attacks
847 branch predictor against aliasing attacks and may rely on specific