Symbol: read_cache
arch/x86/kvm/emulate.c
1298
struct read_cache *mc = &ctxt->mem_read;
arch/x86/kvm/emulate.c
1367
struct read_cache *rc = &ctxt->io_read;
arch/x86/kvm/emulate.c
5526
struct read_cache *r = &ctxt->io_read;
arch/x86/kvm/kvm_emulate.h
397
struct read_cache io_read;
arch/x86/kvm/kvm_emulate.h
398
struct read_cache mem_read;
drivers/mtd/nand/raw/nand_micron.c
41
u8 read_cache;
drivers/mtd/nand/spi/core.c
1254
info.op_tmpl = *spinand->op_templates->read_cache;
drivers/mtd/nand/spi/core.c
1278
info.op_tmpl = *spinand->op_templates->read_cache;
drivers/mtd/nand/spi/core.c
1601
info->op_variants.read_cache);
drivers/mtd/nand/spi/core.c
1605
spinand->ssdr_op_templates.read_cache = op;
drivers/mtd/nand/spi/core.c
1636
info->op_variants.read_cache);
drivers/mtd/nand/spi/core.c
1637
spinand->odtr_op_templates.read_cache = op;
drivers/mtd/nand/spi/core.c
1691
if (spinand->odtr_op_templates.read_cache &&
drivers/mtd/nand/spi/core.c
1703
spinand->odtr_op_templates.read_cache = NULL;
drivers/mtd/nand/spi/core.c
1717
if (spinand->ssdr_op_templates.read_cache->data.buswidth == 4 ||
drivers/mtd/nand/spi/winbond.c
340
op = spinand->op_templates->read_cache;
drivers/mtd/nand/spi/winbond.c
404
ref_op = spinand->ssdr_op_templates.read_cache;
drivers/mtd/nand/spi/winbond.c
407
ref_op = spinand->odtr_op_templates.read_cache;
include/linux/mtd/spinand.h
599
const struct spinand_op_variants *read_cache;
include/linux/mtd/spinand.h
626
.read_cache = __read, \
include/linux/mtd/spinand.h
715
const struct spi_mem_op *read_cache;