/linux-4.4.14/lib/ |
D | decompress_inflate.c | 39 long (*flush)(void*, unsigned long), in __gunzip() 48 if (flush) { in __gunzip() 77 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip() 125 if (!flush) { in __gunzip() 145 if (flush && strm->next_out > out_buf) { in __gunzip() 147 if (l != flush(out_buf, l)) { in __gunzip() 179 if (flush) in __gunzip() 188 long (*flush)(void*, unsigned long), in gunzip() 193 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip() 198 long (*flush)(void*, unsigned long), in __decompress() [all …]
|
D | decompress_unxz.c | 253 long (*flush)(void *src, unsigned long size), in unxz() 269 if (fill == NULL && flush == NULL) in unxz() 277 if (flush == NULL) { in unxz() 299 if (fill == NULL && flush == NULL) { in unxz() 325 if (flush != NULL && (b.out_pos == b.out_size in unxz() 332 if (flush(b.out, b.out_pos) != (long)b.out_pos) in unxz() 342 if (flush != NULL) in unxz() 382 if (flush != NULL) in unxz() 400 long (*flush)(void*, unsigned long), in __decompress() 405 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
|
D | decompress_unlz4.c | 36 long (*flush)(void *, unsigned long), in unlz4() 55 } else if (!flush) { in unlz4() 167 if (flush && flush(outp, dest_len) != dest_len) in unlz4() 201 long (*flush)(void*, unsigned long), in __decompress() 207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
D | decompress_unlzo.c | 114 long (*flush)(void *, unsigned long), in unlzo() 127 } else if (!flush) { in unlzo() 258 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo() 294 long (*flush)(void*, unsigned long), in __decompress() 299 return unlzo(buf, len, fill, flush, out_buf, pos, error); in __decompress()
|
D | decompress_unlzma.c | 283 long (*flush)(void*, unsigned long); member 301 if (!wr->flush) { in peek_old_byte() 319 if (wr->flush && wr->buffer_pos == wr->header->dict_size) { in write_byte() 322 if (wr->flush((char *)wr->buffer, wr->header->dict_size) in write_byte() 539 long (*flush)(void*, unsigned long), in unlzma() 573 wr.flush = flush; in unlzma() 655 if (!wr.flush || wr.flush(wr.buffer, wr.buffer_pos) == wr.buffer_pos) in unlzma() 672 long (*flush)(void*, unsigned long), in __decompress() 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
D | decompress_bunzip2.c | 680 long (*flush)(void*, unsigned long), in bunzip2() 689 if (flush) in bunzip2() 711 if (!flush) in bunzip2() 714 if (i != flush(outbuf, i)) { in bunzip2() 740 if (flush) in bunzip2() 748 long (*flush)(void*, unsigned long), in __decompress() 753 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_offload.c | 190 int flush = 1; in tcp_gro_receive() local 236 flush = NAPI_GRO_CB(p)->flush | NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive() 237 flush |= (__force int)(flags & TCP_FLAG_CWR); in tcp_gro_receive() 238 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive() 240 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive() 242 flush |= *(u32 *)((u8 *)th + i) ^ in tcp_gro_receive() 247 flush |= (len - 1) >= mss; in tcp_gro_receive() 248 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive() 250 if (flush || skb_gro_receive(head, skb)) { in tcp_gro_receive() 260 flush = len < mss; in tcp_gro_receive() [all …]
|
D | udp_offload.c | 300 int flush = 1; in udp_gro_receive() local 321 flush = 0; in udp_gro_receive() 348 NAPI_GRO_CB(skb)->flush |= flush; in udp_gro_receive() 358 goto flush; in udp4_gro_receive() 361 if (NAPI_GRO_CB(skb)->flush) in udp4_gro_receive() 366 goto flush; in udp4_gro_receive() 374 flush: in udp4_gro_receive() 375 NAPI_GRO_CB(skb)->flush = 1; in udp4_gro_receive()
|
D | gre_offload.c | 127 int flush = 1; in gre_gro_receive() local 172 if ((greh->flags & GRE_CSUM) && !NAPI_GRO_CB(skb)->flush) { in gre_gro_receive() 180 flush = 0; in gre_gro_receive() 222 NAPI_GRO_CB(skb)->flush |= flush; in gre_gro_receive()
|
D | af_inet.c | 1299 int flush = 1; in inet_gro_receive() local 1325 flush = (u16)((ntohl(*(__be32 *)iph) ^ skb_gro_len(skb)) | (id & ~IP_DF)); in inet_gro_receive() 1348 NAPI_GRO_CB(p)->flush |= in inet_gro_receive() 1360 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive() 1363 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive() 1381 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
|
D | fou.c | 262 int flush = 1; in gue_gro_receive() local 322 flush = 0; in gue_gro_receive() 359 NAPI_GRO_CB(skb)->flush |= flush; in gue_gro_receive()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Makefile | 5 cache-smp-wback-$(CONFIG_MN10300_CACHE_WBACK) := cache-smp-flush.o 10 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_ICACHE) += cache-flush-icache.o 13 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o 14 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_REG) += cache-flush-by-reg.o 17 cache-dbg-flush-by-tag.o cache-dbg-inv-by-tag.o 19 cache-dbg-flush-by-reg.o
|
D | Kconfig.cache | 53 prompt "CPU cache flush/invalidate method" 112 Set if the debugger needs to flush the dcache and invalidate the 121 Set if the debugger needs to flush the dcache and invalidate the 146 Set if the debugger does not need to flush the dcache and/or
|
D | cache-dbg-flush-by-reg.S | 33 # firstly flush the dcache
|
D | cache-dbg-flush-by-tag.S | 34 # firstly flush the dcache
|
D | cache-inv-by-reg.S | 136 # writeback mode, in which case we would be in flush and invalidate by
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 5 from areas other than the one we are trying to flush will be 13 1. The size of the flush being performed. A flush of the entire 17 be no collateral damage caused by doing the global flush, and 18 all of the individual flush will have ended up being wasted 21 damage we do with a full flush. So, the larger the TLB, the 22 more attrative an individual flush looks. Data and 29 especially the contents of the TLB during a given flush. The 30 sizes of the flush will vary greatly depending on the workload as 40 This will cause us to do the global flush for more cases. 45 Despite the fact that a single individual flush on x86 is [all …]
|
/linux-4.4.14/lib/zlib_deflate/ |
D | deflate.c | 66 typedef block_state (*compress_func) (deflate_state *s, int flush); 70 static block_state deflate_stored (deflate_state *s, int flush); 71 static block_state deflate_fast (deflate_state *s, int flush); 72 static block_state deflate_slow (deflate_state *s, int flush); 329 int flush in zlib_deflate() argument 336 flush > Z_FINISH || flush < 0) { in zlib_deflate() 342 (s->status == FINISH_STATE && flush != Z_FINISH)) { in zlib_deflate() 349 s->last_flush = flush; in zlib_deflate() 391 } else if (strm->avail_in == 0 && flush <= old_flush && in zlib_deflate() 392 flush != Z_FINISH) { in zlib_deflate() [all …]
|
/linux-4.4.14/block/ |
D | blk-flush.c | 116 return 1 << ffz(rq->flush.seq); in blk_flush_cur_seq() 130 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request() 174 BUG_ON(rq->flush.seq & seq); in blk_flush_complete_seq() 175 rq->flush.seq |= seq; in blk_flush_complete_seq() 188 list_move_tail(&rq->flush.list, pending); in blk_flush_complete_seq() 192 list_move_tail(&rq->flush.list, &fq->flush_data_in_flight); in blk_flush_complete_seq() 204 list_del_init(&rq->flush.list); in blk_flush_complete_seq() 249 list_for_each_entry_safe(rq, n, running, flush.list) { in flush_end_io() 294 list_first_entry(pending, struct request, flush.list); in blk_kick_flush() 433 memset(&rq->flush, 0, sizeof(rq->flush)); in blk_insert_flush() [all …]
|
D | blk-settings.c | 832 void blk_queue_flush(struct request_queue *q, unsigned int flush) in blk_queue_flush() argument 834 WARN_ON_ONCE(flush & ~(REQ_FLUSH | REQ_FUA)); in blk_queue_flush() 836 if (WARN_ON_ONCE(!(flush & REQ_FLUSH) && (flush & REQ_FUA))) in blk_queue_flush() 837 flush &= ~REQ_FUA; in blk_queue_flush() 839 q->flush_flags = flush & (REQ_FLUSH | REQ_FUA); in blk_queue_flush()
|
D | Makefile | 6 blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
|
/linux-4.4.14/net/ipv6/ |
D | ip6_offload.c | 176 u16 flush = 1; in ipv6_gro_receive() local 192 flush += ntohs(iph->payload_len) != skb_gro_len(skb); in ipv6_gro_receive() 213 flush--; in ipv6_gro_receive() 239 NAPI_GRO_CB(p)->flush |= !!(first_word & htonl(0x0FF00000)); in ipv6_gro_receive() 240 NAPI_GRO_CB(p)->flush |= flush; in ipv6_gro_receive() 246 NAPI_GRO_CB(skb)->flush |= flush; in ipv6_gro_receive() 256 NAPI_GRO_CB(skb)->flush |= flush; in ipv6_gro_receive()
|
D | udp_offload.c | 135 goto flush; in udp6_gro_receive() 138 if (NAPI_GRO_CB(skb)->flush) in udp6_gro_receive() 143 goto flush; in udp6_gro_receive() 152 flush: in udp6_gro_receive() 153 NAPI_GRO_CB(skb)->flush = 1; in udp6_gro_receive()
|
D | tcpv6_offload.c | 22 if (!NAPI_GRO_CB(skb)->flush && in tcp6_gro_receive() 25 NAPI_GRO_CB(skb)->flush = 1; in tcp6_gro_receive()
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-flush.S | 41 # flush everything 85 # flush everything to do with one context 99 # specify the context we want to flush 126 # flush a range of addresses from the TLB 139 # specify the context we want to flush 153 # flush a range of addresses from the TLB 167 # specify the context we want to flush 180 bne icc0,#0,2b ; most likely a 1-page flush
|
D | Makefile | 8 pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
|
/linux-4.4.14/tools/testing/nvdimm/test/ |
D | nfit.c | 143 void **flush; member 457 t->flush[i] = test_alloc(t, 8, &t->flush_dma[i]); in nfit_test0_alloc() 458 if (!t->flush[i]) in nfit_test0_alloc() 498 struct acpi_nfit_flush_address *flush; in nfit_test0_setup() local 922 flush = nfit_buf + offset; in nfit_test0_setup() 923 flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS; in nfit_test0_setup() 924 flush->header.length = sizeof(struct acpi_nfit_flush_address); in nfit_test0_setup() 925 flush->device_handle = handle[0]; in nfit_test0_setup() 926 flush->hint_count = 1; in nfit_test0_setup() 927 flush->hint_address[0] = t->flush_dma[0]; in nfit_test0_setup() [all …]
|
/linux-4.4.14/arch/tile/kernel/ |
D | smp.c | 175 struct ipi_flush *flush = (struct ipi_flush *) info; in ipi_flush_icache_range() local 176 __flush_icache_range(flush->start, flush->end); in ipi_flush_icache_range() 181 struct ipi_flush flush = { start, end }; in flush_icache_range() local 189 on_each_cpu(ipi_flush_icache_range, &flush, 1); in flush_icache_range()
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-v4.S | 43 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache 62 mcr p15, 0, ip, c7, c7, 0 @ flush ID cache 118 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
|
D | proc-arm940.S | 54 mcr p15, 0, ip, c7, c5, 0 @ flush I cache 55 mcr p15, 0, ip, c7, c6, 0 @ flush D cache 112 mcr p15, 0, ip, c7, c6, 0 @ flush D cache 116 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index 166 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index 188 2: mcr p15, 0, r3, c7, c6, 2 @ flush D entry 235 mcr p15, 0, r3, c7, c14, 2 @ clean/flush D entry
|
D | proc-arm720.S | 82 mcr p15, 0, r1, c8, c7, 0 @ flush TLB (v4) 109 mcr p15, 0, ip, c8, c7, 0 @ flush TLB (v4) 124 mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4) 152 mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4)
|
D | cache-fa.S | 74 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush 91 bhs __flush_whole_cache @ flush whole D cache 102 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush 138 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
|
D | proc-xsc3.S | 61 @ flush instruction pipeline 178 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush 207 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush 234 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush 255 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush 367 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush 435 mcr p15, 0, ip, c7, c5, 4 @ flush prefetch buffer 455 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush
|
D | proc-arm946.S | 61 mcr p15, 0, ip, c7, c5, 0 @ flush I cache 62 mcr p15, 0, ip, c7, c6, 0 @ flush D cache 107 mcr p15, 0, ip, c7, c6, 0 @ flush D cache 111 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index 118 mcrne p15, 0, ip, c7, c5, 0 @ flush I cache
|
D | proc-fa526.S | 116 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush 155 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
|
D | tlb-fa.S | 64 mcr p15, 0, r3, c7, c5, 4 @ prefetch flush (isb)
|
D | proc-sa1100.S | 188 mcr p15, 0, ip, c8, c7, 0 @ flush I+D TLBs 189 mcr p15, 0, ip, c7, c7, 0 @ flush I&D cache
|
D | tlb-v6.S | 87 mcr p15, 0, r2, c7, c5, 4 @ prefetch flush (isb)
|
D | proc-v7-2level.S | 47 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
|
/linux-4.4.14/arch/metag/mm/ |
D | cache.c | 468 void *flush; in metag_code_cache_flush() local 488 flush = (void *)((int)start & ~(ICACHE_LINE_BYTES-1)); in metag_code_cache_flush() 505 PRIM_IFLUSH(flush, 3); in metag_code_cache_flush() 509 PRIM_IFLUSH(flush, 2); in metag_code_cache_flush() 511 PRIM_IFLUSH(flush, 1); in metag_code_cache_flush() 513 PRIM_IFLUSH(flush, 0); in metag_code_cache_flush() 514 flush += LOOP_INC; in metag_code_cache_flush()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 71 SVGAEscapeVideoFlush flush; member 85 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush() 86 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH; in fill_flush() 87 cmd->flush.streamId = stream_id; in fill_flush() 101 struct vmw_escape_video_flush *flush; in vmw_overlay_send_put() local 125 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put() 133 flush = (struct vmw_escape_video_flush *)&items[num_items]; in vmw_overlay_send_put() 172 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put() 192 struct vmw_escape_video_flush flush; in vmw_overlay_send_stop() member 214 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
|
D | vmwgfx_cmdbuf.c | 960 size_t size, bool flush) in vmw_cmdbuf_commit_cur() argument 970 if (flush) in vmw_cmdbuf_commit_cur() 1017 struct vmw_cmdbuf_header *header, bool flush) in vmw_cmdbuf_commit() argument 1020 vmw_cmdbuf_commit_cur(man, size, flush); in vmw_cmdbuf_commit() 1031 if (flush) in vmw_cmdbuf_commit()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_vdma.txt | 18 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync. 20 {1}, flush both channels 21 {2}, flush mm2s channel 22 {3}, flush s2mm channel 45 xlnx,flush-fsync = <0x1>;
|
/linux-4.4.14/drivers/staging/speakup/ |
D | speakup_dectlk.c | 55 static DECLARE_WAIT_QUEUE_HEAD(flush); 141 .flush = synth_flush, 187 wake_up_interruptible(&flush); in read_buff_add() 230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up() 235 finish_wait(&flush, &wait); in do_catch_up() 243 synth->flush(synth); in do_catch_up()
|
D | speakup_apollo.c | 119 .flush = spk_synth_flush, 164 synth->flush(synth); in do_catch_up()
|
D | speakup_decext.c | 138 .flush = synth_flush, 179 synth->flush(synth); in do_catch_up()
|
D | speakup_acntpc.c | 125 .flush = synth_flush, 201 synth->flush(synth); in do_catch_up()
|
D | speakup_keypc.c | 116 .flush = synth_flush, 202 synth->flush(synth); in do_catch_up()
|
D | speakup_dtlk.c | 139 .flush = synth_flush, 213 synth->flush(synth); in do_catch_up()
|
D | speakup_bns.c | 107 .flush = spk_synth_flush,
|
D | speakup_dummy.c | 109 .flush = spk_synth_flush,
|
D | speakup_txprt.c | 107 .flush = spk_synth_flush,
|
D | speakup_spkout.c | 114 .flush = synth_flush,
|
D | speakup_acntsa.c | 110 .flush = spk_synth_flush,
|
D | speakup_decpc.c | 231 .flush = synth_flush, 396 synth->flush(synth); in do_catch_up()
|
D | spk_types.h | 174 void (*flush)(struct spk_synth *synth); member
|
D | speakup_ltlk.c | 122 .flush = spk_synth_flush,
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 161 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) in diolan_write_cmd() argument 163 if (flush || dev->olen >= DIOLAN_FLUSH_LEN) in diolan_write_cmd() 169 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) in diolan_usb_cmd() argument 173 return diolan_write_cmd(dev, flush); in diolan_usb_cmd() 178 bool flush) in diolan_usb_cmd_data() argument 183 return diolan_write_cmd(dev, flush); in diolan_usb_cmd_data() 188 u8 d2, bool flush) in diolan_usb_cmd_data2() argument 194 return diolan_write_cmd(dev, flush); in diolan_usb_cmd_data2()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 72 movhu (e3),d2 # flush 95 movhu (a2),d2 # flush 119 movhu (e3),d2 # flush 160 movhu (a2),d2 # flush 169 movhu (e3),d2 # flush 184 movhu (e3),d2 # flush
|
D | smp-low.S | 54 # Cache flush IPI interrupt handler
|
D | gdb-io-serial-low.S | 62 movhu (XIRQxICR(GDBPORT_SERIAL_IRQ)),d2 # flush
|
D | gdb-io-ttysm-low.S | 58 movhu (GxICR(SCgRXIRQ)),d2 # flush
|
D | head.S | 61 movhu (a1),d3 # flush 271 movhu (a0),d0 # flush
|
/linux-4.4.14/Documentation/features/vm/TLB/ |
D | arch-support.txt | 2 # Feature name: batch-unmap-tlb-flush 4 # description: arch supports deferral of TLB flush until multiple pages are unmapped
|
/linux-4.4.14/net/ethernet/ |
D | eth.c | 404 int flush = 1; in eth_gro_receive() local 415 flush = 0; in eth_gro_receive() 433 flush = 1; in eth_gro_receive() 444 NAPI_GRO_CB(skb)->flush |= flush; in eth_gro_receive()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | cache-ucv2.S | 34 movc p0.c5, r0, #14 @ Dcache flush all 73 movc p0.c5, ip, #14 @ Dcache flush all 140 movc p0.c5, ip, #14 @ Dcache flush all 208 movc p0.c5, ip, #14 @ Dcache flush all
|
D | Makefile | 6 obj-y += flush.o ioremap.o
|
/linux-4.4.14/drivers/nfc/microread/ |
D | i2c.c | 169 goto flush; in microread_i2c_read() 175 goto flush; in microread_i2c_read() 192 goto flush; in microread_i2c_read() 202 flush: in microread_i2c_read()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | base.c | 29 if (bar && bar->func->flush) in nvkm_bar_flush() 30 bar->func->flush(bar); in nvkm_bar_flush()
|
D | gk20a.c | 30 .flush = g84_bar_flush,
|
D | priv.h | 15 void (*flush)(struct nvkm_bar *); member
|
D | g84.c | 49 .flush = g84_bar_flush,
|
D | gf100.c | 175 .flush = g84_bar_flush,
|
/linux-4.4.14/Documentation/DocBook/ |
D | sh.xml.db | 1 API-sq-flush-range 12 API---flush-tlb-slot
|
D | z8530book.xml.db | 21 API-z8530-flush-fifo
|
D | scsi.xml.db | 26 API-scsi-eh-flush-done-q 91 API-scsi-flush-work
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head-xscale.S | 17 @ Be sure to flush kernel binary out of the cache, 27 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
|
D | head.S | 632 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache 633 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache 642 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache 643 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache 743 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs 750 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs 764 mcrne p15, 0, r0, c8, c7, 0 @ flush I,D TLBs 798 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB 803 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB 818 sub pc, lr, r0, lsr #32 @ properly flush pipeline [all …]
|
D | misc.c | 96 flush(); in putstr()
|
/linux-4.4.14/kernel/debug/ |
D | gdbstub.c | 133 if (dbg_io_ops->flush) in get_packet() 134 dbg_io_ops->flush(); in get_packet() 167 if (dbg_io_ops->flush) in put_packet() 168 dbg_io_ops->flush(); in put_packet() 188 if (dbg_io_ops->flush) in put_packet() 189 dbg_io_ops->flush(); in put_packet() 1143 if (dbg_io_ops->flush) in gdbstub_exit() 1144 dbg_io_ops->flush(); in gdbstub_exit()
|
/linux-4.4.14/include/linux/ |
D | zlib.h | 217 extern int zlib_deflate (z_streamp strm, int flush); 337 extern int zlib_inflate (z_streamp strm, int flush);
|
D | dm-dirty-log.h | 77 int (*flush)(struct dm_dirty_log *log); member
|
D | efi.h | 362 u32 flush; member 382 u64 flush; member 402 void *flush; member 770 u32 flush; member 784 u64 flush; member 802 void *flush; member
|
D | kgdb.h | 277 void (*flush) (void); member
|
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 301 int flush = 0; in __gmap_unlink_by_vmaddr() local 306 flush = (*entry != _SEGMENT_ENTRY_INVALID); in __gmap_unlink_by_vmaddr() 310 return flush; in __gmap_unlink_by_vmaddr() 340 int flush; in gmap_unmap_segment() local 347 flush = 0; in gmap_unmap_segment() 350 flush |= __gmap_unmap_by_gaddr(gmap, to + off); in gmap_unmap_segment() 352 if (flush) in gmap_unmap_segment() 371 int flush; in gmap_map_segment() local 379 flush = 0; in gmap_map_segment() 383 flush |= __gmap_unmap_by_gaddr(gmap, to + off); in gmap_map_segment() [all …]
|
/linux-4.4.14/arch/sparc/mm/ |
D | ultra.S | 42 flush %g3 74 flush %o4 106 flush %o4 130 flush %o3 141 flush %g6 144 flush %o1 163 flush %o0 + %g2 170 #error only page shift of 13 is supported by dcache flush 228 flush %o2 253 flush %o4 [all …]
|
D | tsunami.S | 43 flush %o1 45 flush %o1 + 4
|
D | swift.S | 214 flush %o1 216 flush %o1 + 4
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | rammcp77.c | 39 u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1; in mcp77_ram_init() local 48 nvkm_wr32(device, 0x100c24, flush); in mcp77_ram_init()
|
/linux-4.4.14/drivers/tty/ |
D | n_r3964.c | 379 static void flush(struct r3964_info *pInfo) in flush() function 405 flush(pInfo); in trigger_transmit() 419 flush(pInfo); in retry_transmit() 430 flush(pInfo); in retry_transmit() 474 flush(pInfo); in transmit_block() 500 flush(pInfo); in on_receive_block() 514 flush(pInfo); in on_receive_block() 626 flush(pInfo); in receive_char() 704 flush(pInfo); in on_timeout() 714 flush(pInfo); in on_timeout() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ath79-ddr-controller.txt | 4 to flush the FIFO between various devices and the DDR. This is mainly used 5 by the IRQ controller to flush the FIFO before running the interrupt handler
|
/linux-4.4.14/drivers/nfc/fdp/ |
D | i2c.c | 158 goto flush; in fdp_nci_i2c_read() 174 goto flush; in fdp_nci_i2c_read() 186 goto flush; in fdp_nci_i2c_read() 198 flush: in fdp_nci_i2c_read()
|
/linux-4.4.14/fs/ecryptfs/ |
D | file.c | 254 if (lower_file->f_op->flush) { in ecryptfs_flush() 256 return lower_file->f_op->flush(lower_file, td); in ecryptfs_flush() 350 .flush = ecryptfs_flush, 369 .flush = ecryptfs_flush,
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | iommu.c | 340 if (tbl->it_ops->flush) in iommu_alloc() 341 tbl->it_ops->flush(tbl); in iommu_alloc() 427 if (tbl->it_ops->flush) in iommu_free() 428 tbl->it_ops->flush(tbl); in iommu_free() 537 if (tbl->it_ops->flush) in ppc_iommu_map_sg() 538 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg() 603 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg() 604 tbl->it_ops->flush(tbl); in ppc_iommu_unmap_sg() 935 if (tbl->it_ops->flush) in iommu_flush_tce() 936 tbl->it_ops->flush(tbl); in iommu_flush_tce()
|
/linux-4.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 17 a forced cache flush, and the Force Unit Access (FUA) flag for requests. 29 flush without any dependent I/O. It is recommend to use 30 the blkdev_issue_flush() helper for a pure cache flush. 55 bits need to be propagated to underlying devices, and a global flush needs
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | qca,ath79-cpu-intc.txt | 3 On most SoC the IRQ controller need to flush the DDR FIFO before running 21 buffer flush
|
/linux-4.4.14/Documentation/ |
D | cachetlb.txt | 19 on a cpu (see mm_cpumask()), one need not perform a flush 28 invoke one of the following flush methods _after_ the page table 33 The most severe flush of all. After this interface runs, 129 The cache level flush will always be first, because this allows 295 of that page. It is important to flush here to handle 314 the actual flush if there are currently no user processes 322 made of this flag bit, and if set the flush is done and the flag 325 IMPORTANT NOTE: It is often important, if you defer the flush, 326 that the actual flush occurs on the same CPU 344 likely that you will need to flush the instruction cache [all …]
|
D | io_ordering.txt | 5 chipset to flush pending writes to the device before any reads are posted. A 45 Here, the reads from safe_register will cause the I/O chipset to flush any
|
D | hsi.txt | 57 - flush the HSI port
|
/linux-4.4.14/arch/arm/include/debug/ |
D | uncompress.h | 6 static inline void flush(void) {} in flush() function
|
/linux-4.4.14/arch/sh/mm/ |
D | Makefile | 10 cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o 11 cacheops-$(CONFIG_CPU_SH5) := cache-sh5.o flush-sh4.o
|
/linux-4.4.14/include/linux/decompress/ |
D | unlzma.h | 6 long (*flush)(void*, unsigned long),
|
D | unlz4.h | 6 long (*flush)(void*, unsigned long),
|
D | unlzo.h | 6 long (*flush)(void*, unsigned long),
|
D | inflate.h | 6 long (*flush)(void*, unsigned long),
|
D | bunzip2.h | 6 long (*flush)(void*, unsigned long),
|
D | unxz.h | 15 long (*flush)(void *src, unsigned long size),
|
D | generic.h | 6 long (*flush)(void*, unsigned long),
|
/linux-4.4.14/arch/arm/mach-versatile/include/mach/ |
D | uncompress.h | 36 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-footbridge/include/mach/ |
D | uncompress.h | 30 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-gemini/include/mach/ |
D | uncompress.h | 33 static inline void flush(void) in flush() function
|
/linux-4.4.14/fs/f2fs/ |
D | trace.c | 83 void f2fs_trace_ios(struct f2fs_io_info *fio, int flush) in f2fs_trace_ios() argument 89 if (flush) { in f2fs_trace_ios()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | base.c | 80 if (ltc->func->flush) in nvkm_ltc_flush() 81 ltc->func->flush(ltc); in nvkm_ltc_flush()
|
D | gk104.c | 49 .flush = gf100_ltc_flush,
|
D | priv.h | 22 void (*flush)(struct nvkm_ltc *); member
|
D | gm107.c | 142 .flush = gf100_ltc_flush,
|
/linux-4.4.14/arch/arm/mach-dove/include/mach/ |
D | uncompress.h | 29 static void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/ |
D | uncompress.h | 15 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-spear/include/mach/ |
D | uncompress.h | 33 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/ |
D | uncompress.h | 40 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/ |
D | uncompress.h | 28 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-mmp/include/mach/ |
D | uncompress.h | 34 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/ |
D | uncompress.h | 46 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-ebsa110/include/mach/ |
D | uncompress.h | 30 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-iop33x/include/mach/ |
D | uncompress.h | 21 static inline void flush(void) in flush() function
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_crtc.c | 90 uint32_t flush = 0; in crtc_flush() local 94 flush |= pipe2flush(pipe_id); in crtc_flush() 97 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush() 99 DBG("%s: flush=%08x", mdp4_crtc->name, flush); in crtc_flush() 101 mdp4_crtc->flushed_mask = flush; in crtc_flush() 103 mdp4_write(mdp4_kms, REG_MDP4_OVERLAY_FLUSH, flush); in crtc_flush()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | selftest.c | 81 bool flush; member 288 if ((state == NULL) || state->flush) in efx_loopback_rx_packet() 536 state->flush = false; in efx_test_loopback() 626 state->flush = true; in efx_test_loopbacks() 635 state->flush = true; in efx_test_loopbacks() 668 state->flush = true; in efx_test_loopbacks()
|
/linux-4.4.14/arch/arm/mach-lpc32xx/include/mach/ |
D | uncompress.h | 50 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-iop32x/include/mach/ |
D | uncompress.h | 21 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/x86/kvm/ |
D | mmu.c | 1215 bool flush = false; in __rmap_write_protect() local 1218 flush |= spte_write_protect(kvm, sptep, pt_protect); in __rmap_write_protect() 1220 return flush; in __rmap_write_protect() 1238 bool flush = false; in __rmap_clear_dirty() local 1241 flush |= spte_clear_dirty(kvm, sptep); in __rmap_clear_dirty() 1243 return flush; in __rmap_clear_dirty() 1261 bool flush = false; in __rmap_set_dirty() local 1264 flush |= spte_set_dirty(kvm, sptep); in __rmap_set_dirty() 1266 return flush; in __rmap_set_dirty() 1363 bool flush = false; in kvm_zap_rmapp() local [all …]
|
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/ |
D | uncompress.h | 44 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/ |
D | uncompress.h | 30 static void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-mv78xx0/include/mach/ |
D | uncompress.h | 28 static void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | uncompress.h | 34 static void flush(void) in flush() function
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | gth.h | 33 TH_OUTPUT_PARM(flush),
|
/linux-4.4.14/arch/arm/mach-realview/include/mach/ |
D | uncompress.h | 66 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_asm_64.S | 66 movq %cr3, %rcx; # flush TLB 118 movq %cr3, %rcx; # flush TLB
|
D | hibernate_asm_32.S | 38 movl %cr3, %eax; # flush TLB
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig.debug | 10 bool "D-cache flush debugging"
|
/linux-4.4.14/arch/arm64/mm/ |
D | Makefile | 2 cache.o copypage.o flush.o \
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | uncompress.h | 53 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/ |
D | uncompress.h | 51 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/arm/mach-netx/include/mach/ |
D | uncompress.h | 58 static inline void flush(void) in flush() function
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 38 bool flush) in ath_rx_buf_link() argument 65 else if (!flush) in ath_rx_buf_link() 72 bool flush) in ath_rx_buf_relink() argument 75 ath_rx_buf_link(sc, sc->rx.buf_hold, flush); in ath_rx_buf_relink() 991 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) in ath_rx_tasklet() argument 1153 ath_rx_buf_relink(sc, bf, flush); in ath_rx_tasklet() 1154 if (!flush) in ath_rx_tasklet() 1156 } else if (!flush) { in ath_rx_tasklet()
|
/linux-4.4.14/fs/exofs/ |
D | file.c | 76 .flush = exofs_flush,
|
/linux-4.4.14/arch/arm/mach-davinci/include/mach/ |
D | uncompress.h | 43 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/sparc/lib/ |
D | NG2patch.S | 23 flush %g2;
|
D | GENpatch.S | 23 flush %g2;
|
D | NGpatch.S | 23 flush %g2;
|
D | U3patch.S | 23 flush %g2;
|
D | NG4patch.S | 23 flush %g2;
|
D | GENpage.S | 67 flush %g2;
|
D | clear_page.S | 67 flush %g1
|
/linux-4.4.14/drivers/mtd/ |
D | mtd_blkdevs.c | 91 return tr->flush(dev); in do_blktrans_request() 300 ret = dev->tr->flush ? dev->tr->flush(dev) : 0; in blktrans_ioctl() 411 if (tr->flush) in add_mtd_blktrans_dev()
|
/linux-4.4.14/drivers/md/ |
D | dm-table.c | 1327 unsigned flush = (*(unsigned *)data); in device_flush_capable() local 1330 return q && (q->flush_flags & flush); in device_flush_capable() 1333 static bool dm_table_supports_flush(struct dm_table *t, unsigned flush) in dm_table_supports_flush() argument 1354 ti->type->iterate_devices(ti, device_flush_capable, &flush)) in dm_table_supports_flush() 1485 unsigned flush = 0; in dm_table_set_restrictions() local 1498 flush |= REQ_FLUSH; in dm_table_set_restrictions() 1500 flush |= REQ_FUA; in dm_table_set_restrictions() 1502 blk_queue_flush(q, flush); in dm_table_set_restrictions()
|
/linux-4.4.14/include/net/irda/ |
D | ircomm_param.h | 142 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush);
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | priv.h | 34 void (*flush)(struct nvkm_vm *); member
|
D | base.c | 70 mmu->func->flush(vm); in nvkm_vm_map_at() 128 mmu->func->flush(vm); in nvkm_vm_map_sg_table() 166 mmu->func->flush(vm); in nvkm_vm_map_sg() 213 mmu->func->flush(vm); in nvkm_vm_unmap_at()
|
D | nv41.c | 130 .flush = nv41_vm_flush,
|
D | nv04.c | 142 .flush = nv04_vm_flush,
|
/linux-4.4.14/include/linux/hsi/ |
D | hsi.h | 247 int (*flush)(struct hsi_client *cl); member 390 return hsi_get_port(cl)->flush(cl); in hsi_flush()
|
/linux-4.4.14/drivers/ide/ |
D | ide-gd.c | 74 drive->disk_ops->flush(drive); in ide_gd_remove() 137 drive->disk_ops->flush(drive); 262 drive->disk_ops->flush(drive);
|
D | ide-disk.c | 525 unsigned flush = 0; in update_flush() local 549 flush = REQ_FLUSH; in update_flush() 554 blk_queue_flush(drive->queue, flush); in update_flush() 792 .flush = ide_disk_flush,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_trace.h | 514 TP_PROTO(struct drm_i915_gem_request *req, u32 invalidate, u32 flush), 515 TP_ARGS(req, invalidate, flush), 521 __field(u32, flush) 528 __entry->flush = flush; 533 __entry->invalidate, __entry->flush)
|
D | intel_ringbuffer.c | 2480 u32 invalidate, u32 flush) in gen6_bsd_ring_flush() argument 2600 u32 invalidate, u32 flush) in gen6_ring_flush() argument 2675 ring->flush = gen8_render_ring_flush; in intel_init_render_ring_buffer() 2690 ring->flush = gen7_render_ring_flush; in intel_init_render_ring_buffer() 2692 ring->flush = gen6_render_ring_flush; in intel_init_render_ring_buffer() 2721 ring->flush = gen4_render_ring_flush; in intel_init_render_ring_buffer() 2731 ring->flush = gen2_render_ring_flush; in intel_init_render_ring_buffer() 2733 ring->flush = gen4_render_ring_flush; in intel_init_render_ring_buffer() 2808 ring->flush = gen6_bsd_ring_flush; in intel_init_bsd_ring_buffer() 2847 ring->flush = bsd_ring_flush; in intel_init_bsd_ring_buffer() [all …]
|
/linux-4.4.14/arch/arm/mach-omap1/include/mach/ |
D | uncompress.h | 62 static inline void flush(void) in flush() function
|
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 400 void *flush = NULL; in flush_tlb_page() local 439 1, &flush); in flush_tlb_page() 441 else err = unmap(mm_id, address, PAGE_SIZE, 1, &flush); in flush_tlb_page() 444 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush); in flush_tlb_page()
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 362 struct acpi_nfit_flush_address *flush) in add_flush() argument 364 size_t length = min_t(size_t, sizeof(*flush), flush->header.length); in add_flush() 369 if (memcmp(nfit_flush->flush, flush, length) == 0) { in add_flush() 378 nfit_flush->flush = flush; in add_flush() 381 flush->device_handle, flush->hint_count); in add_flush() 511 if (nfit_flush->flush->device_handle != in nfit_mem_init_bdw() 1426 if (nfit_flush && nfit_flush->flush->hint_count != 0) { in acpi_nfit_blk_region_enable() 1428 nfit_flush->flush->hint_address[0], 8); in acpi_nfit_blk_region_enable()
|
D | nfit.h | 70 struct acpi_nfit_flush_address *flush; member
|
/linux-4.4.14/include/linux/mtd/ |
D | blktrans.h | 73 int (*flush)(struct mtd_blktrans_dev *dev); member
|
/linux-4.4.14/include/crypto/ |
D | mcryptd.h | 84 struct delayed_work flush; member
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 90 mov r2, r2 @ flush out enable (@@@) 235 ldr r2, [r4, #0x80] @ flush out enable (@@@) 243 ldr r5, [r4, #0x80] @ flush out enable (@@@)
|
/linux-4.4.14/net/8021q/ |
D | vlan.c | 629 int flush = 1; in vlan_gro_receive() local 647 flush = 0; in vlan_gro_receive() 667 NAPI_GRO_CB(skb)->flush |= flush; in vlan_gro_receive()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 924 .flush = cifs_flush, 940 .flush = cifs_flush, 957 .flush = cifs_flush, 972 .flush = cifs_flush, 987 .flush = cifs_flush, 1003 .flush = cifs_flush,
|
/linux-4.4.14/Documentation/arm/ |
D | memory.txt | 34 fffe0000 fffeffff XScale cache flush area. This is used 35 in proc-xscale.S to flush the whole data
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 19 This allows the log to avoid needing to flush each change to disk before 172 trying to get the lock on object A to flush it to the log buffer. This appears 192 Hence we avoid the need to lock items when we need to flush outstanding 344 the CIL would look like this before the flush: 364 And after the flush the CIL head is empty, and the checkpoint context log 390 start, while the checkpoint flush code works over the log vector chain to 446 that are currently committing to the log. When we flush a checkpoint, the 468 is, we need to flush the CIL and potentially wait for it to complete. This is a 470 and push if required. Indeed, placing the current sequence checkpoint flush in 547 checkpoint flush code. [all …]
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoedev.c | 304 flush(const char __user *str, size_t cnt, int exiting) in flush() function 389 return flush(str, cnt, NOT_EXITING); in aoedev_flush() 519 flush(NULL, 0, EXITING); in aoedev_exit()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 615 int flush = 0; in __xen_pgd_walk() local 659 flush |= (*func)(mm, virt_to_page(pud), PT_PUD); in __xen_pgd_walk() 674 flush |= (*func)(mm, virt_to_page(pmd), PT_PMD); in __xen_pgd_walk() 688 flush |= (*func)(mm, pte, PT_PTE); in __xen_pgd_walk() 696 flush |= (*func)(mm, virt_to_page(pgd), PT_PGD); in __xen_pgd_walk() 698 return flush; in __xen_pgd_walk() 743 int flush; in xen_pin_page() local 746 flush = 0; /* already pinned */ in xen_pin_page() 750 flush = 1; in xen_pin_page() 757 flush = 0; in xen_pin_page() [all …]
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inflate.c | 317 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate() argument 393 if (flush == Z_BLOCK) goto inf_leave; in zlib_inflate() 732 if (flush == Z_PACKET_FLUSH && ret == Z_OK && in zlib_inflate() 736 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in zlib_inflate()
|
/linux-4.4.14/Documentation/aoe/ |
D | udev.txt | 23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | dev.h | 47 void (*flush)(struct host1x_cdma *cdma); member 240 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
|
/linux-4.4.14/Documentation/ia64/ |
D | README | 38 obvious targets include making sure we don't flush the TLB
|
/linux-4.4.14/arch/ia64/lib/ |
D | Makefile | 11 flush.o ip_fast_csum.o do_csum.o \
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 1552 iommu->flush.flush_iotlb(iommu, did, 0, 0, in iommu_flush_iotlb_psi() 1555 iommu->flush.flush_iotlb(iommu, did, addr | ih, mask, in iommu_flush_iotlb_psi() 2019 iommu->flush.flush_context(iommu, 0, in domain_context_mapping_one() 2023 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in domain_context_mapping_one() 2263 iommu->flush.flush_context(iommu, 0, 0, 0, in domain_context_clear_one() 2265 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH); in domain_context_clear_one() 2878 iommu->flush.flush_context = __iommu_flush_context; in intel_iommu_init_qi() 2879 iommu->flush.flush_iotlb = __iommu_flush_iotlb; in intel_iommu_init_qi() 2883 iommu->flush.flush_context = qi_flush_context; in intel_iommu_init_qi() 2884 iommu->flush.flush_iotlb = qi_flush_iotlb; in intel_iommu_init_qi() [all …]
|
/linux-4.4.14/drivers/md/bcache/ |
D | request.c | 925 struct bio *flush = bio_alloc_bioset(GFP_NOIO, 0, in cached_dev_write() local 928 flush->bi_rw = WRITE_FLUSH; in cached_dev_write() 929 flush->bi_bdev = bio->bi_bdev; in cached_dev_write() 930 flush->bi_end_io = request_endio; in cached_dev_write() 931 flush->bi_private = cl; in cached_dev_write() 933 closure_bio_submit(flush, cl); in cached_dev_write()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_uart.h | 67 int (*flush)(struct hci_uart *hu); member
|
D | hci_ldisc.c | 231 hu->proto->flush(hu); in hci_uart_flush() 242 hdev->flush = NULL; in hci_uart_close() 599 hdev->flush = hci_uart_flush; in hci_uart_register_dev()
|
/linux-4.4.14/arch/tile/lib/ |
D | usercopy_64.S | 62 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
|
D | usercopy_32.S | 62 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_param.c | 98 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush) in ircomm_param_request() argument 142 if (flush) { in ircomm_param_request()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | urtt_fill.S | 32 flush %g1
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 51 void (*flush)(struct msm_gpu *gpu); member
|
/linux-4.4.14/arch/arm/mach-rpc/include/mach/ |
D | uncompress.h | 108 static inline void flush(void) in flush() function
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-gth | 35 Description: (RW) Force flush data from byte packing buffer for the output
|
D | sysfs-driver-hid-picolcd | 42 to flush it's tiny changes explicitely at higher than default rate.
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | i2c.c | 391 goto flush; in pn544_hci_i2c_read() 397 goto flush; in pn544_hci_i2c_read() 414 goto flush; in pn544_hci_i2c_read() 424 flush: in pn544_hci_i2c_read()
|
/linux-4.4.14/include/net/ |
D | dn_fib.h | 88 int (*flush)(struct dn_fib_table *t); member
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 4 space it could take. Let GC flush the outstanding writes because the
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800soc.c | 160 .flush = rt2x00mac_flush,
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-xen-backend | 39 Number of flush requests from the frontend.
|