Home
last modified time | relevance | path

Searched refs:read_cache (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kvm/
H A Dkvm_emulate.h287 struct read_cache { struct
397 struct read_cache io_read;
398 struct read_cache mem_read;
H A Demulate.c1298 struct read_cache *mc = &ctxt->mem_read; in read_emulated()
1367 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5526 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()
/linux/drivers/mtd/nand/spi/
H A Dcore.c1254 info.op_tmpl = *spinand->op_templates->read_cache; in spinand_create_dirmap()
1278 info.op_tmpl = *spinand->op_templates->read_cache; in spinand_create_dirmap()
1601 info->op_variants.read_cache); in spinand_match_and_init()
1605 spinand->ssdr_op_templates.read_cache = op; in spinand_match_and_init()
1636 info->op_variants.read_cache); in spinand_match_and_init()
1637 spinand->odtr_op_templates.read_cache = op; in spinand_match_and_init()
1691 if (spinand->odtr_op_templates.read_cache && in spinand_configure_chip()
1703 spinand->odtr_op_templates.read_cache = NULL; in spinand_configure_chip()
1717 if (spinand->ssdr_op_templates.read_cache->data.buswidth == 4 || in spinand_configure_chip()
/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c41 u8 read_cache; member