Searched refs:fre (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | elf.c | 57 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/ |
D | fre.c | 6 int fre(void *frD, void *frB) in fre() function
|
D | Makefile | 2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
|
D | math.c | 19 FLOATFUNC(fre); 291 case FRE: func = fre; type = XB; break; in do_mathemu()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | kvm_fpu.h | 62 FPD_ONE_IN(fre)
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | fpu.S | 250 FPD_ONE_IN(fre)
|
/Linux-v4.19/tools/memory-model/ |
D | linux-kernel.cat | 52 empty rmw & (fre ; coe) as atomic
|
D | lock.cat | 143 let fre = fr & ext
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | explanation.txt | 20 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/ |
D | conn.c | 581 MLX5_SET(qpc, qpc, fre, 1); in mlx5_fpga_conn_create_qp()
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 2282 u8 fre[0x1]; member 2646 u8 fre[0x1]; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | qp.c | 976 MLX5_SET(qpc, qpc, fre, 1); in create_kernel_qp()
|