Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/arch/riscv/
H A DMakefile15 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 Dhwspinlock-uclass.c97 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 Dio.h218 #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 DMakefile71 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 Dinet_connection_sock.c168 kuid_t sk_uid, bool relax, in inet_bind_conflict() argument
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()
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()
285 bool relax, bool reuseport_ok) in inet_bhash2_addr_any_conflict() argument
337 bool relax = false; in inet_csk_find_open_port() local
386 relax, false)) in inet_csk_find_open_port()
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dqspinlock.c296 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/linux/drivers/nvmem/
H A Dvf610-ocotp.c117 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 Dimx-ocotp.c240 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/drivers/misc/
H A Dmxc_ocotp.c275 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/hwspinlock/
H A Dhwspinlock_internal.h31 void (*relax)(struct hwspinlock *lock); member
H A Du8500_hsem.c82 .relax = u8500_hsem_relax,
H A Domap_hwspinlock.c72 .relax = omap_hwspinlock_relax,
H A Dsprd_hwspinlock.c76 .relax = sprd_hwspinlock_relax,
H A Dstm32_hwspinlock.c54 .relax = stm32_hwspinlock_relax,
H A Dhwspinlock_core.c238 if (hwlock->bank->ops->relax) in __hwspin_lock_timeout()
239 hwlock->bank->ops->relax(hwlock); in __hwspin_lock_timeout()
/openbmc/u-boot/arch/nds32/
H A Dconfig.mk22 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
/openbmc/u-boot/include/
H A Dhwspinlock.h137 void (*relax)(struct udevice *dev); member
/openbmc/linux/arch/xtensa/
H A DMakefile46 KBUILD_LDFLAGS := --no-relax
/openbmc/linux/arch/riscv/kernel/
H A DMakefile16 AFLAGS_kexec_relocate.o := -mcmodel=medany $(call cc-option,-mno-relax)
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile31 cflags-$(CONFIG_RISCV) += -fpic -mno-relax
/openbmc/linux/Documentation/userspace-api/
H A Dno_new_privs.rst29 add to the permitted set, and LSMs will not relax constraints after
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Drockchip,rk817.yaml152 Value is used by the driver to calibrate the relax threshold.
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst472 void (*relax)(struct hwspinlock *lock);
483 The ->relax() callback is optional. It is called by hwspinlock core while
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst117 space to relax the floating-point calculations following. Data would stay in
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst54 relax it.

12