Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-writeback.m49 #include <linux/writeback.h>
34 #include <linux/writeback.h>
H A Dkernel-vfs-filemap_dirty_folio.m49 #include <linux/writeback.h>
H A Dkernel-sb-wb-err.m44 # dnl record writeback errors for syncfs() to return. Up until 5.17, when
/freebsd/tools/boot/
H A Dfull-test.sh394 -drive file=${img},if=none,id=drive0,cache=writeback,format=raw \\
408 -drive file=${img},if=none,id=drive0,cache=writeback \\
410 -drive file=${raw},if=none,id=drive1,cache=writeback \\
424 -drive file=${cd},if=none,id=drive0,cache=writeback,format=raw \\
435 -drive file=${img3},if=none,id=drive0,cache=writeback \\
589 -drive file=${img},if=none,id=drive0,cache=writeback,format=raw \\
602 -cpu cortex-a57 -drive file=${img},if=none,id=drive0,cache=writeback -smp 4 \\
606 -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.h246 int writeback(FILE *);
/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.h326 Writeback writeback = {srcLV, temporary, toUse, writebackExpr, lifetimeSz}; variable
327 Writebacks.push_back(writeback);
H A DCGCall.cpp4293 const CallArgList::Writeback &writeback) { in emitWriteback() argument
4294 const LValue &srcLV = writeback.Source; in emitWriteback()
4299 if (writeback.WritebackExpr) { in emitWriteback()
4300 CGF.EmitIgnoredExpr(writeback.WritebackExpr); in emitWriteback()
4302 if (writeback.LifetimeSz) in emitWriteback()
4303 CGF.EmitLifetimeEnd(writeback.LifetimeSz, in emitWriteback()
4304 writeback.Temporary.getBasePointer()); in emitWriteback()
4324 llvm::Value *value = CGF.Builder.CreateLoad(writeback.Temporary); in emitWriteback()
4337 if (writeback.ToUse) { in emitWriteback()
4345 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.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2106 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
2108 if (P && writeback) in DecodeAddrMode2IdxInstruction()
2110 else if (!P && writeback) in DecodeAddrMode2IdxInstruction()
2113 if (writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode2IdxInstruction()
2227 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
2249 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
2263 if (writeback && (Rn == 15 || Rn == Rt)) in DecodeAddrMode3Instruction()
2280 if (!type && writeback && Rn == 15) in DecodeAddrMode3Instruction()
2282 if (writeback && (Rn == Rt || Rn == Rt2)) in DecodeAddrMode3Instruction()
2297 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.td5905 class MVE_vldst24_base<bit writeback, bit fourregs, bits<2> stage, bits<2> size,
5914 let Inst{21} = writeback;
5930 // A parameter class used to encapsulate all the ways the writeback
5931 // variants of VLD20 and friends differ from the non-writeback ones.
5934 bit writeback = b;
5965 : MVE_vldst24_base<wb.writeback, n.bit0, pat, size, 1,
5974 : MVE_vldst24_base<wb.writeback, n.bit0, pat, size, 0,
5982 // vector lane; writeback or no writeback.
6171 // generate three writeback modes (none, preindex, postindex).
6231 // names shown in the defm, with _pre or _post appended for writeback,
[all …]
H A DARMScheduleSwift.td93 // Plain load without writeback.
H A DARMInstrVFP.td248 let Inst{21} = 0; // No writeback
276 let Inst{21} = 0; // No writeback
405 let Inst{21} = 0; // No writeback
H A DARMInstrInfo.td3513 let Inst{21} = 0; // No writeback
3533 let Inst{21} = 0; // No writeback
3553 let Inst{21} = 0; // No writeback
3573 let Inst{21} = 0; // No writeback
H A DARMInstrThumb2.td2069 let Inst{21} = 0; // No writeback
2099 let Inst{21} = 0; // No writeback
2138 let Inst{21} = 0; // No writeback
2174 let Inst{21} = 0; // No writeback
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1301 unsigned writeback = fieldFromInstruction(insn, 11, 1); in DecodeAuthLoadInstruction() local
1322 if (writeback && Rt == Rn && Rn != 31) { in DecodeAuthLoadInstruction()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1610 struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) in pf_normalize_tcp_stateful() argument
1711 *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