Home
last modified time | relevance | path

Searched refs:fre (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/arch/mips/kernel/
Delf.c55 bool fre; member
223 prog_req.fre = interp_req.fre && prog_req.fre; in arch_check_elf()
249 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) in arch_check_elf()
259 else if (!prog_req.fre && !prog_req.frdefault && in arch_check_elf()
/Linux-v5.4/arch/powerpc/math-emu/
Dfre.c6 int fre(void *frD, void *frB) in fre() function
DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
Dmath.c19 FLOATFUNC(fre);
291 case FRE: func = fre; type = XB; break; in do_mathemu()
/Linux-v5.4/arch/powerpc/include/asm/
Dkvm_fpu.h51 FPD_ONE_IN(fre)
/Linux-v5.4/arch/powerpc/kvm/
Dfpu.S245 FPD_ONE_IN(fre)
/Linux-v5.4/tools/memory-model/litmus-tests/
DREADME224 A from-read ("fre") relation links P0()'s third to P1()'s first
230 "Rfi Once PodRR Once". Another fre links P1()'s last access to
/Linux-v5.4/tools/memory-model/
Dlock.cat140 let fre = fr & ext
Dlinux-kernel.cat61 empty rmw & (fre ; coe) as atomic
/Linux-v5.4/tools/memory-model/Documentation/
Dexplanation.txt20 12. THE FROM-READS RELATION: fr, fri, and fre
682 THE FROM-READS RELATION: fr, fri, and fre
711 the load and the store are on the same CPU) and fre (when they are on
1175 It's important to understand that neither coe nor fre is included in
1183 R ->fre W means that W overwrites the value which R reads, but it
1295 The formal definition of the prop relation involves a coe or fre link,
1355 F via a coe or fre link, an arbitrary number of cumul-fences, an
1376 link in the sequence is fre instead of coe.
1385 contradicting the fact that E ->fre W.
1411 load: an fre link from P0's load to P1's store (which overwrites the
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c167 MLX5_SET(qpc, qpc, fre, 1); in dr_create_rc_qp()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c585 MLX5_SET(qpc, qpc, fre, 1); in mlx5_fpga_conn_create_qp()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h2640 u8 fre[0x1]; member
3029 u8 fre[0x1]; member
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c1104 MLX5_SET(qpc, qpc, fre, 1); in create_kernel_qp()