/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 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()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 226 bool fre; in target_cpu_copy_regs() member 278 prog_req.fre &= interp_req.fre; in target_cpu_copy_regs() 283 if (prog_req.fre && !prog_req.frdefault && !prog_req.fr1) { in target_cpu_copy_regs() 298 } else if (!prog_req.fre && !prog_req.frdefault && in target_cpu_copy_regs()
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | fre.c | 6 int fre(void *frD, void *frB) in fre() function
|
H A D | Makefile | 2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
|
H A D | math.c | 19 FLOATFUNC(fre); 291 case FRE: func = fre; type = XB; break; in do_mathemu()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtoc_test_bad_reg.dts | 15 reg = "fre";
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_fpu.h | 51 FPD_ONE_IN(fre)
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | fpu.S | 252 FPD_ONE_IN(fre)
|
/openbmc/linux/tools/memory-model/litmus-tests/ |
H A D | README | 232 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
|
/openbmc/linux/arch/mips/boot/dts/ingenic/ |
H A D | rs90.dts | 210 groups = "nand-cs1", "nand-cle-ale", "nand-fre-fwe";
|
H A D | qi_lb60.dts | 326 groups = "nand-fre-fwe", "nand-cs1";
|
/openbmc/linux/tools/memory-model/ |
H A D | lock.cat | 140 let fre = fr & ext
|
H A D | linux-kernel.cat | 73 empty rmw & (fre ; coe) as atomic
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | lex.py | 837 fre = re.compile(r'\s*def\s+(t_[a-zA-Z_0-9]*)\(') 843 m = fre.match(l)
|
H A D | yacc.py | 2835 fre = re.compile(r'\s*def\s+(p_[a-zA-Z_0-9]*)\(') 2851 m = fre.match(l)
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 20 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 link from P0's load to P1's store (which overwrites the [all …]
|
H A D | glossary.txt | 112 external" (fre) link is used when it is necessary to exclude
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 565 MLX5_SET(qpc, qpc, fre, 1); in mlx5_fpga_conn_create_qp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 312 MLX5_SET(qpc, qpc, fre, 1); in dr_create_rc_qp()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 3314 u8 fre[0x1]; member 3796 u8 fre[0x1]; member
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 1168 MLX5_SET(qpc, qpc, fre, 1); in _create_kernel_qp()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |