/openbmc/linux/arch/riscv/ |
H A D | Makefile | 15 LDFLAGS_vmlinux += --no-relax 48 KBUILD_CFLAGS += -mno-relax 49 KBUILD_AFLAGS += -mno-relax 51 KBUILD_CFLAGS += -Wa,-mno-relax 52 KBUILD_AFLAGS += -Wa,-mno-relax 100 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) 101 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/openbmc/u-boot/drivers/hwspinlock/ |
H A D | hwspinlock-uclass.c | 97 if (ops->relax) in hwspinlock_lock_timeout() 98 ops->relax(hws->dev); in hwspinlock_lock_timeout() 131 if (ops->relax) in hwspinlock_post_bind() 132 ops->relax += gd->reloc_off; in hwspinlock_post_bind()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | io.h | 218 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument 294 if (!relax) \ 299 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument 336 if (!relax) \ 341 #define __BUILD_MEMORY_PFX(bus, bwlq, type, relax) \ argument 343 __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1, relax, 1)
|
/openbmc/linux/arch/loongarch/ |
H A D | Makefile | 71 KBUILD_AFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 72 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
|
/openbmc/linux/net/ipv4/ |
H A D | inet_connection_sock.c | 168 kuid_t sk_uid, bool relax, in inet_bind_conflict() argument 182 if (!relax || (!reuseport_ok && sk->sk_reuseport && in inet_bind_conflict() 198 kuid_t sk_uid, bool relax, in __inet_bhash2_conflict() argument 204 return inet_bind_conflict(sk, sk2, sk_uid, relax, in __inet_bhash2_conflict() 211 bool relax, bool reuseport_cb_ok, in inet_bhash2_conflict() argument 218 if (__inet_bhash2_conflict(sk, sk2, sk_uid, relax, in inet_bhash2_conflict() 226 if (__inet_bhash2_conflict(sk, sk2, sk_uid, relax, in inet_bhash2_conflict() 238 bool relax, bool reuseport_ok) in inet_csk_bind_conflict() argument 261 if (inet_bind_conflict(sk, sk2, uid, relax, in inet_csk_bind_conflict() 274 return tb2 && inet_bhash2_conflict(sk, tb2, uid, relax, reuseport_cb_ok, in inet_csk_bind_conflict() [all …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | qspinlock.c | 296 goto relax; in __yield_to_locked_owner() 299 goto relax; in __yield_to_locked_owner() 305 goto relax; /* owner vcpu is running */ in __yield_to_locked_owner() 333 relax: in __yield_to_locked_owner() 392 goto relax; in yield_to_prev() 430 goto relax; in yield_to_prev() 434 goto relax; /* owner vcpu is running */ in yield_to_prev() 450 relax: in yield_to_prev()
|
/openbmc/u-boot/drivers/misc/ |
H A D | mxc_ocotp.c | 275 u32 relax, strobe_read, strobe_prog; in set_timing() local 280 relax = DIV_ROUND_UP(ipg_clk * BV_TIMING_RELAX_NS, 1000000000) - 1; in set_timing() 282 1000000000) + 2 * (relax + 1) - 1; in set_timing() 284 1000000) + 2 * (relax + 1) - 1; in set_timing() 287 BF(relax, TIMING_RELAX) | in set_timing()
|
/openbmc/linux/drivers/nvmem/ |
H A D | vf610-ocotp.c | 117 u32 relax, strobe_read, strobe_prog; in vf610_ocotp_calculate_timing() local 123 relax = clk_rate / (1000000000 / DEF_RELAX) - 1; in vf610_ocotp_calculate_timing() 127 timing = BF(relax, OCOTP_TIMING_RELAX); in vf610_ocotp_calculate_timing()
|
H A D | imx-ocotp.c | 240 unsigned long strobe_read, relax, strobe_prog; in imx_ocotp_set_imx6_timing() local 273 relax = DIV_ROUND_UP(clk_rate * TIMING_RELAX_NS, 1000000000) - 1; in imx_ocotp_set_imx6_timing() 276 strobe_read += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing() 279 strobe_prog += 2 * (relax + 1) - 1; in imx_ocotp_set_imx6_timing() 283 timing |= (relax << 12) & 0x0000F000; in imx_ocotp_set_imx6_timing()
|
/openbmc/u-boot/arch/nds32/ |
H A D | config.mk | 22 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | hwspinlock_internal.h | 34 void (*relax)(struct hwspinlock *lock); member
|
H A D | u8500_hsem.c | 82 .relax = u8500_hsem_relax,
|
H A D | omap_hwspinlock.c | 72 .relax = omap_hwspinlock_relax,
|
H A D | sprd_hwspinlock.c | 76 .relax = sprd_hwspinlock_relax,
|
H A D | stm32_hwspinlock.c | 54 .relax = stm32_hwspinlock_relax,
|
H A D | hwspinlock_core.c | 238 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout() 239 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
|
/openbmc/u-boot/include/ |
H A D | hwspinlock.h | 137 void (*relax)(struct udevice *dev); member
|
/openbmc/linux/arch/xtensa/ |
H A D | Makefile | 46 KBUILD_LDFLAGS := --no-relax
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/ |
H A D | 0003-configure-Further-defang-the-Werror-check.patch | 9 and GCC 14, so relax the check a little.
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | Makefile | 16 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | 31 cflags-$(CONFIG_RISCV) += -fpic -mno-relax
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | no_new_privs.rst | 29 add to the permitted set, and LSMs will not relax constraints after
|
/openbmc/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 483 void (*relax)(struct hwspinlock *lock); 494 The ->relax() callback is optional. It is called by hwspinlock core while
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | dcn-overview.rst | 117 space to relax the floating-point calculations following. Data would stay in
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fuse.rst | 291 mounts, it can relax the last limitation in several ways:
|