Home
last modified time | relevance | path

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

/arch/arm/mm/
Dmmap.c61 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()
DKconfig801 bool "Harden the branch predictor against aliasing attacks" if EXPERT
807 context by executing aliasing branches in the attacker context.
813 the branch predictor against aliasing attacks and may rely on
/arch/arc/mm/
Dmmap.c37 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()
/arch/x86/purgatory/
DMakefile13 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/x86/boot/compressed/
DMakefile28 KBUILD_CFLAGS += -fno-strict-aliasing $(call cc-option, -fPIE, -fPIC)
/arch/sh/mm/
DKconfig261 Since there's sill some aliasing issues on SH-4, this option will
263 be implemented to deal with aliasing.
/arch/mips/vdso/
DMakefile14 -O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
/arch/x86/
DMakefile36 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
DKconfig.debug16 use due to the cache aliasing requirements.
/arch/powerpc/boot/
DMakefile23 -fno-strict-aliasing -Os -msoft-float -pipe \