Home
last modified time | relevance | path

Searched refs:writeback (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/tools/boot/
H A Dfull-test.sh395 -drive file=${img},if=none,id=drive0,cache=writeback,format=raw \\
409 -drive file=${img},if=none,id=drive0,cache=writeback \\
411 -drive file=${raw},if=none,id=drive1,cache=writeback \\
425 -drive file=${cd},if=none,id=drive0,cache=writeback,format=raw \\
436 -drive file=${img3},if=none,id=drive0,cache=writeback \\
586 -drive file=${img},if=none,id=drive0,cache=writeback,format=raw \\
599 -cpu cortex-a57 -drive file=${img},if=none,id=drive0,cache=writeback -smp 4 \\
603 -drive file=${raw},if=none,id=drive1,cache=writeback,format=raw \\
/freebsd/usr.bin/mail/
H A Dquit.c179 writeback(rbuf); in quit()
289 writeback(rbuf); in quit()
330 writeback(FILE *res) in writeback() function
H A Dextern.h247 int writeback(FILE *);
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-filemap_dirty_folio.m48 #include <linux/writeback.h>
H A Dkernel-writepage_t.m48 #include <linux/writeback.h>
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dexynos5-gsc.txt16 set writeback input and destination
H A Dsamsung-fimc.txt88 writeback input.
90 writeback input.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h320 Writeback writeback = {srcLV, temporary, toUse}; in addWriteback() local
321 Writebacks.push_back(writeback); in addWriteback()
H A DCGCall.cpp4121 const CallArgList::Writeback &writeback) { in emitWriteback() argument
4122 const LValue &srcLV = writeback.Source; in emitWriteback()
4143 llvm::Value *value = CGF.Builder.CreateLoad(writeback.Temporary); in emitWriteback()
4156 if (writeback.ToUse) { in emitWriteback()
4164 CGF.EmitARCIntrinsicUse(writeback.ToUse); in emitWriteback()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td66 // consumes the pipe for one cycle at issue and another cycle at writeback.
95 // but only consume the pipe for one cycle at issue and a cycle at writeback.
208 // The ID pipe is consumed for 2 cycles: issue and writeback.
215 // The ID pipe is consumed for 2 cycles: issue and writeback.
633 // Only the first WriteVLD and WriteAdr for writeback matches def operands.
774 // Only the WriteAdr for writeback matches a def operands.
H A DAArch64SchedA510.td267 def : InstRW<[CortexA510Write<2, CortexA510UnitPAC>], (instregex "^LDRA[AB](indexed|writeback)")>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2100 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
2102 if (P && writeback) in DecodeAddrMode2IdxInstruction()
2104 else if (!P && writeback) in DecodeAddrMode2IdxInstruction()
2107 if (writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode2IdxInstruction()
2221 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
2243 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
2257 if (writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode3Instruction()
2274 if (!type && writeback && Rn == 15) in DecodeAddrMode3Instruction()
2276 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
2291 if (!type && writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode3Instruction()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm-vc4.txt77 Required properties for the TXP (writeback) block:
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td30 // EX3: slow load data integer writeback FP operation
31 // EX4: store data FP writeback
H A DARMScheduleA9.td447 // register file writeback!).
2336 // A9WriteAdr consumes AGU regardless address writeback. But it's
2346 // Store either has no def operands, or the one def for address writeback.
2364 // Load multiple with address writeback has an extra def operand in
2368 // resources are identical, For stores only the address writeback
2383 // Note: Unlike VLDM, VLD1 expects the writeback operand after the
2404 // address writeback.
H A DARMScheduleA57.td591 // TODO: no writeback latency defined in documentation (implemented as 1 cyc)
625 // Store, immed pre-indexed (1cyc "S, I0/I1", 1cyc writeback)
687 // TODO: no writeback latency defined in documentation
1262 // 1-2 reg: 5cyc L, +I for writeback, 1 cyc wb latency
1267 // 3-4 reg: 6cyc L, +I for writeback, 1 cyc wb latency
H A DARMInstrNEON.td626 // ...with address register writeback:
826 // ...with address register writeback:
899 // ...with address register writeback:
959 // ...with address register writeback:
1115 // ...with address register writeback:
1178 // ...with address register writeback:
1249 // ...with address register writeback:
1327 // ...with address register writeback:
1419 // ...with address register writeback:
1515 // ...with address register writeback:
[all …]
H A DARMInstrMVE.td5973 class MVE_vldst24_base<bit writeback, bit fourregs, bits<2> stage, bits<2> size,
5982 let Inst{21} = writeback;
5998 // A parameter class used to encapsulate all the ways the writeback
5999 // variants of VLD20 and friends differ from the non-writeback ones.
6002 bit writeback = b;
6033 : MVE_vldst24_base<wb.writeback, n.bit0, pat, size, 1,
6042 : MVE_vldst24_base<wb.writeback, n.bit0, pat, size, 0,
6050 // vector lane; writeback or no writeback.
6239 // generate three writeback mode
[all...]
H A DARMScheduleSwift.td93 // Plain load without writeback.
H A DARMInstrVFP.td235 let Inst{21} = 0; // No writeback
263 let Inst{21} = 0; // No writeback
392 let Inst{21} = 0; // No writeback
H A DARMInstrInfo.td3492 let Inst{21} = 0; // No writeback
3512 let Inst{21} = 0; // No writeback
3532 let Inst{21} = 0; // No writeback
3552 let Inst{21} = 0; // No writeback
H A DARMInstrThumb2.td2063 let Inst{21} = 0; // No writeback
2093 let Inst{21} = 0; // No writeback
2132 let Inst{21} = 0; // No writeback
2168 let Inst{21} = 0; // No writeback
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1225 unsigned writeback = fieldFromInstruction(insn, 11, 1); in DecodeAuthLoadInstruction() local
1246 if (writeback && Rt == Rn && Rn != 31) { in DecodeAuthLoadInstruction()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1542 struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) in pf_normalize_tcp_stateful() argument
1662 *writeback = 1; in pf_normalize_tcp_stateful()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve.td303 // Straightforward case with neither writeback nor predication
308 // Predicated form without writeback
322 // Both writeback and predicated

12