Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Delf.c57 bool fre; member
225 prog_req.fre = interp_req.fre && prog_req.fre; in arch_check_elf()
251 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) in arch_check_elf()
261 else if (!prog_req.fre && !prog_req.frdefault && in arch_check_elf()
/Linux-v4.19/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-v4.19/arch/powerpc/include/asm/
Dkvm_fpu.h62 FPD_ONE_IN(fre)
/Linux-v4.19/arch/powerpc/kvm/
Dfpu.S250 FPD_ONE_IN(fre)
/Linux-v4.19/tools/memory-model/
Dlinux-kernel.cat52 empty rmw & (fre ; coe) as atomic
Dlock.cat143 let fre = fr & ext
/Linux-v4.19/tools/memory-model/Documentation/
Dexplanation.txt20 12. THE FROM-READS RELATION: fr, fri, and fre
686 THE FROM-READS RELATION: fr, fri, and fre
715 the load and the store are on the same CPU) and fre (when they are on
1201 It's important to understand that neither coe nor fre is included in
1209 R ->fre W means that W overwrites the value which R reads, but it
1321 The formal definition of the prop relation involves a coe or fre link,
1381 F via a coe or fre link, an arbitrary number of cumul-fences, an
1402 link in the sequence is fre instead of coe.
1411 contradicting the fact that E ->fre W.
1437 load: an fre link from P0's load to P1's store (which overwrites the
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c581 MLX5_SET(qpc, qpc, fre, 1); in mlx5_fpga_conn_create_qp()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h2282 u8 fre[0x1]; member
2646 u8 fre[0x1]; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c976 MLX5_SET(qpc, qpc, fre, 1); in create_kernel_qp()