Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Delf.c40 * @fre: The program being loaded depends on FPU with FRE=1. This mode is
56 bool fre; member
224 prog_req.fre = interp_req.fre && prog_req.fre; in arch_check_elf()
250 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) in arch_check_elf()
260 else if (!prog_req.fre && !prog_req.frdefault && in arch_check_elf()
/linux/arch/powerpc/math-emu/
H A Dfre.c6 int fre(void *frD, void *frB) in fre() function
H A DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
H A Dmath.c19 FLOATFUNC(fre);
291 case FRE: func = fre; type = XB; break; in do_mathemu()
/linux/arch/powerpc/include/asm/
H A Dkvm_fpu.h51 FPD_ONE_IN(fre)
/linux/arch/powerpc/kvm/
H A Dfpu.S252 FPD_ONE_IN(fre)
/linux/arch/mips/boot/dts/ingenic/
H A Drs90.dts210 groups = "nand-cs1", "nand-cle-ale", "nand-fre-fwe";
H A Dqi_lb60.dts326 groups = "nand-fre-fwe", "nand-cs1";
/linux/tools/memory-model/litmus-tests/
H A DREADME232 A from-read ("fre") relation links P0()'s third to P1()'s first
238 "Rfi Once PodRR Once". Another fre links P1()'s last access to
/linux/tools/memory-model/Documentation/
H A Dexplanation.txt20 12. THE FROM-READS RELATION: fr, fri, and fre
735 THE FROM-READS RELATION: fr, fri, and fre
764 the load and the store are on the same CPU) and fre (when they are on
1260 It's important to understand that neither coe nor fre is included in
1268 R ->fre W means that W overwrites the value which R reads, but it
1380 The formal definition of the prop relation involves a coe or fre link,
1440 F via a coe or fre link, an arbitrary number of cumul-fences, an
1461 link in the sequence is fre instead of coe.
1470 contradicting the fact that E ->fre W.
1496 load: an fre lin
[all...]
H A Dglossary.txt112 external" (fre) link is used when it is necessary to exclude
/linux/tools/memory-model/
H A Dlinux-kernel.cat83 empty rmw & (fre ; coe) as atomic
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c312 MLX5_SET(qpc, qpc, fre, 1); in dr_create_rc_qp()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3628 u8 fre[0x1]; member
4129 u8 fre[0x1]; member
/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c1166 MLX5_SET(qpc, qpc, fre, 1); in _create_kernel_qp()