Symbol: read_cache
arch/x86/kvm/emulate.c
1299
struct read_cache *mc = &ctxt->mem_read;
arch/x86/kvm/emulate.c
1381
struct read_cache *rc = &ctxt->io_read;
arch/x86/kvm/emulate.c
5528
struct read_cache *r = &ctxt->io_read;
arch/x86/kvm/kvm_emulate.h
405
struct read_cache io_read;
arch/x86/kvm/kvm_emulate.h
406
struct read_cache mem_read;
drivers/mtd/nand/raw/nand_micron.c
41
u8 read_cache;
drivers/mtd/nand/spi/core.c
1295
info.primary_op_tmpl = *spinand->op_templates->read_cache;
drivers/mtd/nand/spi/core.c
1643
info->op_variants.read_cache);
drivers/mtd/nand/spi/core.c
1647
spinand->ssdr_op_templates.read_cache = op;
drivers/mtd/nand/spi/core.c
1673
read_op = spinand->ssdr_op_templates.read_cache;
drivers/mtd/nand/spi/core.c
1705
info->op_variants.read_cache);
drivers/mtd/nand/spi/core.c
1706
spinand->odtr_op_templates.read_cache = op;
drivers/mtd/nand/spi/core.c
1769
if (spinand->odtr_op_templates.read_cache &&
drivers/mtd/nand/spi/core.c
1781
spinand->odtr_op_templates.read_cache = NULL;
drivers/mtd/nand/spi/core.c
1795
if (spinand->ssdr_op_templates.read_cache->data.buswidth == 4 ||
drivers/mtd/nand/spi/winbond.c
525
op = spinand->op_templates->read_cache;
drivers/mtd/nand/spi/winbond.c
574
ref_op = spinand->ssdr_op_templates.read_cache;
drivers/mtd/nand/spi/winbond.c
577
ref_op = spinand->odtr_op_templates.read_cache;
include/linux/mtd/spinand.h
609
const struct spinand_op_variants *read_cache;
include/linux/mtd/spinand.h
639
.read_cache = __read, \
include/linux/mtd/spinand.h
646
.read_cache = __read, \
include/linux/mtd/spinand.h
738
const struct spi_mem_op *read_cache;