Searched refs:writeback (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/tools/boot/
H A Dfull-test.sh354 -drive file=${img},if=none,id=drive0,cache=writeback,format=raw \\
368 -drive file=${img},if=none,id=drive0,cache=writeback \\
370 -drive file=${raw},if=none,id=drive1,cache=writeback \\
384 -drive file=${cd},if=none,id=drive0,cache=writeback,format=raw \\
395 -drive file=${img3},if=none,id=drive0,cache=writeback \\
545 -drive file=${img},if=none,id=drive0,cache=writeback,format=raw \\
558 -cpu cortex-a57 -drive file=${img},if=none,id=drive0,cache=writeback -smp 4 \\
562 -drive file=${raw},if=none,id=drive1,cache=writeback,format=raw \\
/freebsd-current/usr.bin/mail/
H A Dquit.c179 writeback(rbuf);
289 writeback(rbuf);
330 writeback(FILE *res) function
H A Dextern.h247 int writeback(FILE *);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h270 /// A value to "use" after the writeback, or null.
304 Writeback writeback = {srcLV, temporary, toUse}; local
305 Writebacks.push_back(writeback);
H A DCGCall.cpp4106 /// Emit the actual writing-back of a writeback.
4108 const CallArgList::Writeback &writeback) {
4109 const LValue &srcLV = writeback.Source;
4112 "shouldn't have writeback for provably null argument");
4121 llvm::BasicBlock *writebackBB = CGF.createBasicBlock("icr.writeback");
4130 // Load the value to writeback.
4131 llvm::Value *value = CGF.Builder.CreateLoad(writeback.Temporary);
4135 "icr.writeback-cast");
4137 // Perform the writeback.
4144 if (writeback
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h37 #include <linux/writeback.h>
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2053 // On stores, the writeback operand precedes Rt.
2073 // On loads, the writeback operand comes after Rt.
2097 bool writeback = (P == 0) || (W == 1); local
2099 if (P && writeback)
2101 else if (!P && writeback)
2104 if (writeback && (Rn == 15 || Rn == Rt))
2218 bool writeback = (W == 1) | (P == 0); local
2240 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
2254 if (writeback && (Rn == 15 || Rn == Rt))
2271 if (!type && writeback
5885 bool writeback = (W == 1) | (P == 0); local
5922 bool writeback = (W == 1) | (P == 0); local
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c1623 struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback)
1743 *writeback = 1;
1621 pf_normalize_tcp_stateful(struct mbuf *m, int off, struct pf_pdesc *pd, u_short *reason, struct tcphdr *th, struct pf_kstate *state, struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1216 // First operand is always the writeback to the address register, if needed.
1502 // First operand is always writeback of base register.
1626 unsigned writeback = fieldFromInstruction(insn, 11, 1); local
1633 DecodeGPR64spRegisterClass(Inst, Rn /* writeback register */, Addr,
1645 if (writeback && Rt == Rn && Rn != 31) {
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c45 #include <linux/writeback.h>

Completed in 131 milliseconds