Searched refs:relax (Results 1 – 4 of 4) sorted by relevance
/arch/mips/include/asm/ |
D | io.h | 315 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument 391 if (!relax) \ 396 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument 433 if (!relax) \ 438 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument 440 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
|
/arch/riscv/ |
D | Makefile | 14 LDFLAGS_vmlinux := --no-relax 61 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax)
|
/arch/nds32/ |
D | Makefile | 6 arch-y += -malways-save-lp -mno-relax
|
/arch/xtensa/ |
D | Makefile | 52 KBUILD_LDFLAGS := --no-relax
|