Searched refs:aliasing (Results 1 – 11 of 11) sorted by relevance
61 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local68 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() local121 if (aliasing) in arch_get_unmapped_area_topdown()129 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area_topdown()
801 bool "Harden the branch predictor against aliasing attacks" if EXPERT807 context by executing aliasing branches in the attacker context.813 the branch predictor against aliasing attacks and may rely on
37 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local43 if (aliasing) in arch_get_unmapped_area()50 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area()
13 KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-b…
17 Note that due to cache aliasing issues, 4K page sizes are NOT supported.
28 KBUILD_CFLAGS += -fno-strict-aliasing $(call cc-option, -fPIE, -fPIC)
261 Since there's sill some aliasing issues on SH-4, this option will263 be implemented to deal with aliasing.
14 -O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
36 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
16 use due to the cache aliasing requirements.
23 -fno-strict-aliasing -Os -msoft-float -pipe \