| tag | line | file | source code |
|---|---|---|---|
| fd_cacheflush | 2384 | drivers/block/floppy.c | fd_cacheflush(dma_buffer, size); |
| fd_cacheflush | 2389 | drivers/block/floppy.c | fd_cacheflush(dma_buffer, size); |
| fd_cacheflush | 2838 | drivers/block/floppy.c | fd_cacheflush(address, size); /* is this necessary ??? */ |
| fd_cacheflush | 33 | include/asm-mips/floppy.h | #define fd_cacheflush(addr, size) feature->fd_cacheflush((void *)addr, size) |