Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/arm/mm/
H A Dmmap.c36 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()
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()
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch36 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \
37 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror \
41 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
42 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
47 -CFLAGS = -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
48 +CFLAGS += -MD -fshort-wchar -fno-strict-aliasing -fwrapv \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/
H A D0002-Makefile.am-respect-PYTHONSITEDIR.patch19 CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)
22 - CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
23 + CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
H A D0001-Use-setuptools-instead-of-distutils.patch54 CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)
57 - CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
58 + CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV)…
/openbmc/linux/arch/arc/mm/
H A Dmmap.c35 int aliasing = cache_is_vipt_aliasing(); in arch_get_unmapped_area() local
41 if (aliasing) in arch_get_unmapped_area()
48 if (aliasing && flags & MAP_SHARED && in arch_get_unmapped_area()
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-fix-host-gcc.patch18 - CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
19 - CXX_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wno-strict-aliasing//g'`
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0001-force-static-build.patch21 -CFLAGS = @CFLAGS@ -fno-strict-aliasing -Wall -Wstrict-prototypes
22 +CFLAGS = @CFLAGS@ -static -fno-strict-aliasing -Wall -Wstrict-prototypes
H A Dinclude_next.patch22 CFLAGS = @CFLAGS@ -static -fno-strict-aliasing -Wall -Wstrict-prototypes
/openbmc/linux/tools/testing/selftests/ia64/
H A D.gitignore2 aliasing-test
H A DMakefile2 TEST_PROGS := aliasing-test
/openbmc/linux/Documentation/arch/ia64/
H A Dindex.rst11 aliasing
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0004-Do-not-specify-PIE-flag-explicitly.patch41 …l -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector…
42 …l -Wextra -Wformat -Wformat-security -Wconversion -fexceptions -fstrict-aliasing -fstack-protector…
/openbmc/qemu/subprojects/libvduse/
H A Dmeson.build8 '-Wstrict-aliasing'),
/openbmc/linux/tools/scripts/
H A DMakefile.include95 EXTRA_WARNINGS += -Wstrict-aliasing=3
127 EXTRA_WARNINGS += -fno-strict-aliasing
/openbmc/linux/tools/testing/vsock/
H A DMakefile8 …../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasing -fno-common -MMD …
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-obey-LDFLAGS.patch6 -MMD -Wall -Wno-strict-aliasing \
H A DMakefile-modify-CFLAGS-to-aviod-build-error.patch24 - -MMD -Wall -Werror -Wno-strict-aliasing \
28 + -MMD -Wall -Wno-strict-aliasing \
/openbmc/qemu/subprojects/libvhost-user/
H A Dmeson.build8 '-Wstrict-aliasing'),
/openbmc/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.
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A D0002-Do-not-treat-warnings-as-errors.patch25 -fno-strict-aliasing \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-cmake-Disable-using-Wno-maybe-uninitialized.patch23 -Wno-strict-aliasing)
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxft_2.3.8.bb5 supports features such as anti-aliasing and sub-pixel rasterisation. \
/openbmc/linux/Documentation/core-api/
H A Dcachetlb.rst226 The biggest problem is that of virtual aliasing in the data cache
229 Is your port susceptible to virtual aliasing in its D-cache?
246 Next, you have to solve the D-cache aliasing issue for all
252 aliasing problem has the potential to exist since the kernel already
273 If D-cache aliasing is not an issue, these two routines may
299 flush here to handle D-cache aliasing, to make sure these kernel stores
306 If D-cache aliasing is not an issue, this routine may simply be defined
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/
H A D0001-makefile-Fix-build-on-linux.patch44 +EXECINFO_CFLAGS=$(CFLAGS) -O2 -pipe -fno-strict-aliasing -std=gnu99 -fstack-protector -c

123