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

/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.h74 uint8_t writeback; member in struct:virtio_blk_config
H A Dvirtio_blk.c1121 VTBLK_GET_CONFIG(dev, VIRTIO_BLK_F_CONFIG_WCE, writeback, blkcfg);
1326 /* Set either writeback (1) or writethrough (0) mode. */
1328 offsetof(struct virtio_blk_config, writeback), wc);
1343 wc = blkcfg->writeback;
1390 "I", "Write cache mode (writethrough (0) or writeback (1))");
/freebsd-11-stable/usr.bin/mail/
H A Dquit.c185 writeback(rbuf);
295 writeback(rbuf);
336 writeback(FILE *res) function
H A Dextern.h249 int writeback(FILE *);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h273 /// A value to "use" after the writeback, or null.
307 Writeback writeback = {srcLV, temporary, toUse}; local
308 Writebacks.push_back(writeback);
H A DCGCall.cpp3146 /// Emit the actual writing-back of a writeback.
3148 const CallArgList::Writeback &writeback) {
3149 const LValue &srcLV = writeback.Source;
3152 "shouldn't have writeback for provably null argument");
3161 llvm::BasicBlock *writebackBB = CGF.createBasicBlock("icr.writeback");
3170 // Load the value to writeback.
3171 llvm::Value *value = CGF.Builder.CreateLoad(writeback.Temporary);
3175 "icr.writeback-cast");
3177 // Perform the writeback.
3184 if (writeback
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c344 unsigned writeback : 1; /* Operand has trailing ! */ member in struct:arm_it::__anon85
4573 These three may have a trailing ! which causes .writeback to be set also.
4575 Postindexed addressing (.postind=1, .writeback=1):
4751 inst.operands[i].writeback = 1;
4778 inst.operands[i].writeback = 1;
5743 inst.operands[i].writeback = 1;
5786 inst.operands[i].writeback = 1;
5938 inst.operands[1].writeback = 1;
6266 if (inst.operands[i].writeback)
6272 assert (inst.operands[i].writeback);
9164 encode_thumb2_ldmstm(int base, unsigned mask, bfd_boolean writeback) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1836 // On stores, the writeback operand precedes Rt.
1856 // On loads, the writeback operand comes after Rt.
1880 bool writeback = (P == 0) || (W == 1); local
1882 if (P && writeback)
1884 else if (!P && writeback)
1887 if (writeback && (Rn == 15 || Rn == Rt))
1987 bool writeback = (W == 1) | (P == 0); local
2009 if (writeback && (Rn == 15 || Rn == Rt || Rn == Rt2))
2023 if (writeback && (Rn == 15 || Rn == Rt))
2040 if (!type && writeback
5537 bool writeback = (W == 1) | (P == 0); local
5574 bool writeback = (W == 1) | (P == 0); local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c3447 bfd_boolean writeback = FALSE, postind = FALSE;
3477 writeback = TRUE;
3482 writeback = TRUE;
3506 func (stream, writeback ? "]!" : "]");
3446 bfd_boolean writeback = FALSE, postind = FALSE; local
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c1356 struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback)
1469 *writeback = 1;
1354 pf_normalize_tcp_stateful(struct mbuf *m, int off, struct pf_pdesc *pd, u_short *reason, struct tcphdr *th, struct pf_state *state, struct pf_state_peer *src, struct pf_state_peer *dst, int *writeback) argument

Completed in 194 milliseconds